safecheck-client 3.0.34-51 → 3.0.34-53
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/App.vue +31 -31
- package/src/components/android/AreaSelect.vue +208 -208
- package/src/components/android/BuildingSelect.vue +217 -217
- package/src/components/android/CheckPlanSelect.vue +248 -248
- package/src/components/android/PaperFeedback.vue +1514 -1514
- package/src/components/android/QRCode/QRCodeBinding.vue +294 -294
- package/src/components/rongcheng/AddPlanItem.vue +1 -1
- package/src/components/rongcheng/PhoneUpUserinfo.vue +0 -92
- package/src/filiale/bayan/pc/PaperList.vue +900 -899
- package/src/filiale/siyang/pc/CheckPlanAreaList.vue +512 -512
- package/src/filiale/siyang/pc/HiddenSituation.vue +167 -167
- package/src/filiale/siyang/pc/checkPlanList.vue +367 -367
- package/src/filiale/siyang/pc.js +21 -21
- package/src/filiale/weinan/pc/CheckBookSearchUserList.vue +20 -5
- package/src/filiale/weinan/pc/CheckDetail.vue +11 -11
- package/src/filiale/weinan/pc/checkUserList.vue +20 -5
- package/src/main.js +33 -33
- package/src/safecheck-android.js +303 -303
@@ -300,98 +300,6 @@
|
|
300
300
|
</div>
|
301
301
|
</div>
|
302
302
|
</div>
|
303
|
-
<div class="panel auto">
|
304
|
-
<div class="panel-heading" @click="selectVal('设备信息')" style="background-color: #ffffff">
|
305
|
-
<span class="spanboder"><img src="../../assets/list.png" style="width: 22px;margin-right: 8px;">设备信息<img
|
306
|
-
class="butt3" :src="imgback('设备信息')"></span>
|
307
|
-
</div>
|
308
|
-
<div class="panel-body" v-show="headername == '设备信息'">
|
309
|
-
<div class="row" v-for="(idx, row) in devicemodel"
|
310
|
-
style="border:2px solid #A2C2EB; border-top:10px solid #A2C2EB; box-shadow: #00b3ee;margin-bottom: 10px">
|
311
|
-
<div class="row auto" style="margin: 5px 0">
|
312
|
-
<label class="righttxt">设备类型:</label>
|
313
|
-
<v-select class="rightipt" :value.sync="row.f_devices_type" v-model="row.f_devices_type" placeholder='请选择'
|
314
|
-
:width='wid' readonly :options="device_type"
|
315
|
-
close-on-select value-single></v-select>
|
316
|
-
</div>
|
317
|
-
<div class="row auto" style="margin: 5px 0">
|
318
|
-
<label class="righttxt">厂家:</label>
|
319
|
-
<input type="text" class="form-control rightipt" v-model="row.f_manufactor" />
|
320
|
-
</div>
|
321
|
-
<div class="row auto" style="margin: 5px 0">
|
322
|
-
<label class="righttxt">设备编号:</label><input type="text" class="form-control rightipt"
|
323
|
-
v-model="row.f_devices_model" />
|
324
|
-
</div>
|
325
|
-
<div class="row auto" style="margin: 5px 0">
|
326
|
-
<label class="righttxt">设备型号:</label><input type="text" class="form-control rightipt"
|
327
|
-
v-model="row.f_devices_model" />
|
328
|
-
</div>
|
329
|
-
<div class="row auto" style="margin: 5px 0">
|
330
|
-
<label class="righttxt">安 装 人:</label><input type="text" class="form-control rightipt"
|
331
|
-
v-model="row.f_instaler_person" />
|
332
|
-
</div>
|
333
|
-
<div class="row auto" style="margin: 5px 0">
|
334
|
-
<label class="righttxt">安装日期:</label>
|
335
|
-
<datepicker class="rightipt" :value.sync="row.f_input_date"
|
336
|
-
v-model="row.f_input_date" :disabled-days-of-Week="[]" :format="'yyyy-MM-dd'" :show-reset-button="reset"
|
337
|
-
readonly="readonly">
|
338
|
-
</datepicker>
|
339
|
-
</div>
|
340
|
-
<div class="row auto" style="margin: 5px 0" >
|
341
|
-
<label class="righttxt">生产日期:</label>
|
342
|
-
<datepicker class="rightipt" :value.sync="row.f_make_date" v-model="row.f_make_date"
|
343
|
-
:disabled-days-of-Week="[]" :format="'yyyy-MM-dd'" :show-reset-button="reset" >
|
344
|
-
</datepicker>
|
345
|
-
</div>
|
346
|
-
<div class="row auto" style="margin: 5px 0">
|
347
|
-
<label class="righttxt">设备数量:</label>
|
348
|
-
<input type="number" class="form-control rightipt" v-model="row.f_devices_num" />
|
349
|
-
</div>
|
350
|
-
<div class="row auto" style="margin: 5px 0" v-show="row.f_devices_type == '报警器'">
|
351
|
-
<label class="righttxt">首校日期:</label>
|
352
|
-
<datepicker class="rightipt" :value.sync="row.f_firstcheck_date" v-model="row.f_firstcheck_date"
|
353
|
-
:disabled-days-of-Week="[]" :format="'yyyy-MM-dd'" :show-reset-button="reset" >
|
354
|
-
</datepicker>
|
355
|
-
</div>
|
356
|
-
<div class="row auto" style="margin: 5px 0" v-show="row.f_devices_type == '报警器'">
|
357
|
-
<label class="righttxt">报废日期:</label>
|
358
|
-
<datepicker class="rightipt" :value.sync="row.f_expire_date" v-model="row.f_expire_date"
|
359
|
-
:disabled-days-of-Week="[]" :format="'yyyy-MM-dd'" :show-reset-button="reset" >
|
360
|
-
</datepicker>
|
361
|
-
</div>
|
362
|
-
<div class="row auto" style="margin: 5px 0" v-show="row.f_devices_type == '报警器'">
|
363
|
-
<label class="righttxt">下次校验:</label>
|
364
|
-
<datepicker class="rightipt" :value.sync="row.f_nextcheck_date" v-model="row.f_nextcheck_date"
|
365
|
-
:disabled-days-of-Week="[]" :format="'yyyy-MM-dd'" :show-reset-button="reset" >
|
366
|
-
</datepicker>
|
367
|
-
</div>
|
368
|
-
<div class="row auto" style="margin: 5px 0" v-show="row.f_devices_type == '切断阀'">
|
369
|
-
<label class="righttxt">报废日期:</label>
|
370
|
-
<datepicker class="rightipt" :value.sync="row.f_expire_date" v-model="row.f_expire_date"
|
371
|
-
:disabled-days-of-Week="[]" :format="'yyyy-MM-dd'" :show-reset-button="reset" >
|
372
|
-
</datepicker>
|
373
|
-
</div>
|
374
|
-
<div class="row auto" style="margin: 5px 0" v-show="row.f_devices_type == '调压器'">
|
375
|
-
<label class="righttxt">流量:</label>
|
376
|
-
<input type="number" class="form-control rightipt" v-model="row.f_rate_flow" />
|
377
|
-
</div>
|
378
|
-
<div class="row auto" style="margin: 5px 0" v-show="row.f_devices_type == '调压器'">
|
379
|
-
<label class="righttxt">出口压力:</label>
|
380
|
-
<input type="text" class="form-control rightipt" v-model="row.f_pressure_range" />
|
381
|
-
</div>
|
382
|
-
<div class="row auto" style="margin: 5px 0" v-show="row.f_devices_type == '调压器'">
|
383
|
-
<label class="righttxt">进口压力:</label>
|
384
|
-
<input type="text" class="form-control rightipt" v-model="row.f_import_pressure" />
|
385
|
-
</div>
|
386
|
-
<div style="display: flex;justify-content: center;margin-bottom: 3px">
|
387
|
-
<button class="btn btn-warning" @click="deleteDevice($index)">删除设备</button>
|
388
|
-
</div>
|
389
|
-
</div>
|
390
|
-
<div style="display: flex;justify-content: space-around;">
|
391
|
-
<button class="col-sm-3 btn btn-primary" @click="pushDevices($index)">新增设备</button>
|
392
|
-
</div>
|
393
|
-
</div>
|
394
|
-
</div>
|
395
303
|
<div class="panel auto">
|
396
304
|
<div class="panel-body">
|
397
305
|
<div style="display: flex;justify-content: center;">
|