safecheck-client 3.0.34-83 → 3.0.34-84
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/components/rongcheng/AddPlanItem.vue +323 -323
- package/src/filiale/bayan/android/SafecheckOrderV.vue +2 -2
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +5 -0
- package/src/filiale/xilan/pc/checkUserList.vue +772 -0
- package/src/filiale/xilan/pc.js +12 -0
- package/src/main.js +33 -33
@@ -255,7 +255,7 @@
|
|
255
255
|
"基表编号":{"index":1,"type":"string","readonly":true},
|
256
256
|
"气表型号":{"index":2,"type":"string","readonly":true},
|
257
257
|
"气表品牌":{"index":3,"type":"string","readonly":true},
|
258
|
-
"进气方向":{"index":4,"type":"string","readonly":true},
|
258
|
+
"进气方向":{"index":4,"type":"string","readonly":true,isshow:false},
|
259
259
|
"初始表底":{"index":5,"type":"number","isshow":false,"readonly":true},
|
260
260
|
"上期表读数":{"index":6,"type":"number","readonly":true,isshow:false},
|
261
261
|
"累购气量":{"index":7,"type":"number","readonly":true},
|
@@ -279,7 +279,7 @@
|
|
279
279
|
"基表编号":{"index":1,"type":"string","readonly":true},
|
280
280
|
"气表型号":{"index":2,"type":"string","readonly":true},
|
281
281
|
"气表品牌":{"index":3,"type":"string","readonly":true},
|
282
|
-
"进气方向":{"index":4,"type":"string","readonly":true},
|
282
|
+
"进气方向":{"index":4,"type":"string","readonly":true,isshow:false},
|
283
283
|
"初始表底":{"index":5,"type":"string","isshow":false,"readonly":true},
|
284
284
|
"累购金额":{"index":6,"type":"string","readonly":true},
|
285
285
|
"表累购金额":{"index":7,"type":"string","readonly":false},
|
@@ -243,6 +243,11 @@
|
|
243
243
|
this.$parent.$parent.item.f_plan_meters[0].f_metergasnums || this.$parent.$parent.item.f_plan_meters[0].f_initial_base
|
244
244
|
}}</p>
|
245
245
|
</div>
|
246
|
+
<div class="row">
|
247
|
+
<p class="panel-title col-xs-4 text-left font">上次隐患</p>
|
248
|
+
<p class="panel-title col-xs-8 text-left input-font">
|
249
|
+
{{ this.$parent.$parent.item.f_plan_meters[0].f_defect_text || '无' }}</p>
|
250
|
+
</div>
|
246
251
|
</div>
|
247
252
|
</div>
|
248
253
|
</div>
|