sale-client 4.2.110 → 4.2.111
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/FilesManage/UserFireInfo.vue +4 -4
- package/src/filiale/yuncheng/detailinfo/meterinfodetail.vue +5 -0
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/vcs-1/gc.properties +0 -0
package/package.json
CHANGED
|
@@ -302,9 +302,9 @@
|
|
|
302
302
|
placeholder='控制器表封号' >
|
|
303
303
|
</div>
|
|
304
304
|
<div class="col-sm-3 form-group" style="padding-right: 5px;">
|
|
305
|
-
<label class="font_normal_body"> &emsp
|
|
305
|
+
<label class="font_normal_body">  燃气设施信息</label>
|
|
306
306
|
<input type="text" class="input_search" style="width:60%" v-model="fireinfo.f_appliance_type"
|
|
307
|
-
placeholder='
|
|
307
|
+
placeholder='燃气设施信息' >
|
|
308
308
|
</div>
|
|
309
309
|
|
|
310
310
|
<div class="col-sm-3 form-group" style="padding-right: 5px;">
|
|
@@ -318,9 +318,9 @@
|
|
|
318
318
|
placeholder='燃气具型号' >
|
|
319
319
|
</div>
|
|
320
320
|
<div class="col-sm-3 form-group" style="padding-right: 5px;">
|
|
321
|
-
<label class="font_normal_body"> &emsp
|
|
321
|
+
<label class="font_normal_body">  报警器类型</label>
|
|
322
322
|
<input type="text" class="input_search" style="width:60%" v-model="fireinfo.f_alarm_info"
|
|
323
|
-
placeholder='
|
|
323
|
+
placeholder='报警器类型' >
|
|
324
324
|
</div>
|
|
325
325
|
<div class="col-sm-3 form-group" style="padding-right: 5px;">
|
|
326
326
|
<label class="font_normal_body">  探测器数量</label>
|
|
@@ -165,6 +165,10 @@
|
|
|
165
165
|
<label class = "col-sm-5 " >三项强制措施</label>
|
|
166
166
|
<span class = "col-sm-7">{{data?data.f_force_measure:dafault.f_force_measure}}</span>
|
|
167
167
|
</div>
|
|
168
|
+
<div class="row">
|
|
169
|
+
<label class = "col-sm-5 " >燃气设施信息</label>
|
|
170
|
+
<span class = "col-sm-7">{{data?data.f_appliance_type:dafault.f_appliance_type}}</span>
|
|
171
|
+
</div>
|
|
168
172
|
<div class="row">
|
|
169
173
|
<label class = "col-sm-5 " >备  注</label>
|
|
170
174
|
<span class = "col-sm-7">{{data?data.comments:dafault.comments}}</span>
|
|
@@ -206,6 +210,7 @@
|
|
|
206
210
|
f_position: '****',
|
|
207
211
|
f_inputtor: '****',
|
|
208
212
|
f_force_measure: '****',
|
|
213
|
+
f_appliance_type: '****',
|
|
209
214
|
f_jval: 0,
|
|
210
215
|
f_table_state: 0
|
|
211
216
|
},
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|