safecheck-client 3.0.35-47 → 3.0.35-48
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
- package/src/components/NewDefectList/DefectPaperNew.vue +1079 -1079
- package/src/filiale/dexin/pc/DefectListNew.vue +643 -643
- package/src/filiale/dexin/pc/DefectPaperNew.vue +1066 -1066
- package/src/filiale/dexin/pc.js +13 -13
- package/src/filiale/huaran/pc/PaperList.vue +843 -843
- package/src/filiale/huaran/pc/PlanManage.vue +946 -946
- package/src/filiale/jingyang/android/AddPlanItem.vue +458 -458
- package/src/filiale/jingyang/android/CurrentCreate.vue +1080 -1080
- package/src/filiale/jingyang/android/SafecheckOrderV.vue +2734 -2734
- package/src/filiale/jingyang/android.js +15 -15
- package/src/filiale/qingtongxia/android/AddPlanItem.vue +450 -450
- package/src/filiale/qingtongxia/android/CurrentCreate.vue +1053 -1053
- package/src/filiale/qingtongxia/android/PhoneUpUserinfo.vue +1230 -1230
- package/src/filiale/qingtongxia/android/SafecheckUserInfo.vue +782 -782
- package/src/filiale/qingtongxia/android.js +14 -14
- package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -2747
- package/src/filiale/ruihua/android.js +11 -11
- package/src/filiale/siyang/android/AppCheckPlan.vue +246 -246
- package/src/filiale/siyang/android.js +15 -15
- package/src/filiale/siyang/pc/CheckBookList.vue +396 -396
- package/src/filiale/siyang/pc.js +22 -22
- package/src/filiale/tianke/pc/DefectListNew.vue +545 -538
- package/src/filiale/wuan/android/SafecheckOrderV.vue +2241 -2241
- package/src/filiale/wuan/android/SafecheckUserInfo.vue +596 -596
- package/src/main.js +1 -3
package/src/filiale/dexin/pc.js
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
// 分公司特殊组件页面注册
|
2
|
-
import Vue from "vue";
|
3
|
-
|
4
|
-
//手机特殊目录注册到该文件中
|
5
|
-
let specialComp = {
|
6
|
-
'paper-main': (resolve) => {require(['./pc/PaperList.vue'], resolve)},
|
7
|
-
'defect-main-new2': (resolve) => {require(['./pc/DefectMainNew'], resolve)},
|
8
|
-
}
|
9
|
-
exports.specialComp = specialComp
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
1
|
+
// 分公司特殊组件页面注册
|
2
|
+
import Vue from "vue";
|
3
|
+
|
4
|
+
//手机特殊目录注册到该文件中
|
5
|
+
let specialComp = {
|
6
|
+
'paper-main': (resolve) => {require(['./pc/PaperList.vue'], resolve)},
|
7
|
+
'defect-main-new2': (resolve) => {require(['./pc/DefectMainNew'], resolve)},
|
8
|
+
}
|
9
|
+
exports.specialComp = specialComp
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|