safecheck-client 3.0.39-55 → 3.0.39-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/App.vue +31 -26
- package/src/components/pc/PaperDefectMain.vue +867 -867
- package/src/components/pc/RoleSelector.vue +172 -172
- package/src/components/rongcheng/AddPlanItem.vue +344 -344
- package/src/components/rongcheng/CheckCurrentCreate.vue +1081 -1081
- package/src/components/rongcheng/PaperDefectMain.vue +828 -828
- package/src/filiale/BFshiye/pc/checkUserList.vue +772 -772
- package/src/filiale/baiyin/android/SafecheckUserInfo.vue +775 -775
- package/src/filiale/baiyin/android.js +12 -12
- package/src/filiale/dexin/android/SafecheckOrderV.vue +2983 -2984
- package/src/filiale/dexin/android/SafecheckOrderVTemp.vue +4 -1
- package/src/filiale/dexin/pc/PaperList.vue +840 -840
- package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1357 -1357
- package/src/filiale/qingjian/android/SafecheckUserInfo.vue +823 -823
- package/src/filiale/qingjian/pc/NewCheckpaper.vue +1919 -1919
- package/src/filiale/rongchuang/android/CurrentCreate.vue +1055 -0
- package/src/filiale/rongchuang/android/PhoneUpUserinfo.vue +1262 -1262
- package/src/filiale/rongchuang/pc/checkPlanList.vue +398 -398
- package/src/filiale/rongchuang/pc.js +18 -18
- package/src/filiale/wensu/android/SafecheckOrderV.vue +2444 -2444
- package/src/filiale/wensu/android/SafecheckUserInfo.vue +712 -712
- package/src/filiale/wensu/pc/CheckSearchUser.vue +1251 -1251
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1191 -1191
- package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +913 -913
- package/src/filiale/yangchunboneng/android.js +21 -21
- package/src/filiale/yangchunboneng/pc/CheckBookList.vue +353 -353
- package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1197 -1197
- package/src/filiale/yangchunboneng/pc/HiddenSituation.vue +171 -171
- package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +1112 -1112
- package/src/filiale/yangchunboneng/pc/PaperList.vue +757 -757
- package/src/filiale/yangchunboneng/pc/SelectCheckPlan.vue +331 -331
- package/src/filiale/yangchunboneng/pc.js +29 -29
- package/src/main.js +33 -33
- package/src/rongcheng.js +319 -319
- package/yarn-error.log +0 -140
|
@@ -159,7 +159,10 @@ export default {
|
|
|
159
159
|
"表号":{"index":5,"type":"string","readonly":false,"checkmust": true},
|
|
160
160
|
"用户姓名":{"index":6,"type":"string","readonly":false,"checkmust": false},
|
|
161
161
|
"用户电话":{"index":7,"type":"string","readonly":false,"checkmust": false},
|
|
162
|
-
"表具照片":{"index":8,"type":"picture","readonly":false,"checkmust": true}
|
|
162
|
+
"表具照片":{"index":8,"type":"picture","readonly":false,"checkmust": true},
|
|
163
|
+
"安装日期":{"index":9,"type":"date","readonly":false,"checkmust": true},
|
|
164
|
+
"左右表":{"index":10,"multiple":false,"type":"selector","options":[{"data":"左表"},{"data":"右表"}],"checkmust":true},
|
|
165
|
+
"检验时间":{"index":11,"type":"date","readonly":false,"checkmust": true}
|
|
163
166
|
}
|
|
164
167
|
},
|
|
165
168
|
"其他隐患":{
|