safecheck-client 3.0.32-26 → 3.0.32-28
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.32-
|
4
|
+
"version": "3.0.32-28",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -1128,15 +1128,6 @@ export default {
|
|
1128
1128
|
} else if (this.f_items[f].f_item_name == '累购金额') {
|
1129
1129
|
//tag)
|
1130
1130
|
this.f_total_fee.index = f
|
1131
|
-
}else if(this.f_items[f].f_item_name == '表基数'){
|
1132
|
-
this.f_fee_base.index = f
|
1133
|
-
this.$watch('f_items[' + f + '].f_item_value', function () {
|
1134
|
-
this.getFeeAberrantNumber('已用金额')
|
1135
|
-
})
|
1136
|
-
this.f_table_base.index = f
|
1137
|
-
this.$watch('f_items[' + f + '].f_item_value', function () {
|
1138
|
-
this.getGasAberrantNumber('已用气量')
|
1139
|
-
})
|
1140
1131
|
} else if (this.f_items[f].f_item_name == '已用金额') {
|
1141
1132
|
//tag)
|
1142
1133
|
this.f_fee_base.index = f
|
@@ -271,7 +271,7 @@ export default {
|
|
271
271
|
"累购金额":{"index":7,"type":"number","readonly":true},
|
272
272
|
"已用气量":{"index":8,"type":"number","checkmust": false},//基表数
|
273
273
|
"已用金额":{"index":8,"type":"number","checkmust": false},
|
274
|
-
"
|
274
|
+
"表底数":{"index":8,"type":"number","checkmust": false},
|
275
275
|
"剩余气量":{"index":9,"type":"number","checkmust": false},//累购-已用
|
276
276
|
//显示屏数 --实际剩余气量
|
277
277
|
"剩余金额":{"index":9,"type":"number","checkmust": false},
|
@@ -279,13 +279,13 @@ export default {
|
|
279
279
|
"金额异常差值":{"index":10,"type":"number","readonly": true},
|
280
280
|
"表箱号":{"index":11,"type":"string","readonly": true},
|
281
281
|
"燃气表照片":{"index":12,"type":"picture","checkmust": false},
|
282
|
-
"
|
282
|
+
"差值是否异常":{"index":13,"type":"selector",
|
283
283
|
"multiple": false,
|
284
284
|
"checkmust":true,
|
285
285
|
"options": [
|
286
286
|
{
|
287
287
|
"data": "是",
|
288
|
-
"isdefect":
|
288
|
+
"isdefect": true,
|
289
289
|
"isdefault": false
|
290
290
|
},
|
291
291
|
{
|
@@ -2161,7 +2161,7 @@ export default {
|
|
2161
2161
|
this.data.f_collection_type = this.item.f_plan_meters[i].f_collection_type
|
2162
2162
|
delete this.config['燃气表']['items']['累购气量']
|
2163
2163
|
delete this.config['燃气表']['items']['已用气量']
|
2164
|
-
delete this.config['燃气表']['items']['
|
2164
|
+
delete this.config['燃气表']['items']['表底数']
|
2165
2165
|
delete this.config['燃气表']['items']['剩余气量']
|
2166
2166
|
delete this.config['燃气表']['items']['气量异常差值']
|
2167
2167
|
device.f_items.push(
|
@@ -2220,7 +2220,7 @@ export default {
|
|
2220
2220
|
this.data.f_collection_type = this.item.f_plan_meters[i].f_collection_type
|
2221
2221
|
delete this.config['燃气表']['items']['累购金额']
|
2222
2222
|
delete this.config['燃气表']['items']['已用金额']
|
2223
|
-
delete this.config['燃气表']['items']['
|
2223
|
+
delete this.config['燃气表']['items']['表底数']
|
2224
2224
|
delete this.config['燃气表']['items']['剩余金额']
|
2225
2225
|
delete this.config['燃气表']['items']['金额异常差值']
|
2226
2226
|
device.f_items.push(
|
@@ -2309,7 +2309,7 @@ export default {
|
|
2309
2309
|
f_defect_level: null,
|
2310
2310
|
f_device_id: "",
|
2311
2311
|
f_is_defect: "",
|
2312
|
-
f_item_name: "
|
2312
|
+
f_item_name: "表底数",
|
2313
2313
|
f_item_value: null,
|
2314
2314
|
f_path: "",
|
2315
2315
|
type: "number"
|
@@ -2368,7 +2368,7 @@ export default {
|
|
2368
2368
|
f_defect_level: null,
|
2369
2369
|
f_device_id: "",
|
2370
2370
|
f_is_defect: "",
|
2371
|
-
f_item_name: "
|
2371
|
+
f_item_name: "表底数",
|
2372
2372
|
f_item_value: this.item.f_plan_meters[i].f_meter_base,
|
2373
2373
|
f_path: "",
|
2374
2374
|
type: "number"
|
@@ -2405,7 +2405,7 @@ export default {
|
|
2405
2405
|
this.data.f_collection_type = this.item.f_plan_meters[i].f_collection_type
|
2406
2406
|
delete this.config['燃气表']['items']['累购金额']
|
2407
2407
|
delete this.config['燃气表']['items']['已用金额']
|
2408
|
-
delete this.config['燃气表']['items']['
|
2408
|
+
delete this.config['燃气表']['items']['表底数']
|
2409
2409
|
delete this.config['燃气表']['items']['剩余金额']
|
2410
2410
|
delete this.config['燃气表']['items']['金额异常差值']
|
2411
2411
|
device.f_items.push(
|
@@ -2507,13 +2507,13 @@ export default {
|
|
2507
2507
|
if (this.data.f_collection_type == '按气量') {
|
2508
2508
|
delete this.config['燃气表']['items']['累购金额']
|
2509
2509
|
delete this.config['燃气表']['items']['已用金额']
|
2510
|
-
delete this.config['燃气表']['items']['
|
2510
|
+
delete this.config['燃气表']['items']['表底数']
|
2511
2511
|
delete this.config['燃气表']['items']['剩余金额']
|
2512
2512
|
delete this.config['燃气表']['items']['金额异常差值']
|
2513
2513
|
} else if (this.data.f_collection_type == '按金额') {
|
2514
2514
|
delete this.config['燃气表']['items']['累购气量']
|
2515
2515
|
delete this.config['燃气表']['items']['已用气量']
|
2516
|
-
delete this.config['燃气表']['items']['
|
2516
|
+
delete this.config['燃气表']['items']['表底数']
|
2517
2517
|
delete this.config['燃气表']['items']['剩余气量']
|
2518
2518
|
delete this.config['燃气表']['items']['气量异常差值']
|
2519
2519
|
}
|