safecheck-client 3.0.33-54 → 3.0.33-57
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/rongcheng/AspiratedPaperFeedbackm.vue +1046 -1019
- package/src/components/rongcheng/AspiratedPaperMessage.vue +1378 -1378
- package/src/components/rongcheng/DefectPaper.vue +676 -676
- package/src/components/rongcheng/PaperListNPSQ.vue +448 -420
- package/src/components/rongcheng/PaperListSQ.vue +442 -423
- package/src/components/rongcheng/PhoneUpUserinfo.vue +330 -165
- package/src/components/rongcheng/SafecheckOrderV.vue +2524 -2524
- package/src/filiale/bayan/android/SafecheckOrderV.vue +2 -1
- package/src/filiale/weinan/android/PaperFeedback.vue +1410 -1410
- package/src/filiale/weinan/pc/CheckSearchUser.vue +1078 -1078
- package/src/filiale/weinan/pc/DefectPaperNew.vue +1065 -1065
- package/src/filiale/weinan/pc.js +45 -45
- package/src/main.js +2 -2
@@ -426,7 +426,8 @@
|
|
426
426
|
deps:Vue.user.deps,
|
427
427
|
depids:Vue.user.depids,
|
428
428
|
f_remarks:this.selectData.f_remarks,
|
429
|
-
f_repairtype:
|
429
|
+
f_repairtype:'安检',
|
430
|
+
f_servicetype:'安检维修',
|
430
431
|
f_attendant: Vue.user.name,
|
431
432
|
loginUser:{name:Vue.user.name,ename:Vue.user.id,id:Vue.user.id},
|
432
433
|
}
|