safecheck-client 3.0.33-66 → 3.0.33-69
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/SafecheckOrderV.vue +3 -3
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +1046 -1046
- package/src/components/rongcheng/AspiratedPaperMessage.vue +1378 -1378
- package/src/components/rongcheng/PaperListNPSQ.vue +450 -448
- package/src/components/rongcheng/PaperListSQ.vue +443 -442
- package/src/components/rongcheng/PhoneUpUserinfo.vue +1328 -1328
- package/src/filiale/fugou/android/SafecheckOrderV.vue +2803 -0
- package/src/filiale/fugou/android.js +2 -1
- package/src/filiale/fugou/pc/DefectPaperNew.vue +6 -6
- package/src/filiale/fugou/pc/PaperDefectMain.vue +4 -6
- package/src/filiale/fugou/pc/PaperList.vue +6 -6
- package/src/filiale/yongzhou/android/SafecheckOrderV.vue +2774 -2774
- package/src/filiale/yongzhou/pc/NoCheckplanSafecheck.vue +271 -271
- package/src/filiale/yongzhou/pc/PaperDefectMain.vue +872 -872
- package/src/filiale/yongzhou/pc/communityTypeDetailG.vue +137 -137
- package/src/filiale/yongzhou/pc/safeDetail.vue +474 -474
- package/src/filiale/yongzhou/pc/safeStatistics.vue +153 -153
- package/src/filiale/yongzhou/pc/safeStatisticsDay.vue +455 -455
- package/src/filiale/yongzhou/pc/safeStatisticsMonth.vue +267 -267
- package/src/filiale/yongzhou/pc/safeTable.vue +136 -136
- package/src/filiale/yongzhou/pc.js +32 -32
- package/src/main.js +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.33-
|
4
|
+
"version": "3.0.33-69",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -269,7 +269,7 @@
|
|
269
269
|
"气量异常差值":{"index":10,"type":"number","readonly": true},
|
270
270
|
"金额异常差值":{"index":10,"type":"number","readonly": true},
|
271
271
|
"系统余额":{"index":10,"type":"number","readonly": true},
|
272
|
-
"
|
272
|
+
"表封号":{"index":11,"type":"string","readonly": true},
|
273
273
|
"燃气表照片":{"index":12,"type":"picture","checkmust": false}
|
274
274
|
}
|
275
275
|
// 注意,配置项的index必须与上面的固定配置保持'顺序'
|
@@ -2072,7 +2072,7 @@
|
|
2072
2072
|
f_defect_level: null,
|
2073
2073
|
f_device_id: "",
|
2074
2074
|
f_is_defect: "",
|
2075
|
-
f_item_name: "
|
2075
|
+
f_item_name: "表封号",
|
2076
2076
|
f_item_value: this.item.f_plan_meters[i].f_metertitles,
|
2077
2077
|
f_path: "",
|
2078
2078
|
type: "string"
|
@@ -2134,7 +2134,7 @@
|
|
2134
2134
|
f_defect_level: null,
|
2135
2135
|
f_device_id: "",
|
2136
2136
|
f_is_defect: "",
|
2137
|
-
f_item_name: "
|
2137
|
+
f_item_name: "表封号",
|
2138
2138
|
f_item_value: this.item.f_plan_meters[i].f_metertitles,
|
2139
2139
|
f_path: "",
|
2140
2140
|
type: "string"
|