退定位卡/来访增加其他
This commit is contained in:
parent
0bfd7a25e6
commit
4f4aeafc0d
|
|
@ -143,6 +143,9 @@
|
|||
}, {
|
||||
text: "开会",
|
||||
value: 40
|
||||
}, {
|
||||
text: "其他",
|
||||
value: 60
|
||||
}],
|
||||
levelRange: [{
|
||||
text: "一般",
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
<view class="info-title">{{val.name}}</view>
|
||||
</view>
|
||||
<view class="center-info">
|
||||
<view class="info-details">来访事由:{{purposeOptions[val.purpose]}}</view>
|
||||
<view class="info-details">状态:{{stateOptions[val.state]}}</view>
|
||||
<view class="info-details">创建时间:{{val.create_time}}</view>
|
||||
<!-- <view class="info-details">作业区域:{{val.area_.name}} </view>
|
||||
|
|
@ -87,6 +88,14 @@
|
|||
50: "已完成",
|
||||
60: "已关闭",
|
||||
},
|
||||
purposeOptions:{
|
||||
10:'参观',
|
||||
20:'拜访',
|
||||
30:'面试',
|
||||
40:'开会',
|
||||
50:'拉送货',
|
||||
60:'其他'
|
||||
},
|
||||
dataTypye:'isMy',
|
||||
employee:false,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<button type="warn" class="backCard" @click="bindBtl">退卡</button>
|
||||
<button type="warn" class="backCard" @click="bindBtl">退定位卡</button>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
|
@ -478,8 +478,8 @@
|
|||
-webkit-line-clamp: 1;
|
||||
}
|
||||
.backCard {
|
||||
width: 100px;
|
||||
height: 48px;
|
||||
width: 200rpx;
|
||||
height: 96rpx;
|
||||
border-radius: 25px;
|
||||
line-height: 48px;
|
||||
box-shadow: 0 0 6px 2px rgba(255, 170, 0, 0.3);
|
||||
|
|
|
|||
Loading…
Reference in New Issue