safecheck-client 3.0.34-1 → 3.0.34-13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/android/AndroidDefectDeal.vue +634 -633
- package/src/components/android/AreaPlan.vue +1 -7
- package/src/components/android/ImgSelfAndroid.vue +181 -181
- package/src/components/android/PaperFeedback.vue +1 -1
- package/src/components/android/PaperFeedbackTemp.vue +1 -1
- package/src/components/android/SafecheckDevices.vue +2 -2
- package/src/components/android/SafecheckDevicesTemp.vue +1 -1
- package/src/components/android/userinfo/SafecheckUserInfo.vue +1 -1
- package/src/filiale/baiyin/android/AndroidDefectDeal.vue +633 -633
- package/src/filiale/baiyin/android.js +10 -10
- package/src/filiale/baiyin/pc/CheckPlanAreaList.vue +485 -485
- package/src/filiale/baiyin/pc/CheckSearchUser.vue +1067 -1067
- package/src/filiale/baiyin/pc/DefectListNew.vue +597 -597
- package/src/filiale/baiyin/pc/DefectMainNew.vue +63 -63
- package/src/filiale/baiyin/pc/DefectPaperNew.vue +1052 -1052
- package/src/filiale/baiyin/pc/PaperList.vue +790 -790
- package/src/filiale/baiyin/pc/PlanChooser.vue +167 -167
- package/src/filiale/baiyin/pc/PlanManage.vue +834 -834
- package/src/filiale/baiyin/pc/RightTreeSafe.vue +348 -348
- package/src/filiale/baiyin/pc/RoleSelector.vue +160 -160
- package/src/filiale/bayan/android/PaperFeedback.vue +1 -1
- package/src/filiale/bayan/android/SafecheckDevices.vue +1 -1
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
- package/src/filiale/hanzhong/android/PaperFeedback.vue +1 -1
- package/src/filiale/hanzhong/android/SafecheckDevices.vue +1 -1
- package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/jiaxian/android/SafecheckDevices.vue +1298 -1298
- package/src/filiale/jiaxian/android.js +10 -10
- package/src/filiale/jiaxian/pc.js +12 -12
- package/src/filiale/jingyang/android/PaperFeedback.vue +1 -1
- package/src/filiale/jingyang/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/pingxiang/android/PaperFeedback.vue +1 -1
- package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1270 -1270
- package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
- package/src/filiale/qingjian/android/SafecheckOrderV.vue +2844 -2844
- package/src/filiale/qingjian/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/shiquan/android/SafecheckDevices.vue +1 -1
- package/src/filiale/siyang/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/weinan/android/SafecheckOrderV.vue +3335 -3335
- package/src/filiale/wuan/android/SafecheckOrderV.vue +4 -1
- package/src/filiale/wuan/android/SafecheckUserInfo.vue +6 -5
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +8 -11
- package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +8 -13
- package/src/filiale/yangchunboneng/android/NewCheckpaperAndroid.vue +1362 -1362
- package/src/filiale/yangchunboneng/android/PaperFeedback.vue +1731 -1731
- package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -1235
- package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1332 -1332
- package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2845 -2845
- package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +887 -887
- package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +8 -13
- package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +4 -4
- package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1192 -1192
- package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +54 -3
- package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +972 -944
- package/src/filiale/yangchunboneng/pc/PaperList.vue +29 -0
- package/src/filiale/yongzhou/android/PaperFeedback.vue +1 -1
- package/src/filiale/yongzhou/android/SafecheckDevices.vue +1 -1
- package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1 -1
- package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1 -1
- package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +1 -1
- package/src/main.js +33 -33
@@ -303,15 +303,7 @@ export default {
|
|
303
303
|
{label: '左表', value: '左表'},
|
304
304
|
{label: '右表', value: '右表'}
|
305
305
|
],
|
306
|
-
check_states:
|
307
|
-
{label: '请选择安检状态', value: ''},
|
308
|
-
{label: '入户', value: '入户'},
|
309
|
-
{label: '到访不遇', value: '到访不遇'},
|
310
|
-
{label: '拒检', value: '拒检'},
|
311
|
-
{label: '停用', value: '停用'},
|
312
|
-
{label: '未通气', value: '未通气'},
|
313
|
-
{label: '拆除', value: '拆除'}
|
314
|
-
],
|
306
|
+
check_states: Vue.$appdata.getParam('安检状态'),
|
315
307
|
last_check_states: [
|
316
308
|
{label: '请选择上次安检状态', value: ''},
|
317
309
|
{label: '入户', value: '入户'},
|
@@ -437,10 +429,13 @@ export default {
|
|
437
429
|
condition += " and f_offsite_time < '"+this.$refs.paged.$refs.cri.model.f_end_date +"'"
|
438
430
|
}
|
439
431
|
}
|
440
|
-
if(this.$refs.paged.$refs.cri.model.f_state){
|
441
|
-
|
442
|
-
|
443
|
-
|
432
|
+
if(this.$refs.paged.$refs.cri.model.f_state.length > 0){
|
433
|
+
let last_check_state = ''
|
434
|
+
this.$refs.paged.$refs.cri.model.f_state.forEach((item) => {
|
435
|
+
last_check_state = last_check_state + `'${item}',`
|
436
|
+
})
|
437
|
+
last_check_state = last_check_state.slice(0, -1)
|
438
|
+
condition += " and f_entry_status in ("+last_check_state+")"
|
444
439
|
}
|
445
440
|
if(this.$refs.paged.$refs.cri.model.f_user_type){
|
446
441
|
if(this.$refs.paged.$refs.cri.model.f_user_type.toString().trim()){
|
@@ -44,7 +44,7 @@
|
|
44
44
|
:format="'yyyy-MM-dd'"
|
45
45
|
:show-rest-button="reset"
|
46
46
|
v-model="model.f_gas_start"
|
47
|
-
condition="
|
47
|
+
condition="tui.f_uservent_date > ='{} 00:00:00'">
|
48
48
|
</datepicker>
|
49
49
|
</div>
|
50
50
|
<div class="form-group col-sm-3">
|
@@ -56,7 +56,7 @@
|
|
56
56
|
:format="'yyyy-MM-dd'"
|
57
57
|
:show-rest-button="reset"
|
58
58
|
v-model="model.f_gas_end"
|
59
|
-
condition="
|
59
|
+
condition="tui.f_uservent_date <= '{} 23:59:59'">
|
60
60
|
</datepicker>
|
61
61
|
</div>
|
62
62
|
</div>
|
@@ -99,7 +99,7 @@
|
|
99
99
|
<td style="text-align:center">{{row.f_user_name}}</td>
|
100
100
|
<td style="text-align:center">{{row.f_user_phone}}</td>
|
101
101
|
<td style="text-align:center">{{row.f_address}}</td>
|
102
|
-
<td style="text-align:center">{{row.
|
102
|
+
<td style="text-align:center">{{row.f_uservent_date}}</td>
|
103
103
|
<td style="text-align: center">
|
104
104
|
<button class="button_spacing button_search-1" @click='$parent.$parent.$parent.remove(row)'>移出安检册</button>
|
105
105
|
</td>
|
@@ -131,7 +131,7 @@ export default {
|
|
131
131
|
'f_user_name': '客户姓名',
|
132
132
|
'f_user_phone':'客户电话',
|
133
133
|
'f_address': '客户地址',
|
134
|
-
'
|
134
|
+
'f_uservent_date': '通气日期'
|
135
135
|
},
|
136
136
|
userTypes: [{label: '全部', value: ''},{label: '民用', value: '民用'}, {label: '非民用', value: '非民用'}],
|
137
137
|
model: new PagedList('rs/sql/getUserByCheckBook', 50)
|