safecheck-client 3.0.33-3 → 3.0.33-30
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 +133 -133
- package/src/App.vue +2 -2
- package/src/components/paper/PaperList.vue +5 -4
- package/src/components/planmanage/checkUserList.vue +34 -2
- package/src/components/report/CheckPlanCountChartArea.vue +5 -0
- package/src/filiale/bayan/android/AddPlanItem.vue +5 -1
- package/src/filiale/bayan/android/SafecheckOrderV.vue +4 -1
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +532 -508
- package/src/filiale/dexin/android/WebMeterOpenEdit.vue +25 -37
- package/src/filiale/fugou/pc/AddToCheckBook.vue +56 -119
- package/src/filiale/fugou/pc/CheckBook.vue +303 -301
- package/src/filiale/fugou/pc/CheckBookDetails.vue +161 -161
- package/src/filiale/fugou/pc/CheckBookEntry.vue +94 -66
- package/src/filiale/fugou/pc/CheckBookList.vue +366 -366
- package/src/filiale/fugou/pc/CheckBookSearchArea.vue +560 -560
- package/src/filiale/fugou/pc/CheckBookSearchUser.vue +809 -651
- package/src/filiale/fugou/pc/CheckBookUser.vue +47 -44
- package/src/filiale/fugou/pc/PlanManage.vue +27 -8
- package/src/filiale/fugou/pc/checkPlanList.vue +371 -371
- package/src/filiale/fugou/pc/checkUserList.vue +222 -42
- package/src/filiale/hanzhong/pc/CheckSearchUser.vue +13 -0
- package/src/filiale/tongchuan/pc/checkUserList.vue +2 -2
- package/src/filiale/weinan/android/SafecheckDevices.vue +1082 -1025
- package/src/filiale/weinan/android/SafecheckOrderV.vue +71 -26
- package/src/filiale/wensu/pc/CheckSearchUser.vue +2 -0
- package/src/filiale/wensu/pc/DefectPaperNew.vue +1 -1
- package/src/filiale/wensu/pc/checkUserList.vue +8 -8
- package/src/filiale/wenxi/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/wuhai/pc/PaperList.vue +785 -0
- package/src/filiale/wuhai/pc.js +1 -0
- package/src/filiale/yongzhou/pc/CheckPlan.vue +59 -0
- package/src/filiale/yongzhou/pc/DefectPaperNew.vue +1105 -0
- package/src/filiale/yongzhou/pc/SelectCheckPlan.vue +364 -0
- package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +114 -207
- package/src/filiale/yongzhou/pc/safeDetail.vue +446 -248
- package/src/filiale/yongzhou/pc.js +3 -0
- package/src/filiale/yunchengminsheng/pc/checkUserList.vue +18 -1
- package/src/main.js +1 -1
@@ -9,13 +9,13 @@
|
|
9
9
|
<label @click="searchHistory(userinfo.f_userinfoid)"
|
10
10
|
style="color: #00b3ee;text-decoration:none;">{{ userinfo.f_userinfo_code }}</label>
|
11
11
|
<label v-if="upUserinfoSta" style="color: #00b3ee;text-decoration:none;"
|
12
|
-
|
13
|
-
<label
|
14
|
-
|
15
|
-
<label
|
16
|
-
|
17
|
-
<label
|
18
|
-
|
12
|
+
@click="upuserinfo(userinfo.f_userinfoid)">信息变更</label>
|
13
|
+
<label style="color: #00b3ee;text-decoration:none;"
|
14
|
+
@click="history('维修记录')">维修记录</label>
|
15
|
+
<label style="color: #00b3ee;text-decoration:none;"
|
16
|
+
@click="history('其他收费')">其他收费</label>
|
17
|
+
<label style="color: #00b3ee;text-decoration:none;" v-if="openpaper"
|
18
|
+
@click="openPaper(userinfo.f_userinfoid)">图纸编辑</label>
|
19
19
|
</p>
|
20
20
|
</div>
|
21
21
|
<div class="col-xs-12" style="padding: 2px 0">
|
@@ -130,7 +130,7 @@
|
|
130
130
|
<div class="col-xs-12" style="padding: 2px 0" v-show="f_entry_status=='到访不遇' || f_entry_status=='拒检'">
|
131
131
|
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>备注:</b></p>
|
132
132
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
133
|
-
<textarea
|
133
|
+
<textarea v-model="f_remark" class="form-control"></textarea>
|
134
134
|
</div>
|
135
135
|
|
136
136
|
</div>
|
@@ -170,7 +170,8 @@
|
|
170
170
|
<div class="col-xs-4 col-sm-3 col-md-2" style="margin-bottom: 35px"
|
171
171
|
v-for="(index,img) in f_rejectchecks_path">
|
172
172
|
<img-self :src="img.f_rejectcheck_path" alt="拒检照片" :width="130" :height="160"></img-self>
|
173
|
-
<img src="../../../assets/删除.png"
|
173
|
+
<img src="../../../assets/删除.png"
|
174
|
+
@click="delfile('f_rejectchecks_path', img.f_rejectcheck_path,index)"
|
174
175
|
style="width: 15px;margin-top: -80px" alt="">
|
175
176
|
</div>
|
176
177
|
</div>
|
@@ -207,7 +208,8 @@
|
|
207
208
|
</div>
|
208
209
|
<div class="row" v-if="last_check_date != null && last_check_date != ''">
|
209
210
|
<p class="panel-title col-xs-4 text-left font">上次安检人员</p>
|
210
|
-
<p class="panel-title col-xs-8 text-left input-font">
|
211
|
+
<p class="panel-title col-xs-8 text-left input-font">
|
212
|
+
{{ this.$parent.$parent.item.f_plan_meters[0].f_checker_name }}</p>
|
211
213
|
</div>
|
212
214
|
<div class="row">
|
213
215
|
<p class="panel-title col-xs-4 text-left font">上次安检状态</p>
|
@@ -229,7 +231,9 @@
|
|
229
231
|
<div class="row" v-if="last_check_date != null && last_check_date != ''">
|
230
232
|
<p class="panel-title col-xs-4 text-left font">上次表底数</p>
|
231
233
|
<p class="panel-title col-xs-8 text-left input-font">
|
232
|
-
{{
|
234
|
+
{{
|
235
|
+
this.$parent.$parent.item.f_plan_meters[0].f_metergasnums || this.$parent.$parent.item.f_plan_meters[0].f_initial_base
|
236
|
+
}}</p>
|
233
237
|
</div>
|
234
238
|
</div>
|
235
239
|
</div>
|
@@ -265,547 +269,567 @@
|
|
265
269
|
</template>
|
266
270
|
|
267
271
|
<script>
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
272
|
+
import {HttpResetClass} from 'vue-client'
|
273
|
+
import * as Util from '../../Util'
|
274
|
+
import Vue from 'vue'
|
275
|
+
import RadioGroup from 'vue-client/src/vue-strap/src/radioGroup'
|
276
|
+
import Radio from 'vue-client/src/vue-strap/src/radioBtn'
|
277
|
+
|
278
|
+
export default {
|
279
|
+
title: 'SafecheckUserInfo',
|
280
|
+
props: ['userinfo', 'openpaper'],
|
281
|
+
data() {
|
282
|
+
return this.$parent.$parent.data
|
283
|
+
},
|
284
|
+
created() {
|
285
|
+
this.$set('showbModal', false)
|
286
|
+
//tag
|
287
|
+
this.$set('biaoxinghao', '')
|
288
|
+
},
|
289
|
+
ready() {
|
290
|
+
//tag
|
291
|
+
//tag)
|
292
|
+
// //tag)
|
293
|
+
// this.$set('userinfo.f_meter_no',this.userinfo.planmeterss.f_meter_no)
|
294
|
+
// //tag)
|
295
|
+
this.$set('beforephone', this.userinfo.f_user_phone)
|
296
|
+
this.$set('gmlist', [])
|
297
|
+
//tag
|
298
|
+
if (Vue.config.safecheck != undefined) {
|
299
|
+
if (Vue.config.safecheck.SafecheckUserinfo != undefined) {
|
300
|
+
if (Vue.config.safecheck.SafecheckUserinfo.updateuserphone != undefined) {
|
301
|
+
this.$set('updateuserphone', Vue.config.safecheck.SafecheckUserinfo.updateuserphone)
|
302
|
+
}
|
303
|
+
if (Vue.config.safecheck.SafecheckUserinfo.updatemetermodel != undefined) {
|
304
|
+
this.$set('updatemetermodel', Vue.config.safecheck.SafecheckUserinfo.updatemetermodel)
|
305
|
+
}
|
306
|
+
if (Vue.config.safecheck.SafecheckUserinfo.updatemeternumber != undefined) {
|
307
|
+
this.$set('updatemeternumber', Vue.config.safecheck.SafecheckUserinfo.updatemeternumber)
|
308
|
+
}
|
309
|
+
}
|
310
|
+
}
|
311
|
+
for (let i in this.userinfo) {
|
312
|
+
//tag + ':' + JSON.stringify(this.userinfo[i]))
|
313
|
+
}
|
314
|
+
this.safecheckStateReady()
|
315
|
+
},
|
316
|
+
methods: {
|
317
|
+
openPaper(userinfo_id) {
|
318
|
+
this.$parent.$parent.$goto('edit', {row: userinfo_id})
|
279
319
|
},
|
280
|
-
|
281
|
-
this.$
|
282
|
-
|
283
|
-
|
320
|
+
history(val) {
|
321
|
+
this.$dispatch('gotoson', {
|
322
|
+
_this: this.$parent.$parent,
|
323
|
+
title: val,
|
324
|
+
safe: false
|
325
|
+
})
|
326
|
+
let llink = 'phone-repair-info'
|
327
|
+
if (val == '其他收费') {
|
328
|
+
llink = 'phone-other-info'
|
329
|
+
}
|
330
|
+
this.$parent.$parent.$goto(llink, {f_userinfo_id: this.userinfo.f_userinfoid, user: this.userinfo})
|
331
|
+
},
|
332
|
+
updatebiaohao(f_meter_no, f_userinfo_id) {
|
333
|
+
this.$showMessage('将用户 ' + this.userinfo.f_user_name + '的机表表号从' + this.userinfo.planmeterss.f_meter_no + '修改为' + f_meter_no, ['confirm', 'cancel']).then((butt) => {
|
334
|
+
if (butt == 'confirm') {
|
335
|
+
let http = new HttpResetClass()
|
336
|
+
http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/safecheckUpdateBiaoHao`, {
|
337
|
+
f_meter_no: f_meter_no,
|
338
|
+
f_userinfo_id: f_userinfo_id
|
339
|
+
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
340
|
+
if (res.data.code == 200) {
|
341
|
+
this.$showMessage('修改成功!')
|
342
|
+
} else {
|
343
|
+
this.$showMessage('修改失败!,网络异常')
|
344
|
+
}
|
345
|
+
})
|
346
|
+
}
|
347
|
+
})
|
284
348
|
},
|
285
|
-
|
349
|
+
biaoxinghaook() {
|
350
|
+
if (this.biaoxinghao == '') {
|
351
|
+
this.$showMessage('请选择表型号')
|
352
|
+
return
|
353
|
+
}
|
286
354
|
//tag
|
287
|
-
//tag)
|
288
|
-
// //tag)
|
289
|
-
// this.$set('userinfo.f_meter_no',this.userinfo.planmeterss.f_meter_no)
|
290
|
-
// //tag)
|
291
|
-
this.$set('beforephone', this.userinfo.f_user_phone)
|
292
|
-
this.$set('gmlist', [])
|
293
355
|
//tag
|
294
|
-
|
295
|
-
if (
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
356
|
+
this.$showMessage('是否确定进行修改?', ['confirm', 'cancel']).then((butt) => {
|
357
|
+
if (butt == 'confirm') {
|
358
|
+
let http = new HttpResetClass()
|
359
|
+
http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/safecheckUpdateBiaoXingHao`, {
|
360
|
+
biaoxinghao: this.biaoxinghao,
|
361
|
+
f_userinfo_id: this.userinfo.f_userinfoid
|
362
|
+
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
363
|
+
if (res.data.code == 200) {
|
364
|
+
this.$showMessage('修改成功!')
|
365
|
+
//tag
|
366
|
+
this.showbModal = false
|
367
|
+
} else {
|
368
|
+
this.$showMessage('修改失败!,网络异常')
|
369
|
+
}
|
370
|
+
})
|
305
371
|
}
|
306
|
-
}
|
307
|
-
for (let i in this.userinfo) {
|
308
|
-
//tag + ':' + JSON.stringify(this.userinfo[i]))
|
309
|
-
}
|
310
|
-
this.safecheckStateReady()
|
372
|
+
})
|
311
373
|
},
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
updatebiaohao (f_meter_no, f_userinfo_id) {
|
329
|
-
this.$showMessage('将用户 ' + this.userinfo.f_user_name + '的机表表号从' + this.userinfo.planmeterss.f_meter_no + '修改为' + f_meter_no, ['confirm', 'cancel']).then((butt) => {
|
330
|
-
if (butt == 'confirm') {
|
331
|
-
let http = new HttpResetClass()
|
332
|
-
http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/safecheckUpdateBiaoHao`, {
|
333
|
-
f_meter_no: f_meter_no,
|
334
|
-
f_userinfo_id: f_userinfo_id
|
335
|
-
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
336
|
-
if (res.data.code == 200) {
|
337
|
-
this.$showMessage('修改成功!')
|
338
|
-
} else {
|
339
|
-
this.$showMessage('修改失败!,网络异常')
|
340
|
-
}
|
341
|
-
})
|
342
|
-
}
|
343
|
-
})
|
344
|
-
},
|
345
|
-
biaoxinghaook () {
|
346
|
-
if (this.biaoxinghao == '') {
|
347
|
-
this.$showMessage('请选择表型号')
|
348
|
-
return
|
374
|
+
biaoxinghaocancel() {
|
375
|
+
//tag
|
376
|
+
this.showbModal = false
|
377
|
+
},
|
378
|
+
showbiaoxinghao() {
|
379
|
+
this.gmlist = []
|
380
|
+
//tag)
|
381
|
+
//tag
|
382
|
+
let http1 = new HttpResetClass()
|
383
|
+
http1.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/tel_singleTable_OrderBy`, {
|
384
|
+
data: {
|
385
|
+
items: 'gm.id,gm.f_meter_style',
|
386
|
+
tablename: 't_gasbrand gb LEFT JOIN t_gasmodel gm ON gb.id= gm.f_gasbrand_id ',
|
387
|
+
condition: `f_meter_brand = '${this.userinfo.planmeterss.f_aliasname}'`,
|
388
|
+
// condition: `f_meter_brand = 'this.userinfo.planmeterss'`,
|
389
|
+
orderitem: 'gm.id'
|
349
390
|
}
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
biaoxinghao: this.biaoxinghao,
|
357
|
-
f_userinfo_id: this.userinfo.f_userinfoid
|
358
|
-
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
359
|
-
if (res.data.code == 200) {
|
360
|
-
this.$showMessage('修改成功!')
|
361
|
-
//tag
|
362
|
-
this.showbModal = false
|
363
|
-
} else {
|
364
|
-
this.$showMessage('修改失败!,网络异常')
|
365
|
-
}
|
366
|
-
})
|
367
|
-
}
|
391
|
+
}, {resolveMsg: null, rejectMsg: null}).then((ress) => {
|
392
|
+
ress.data.forEach(res => {
|
393
|
+
this.gmlist.push({
|
394
|
+
label: res.f_meter_style,
|
395
|
+
value: res.id
|
396
|
+
})
|
368
397
|
})
|
369
|
-
},
|
370
|
-
biaoxinghaocancel () {
|
371
|
-
//tag
|
372
|
-
this.showbModal = false
|
373
|
-
},
|
374
|
-
showbiaoxinghao () {
|
375
|
-
this.gmlist = []
|
376
398
|
//tag)
|
377
399
|
//tag
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
}
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
}
|
393
|
-
|
394
|
-
|
395
|
-
//tag
|
396
|
-
this.showbModal = true
|
397
|
-
})
|
398
|
-
},
|
399
|
-
updatePhone (f_user_phone, f_userinfo_id) {
|
400
|
-
|
401
|
-
this.$showMessage('将用户 ' + this.userinfo.f_user_name + '的电话号码从' + this.beforephone + '修改为' + f_user_phone, ['confirm', 'cancel']).then((butt) => {
|
402
|
-
if (butt == 'confirm') {
|
403
|
-
let http = new HttpResetClass()
|
404
|
-
http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/safecheckUpdatePhone`, {
|
405
|
-
f_user_phone: f_user_phone,
|
406
|
-
f_userinfo_id: f_userinfo_id
|
407
|
-
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
408
|
-
if (res.data.code == 200) {
|
409
|
-
this.$showMessage('修改成功!')
|
410
|
-
} else {
|
411
|
-
this.$showMessage('修改失败!,网络异常')
|
412
|
-
}
|
413
|
-
})
|
414
|
-
}
|
415
|
-
})
|
416
|
-
},
|
417
|
-
upuserinfo (f_userinfo_id) {
|
418
|
-
this.$dispatch('gotoson', {
|
419
|
-
_this: this.$parent.$parent,
|
420
|
-
title: '档案信息变更',
|
421
|
-
safe: false
|
422
|
-
})
|
423
|
-
this.$parent.$parent.$goto('PhoneUpUserinfo', {f_userinfo_id: f_userinfo_id, f_source: '安检'})
|
424
|
-
},
|
425
|
-
searchHistory (f_userinfo_id) {
|
426
|
-
this.$dispatch('gotoson', {
|
427
|
-
_this: this.$parent.$parent,
|
428
|
-
title: '购气记录',
|
429
|
-
safe: false
|
430
|
-
})
|
431
|
-
this.$parent.$parent.$goto('phone-sell-info', {f_userinfo_id: f_userinfo_id})
|
432
|
-
},
|
433
|
-
cameraCallBack (prop, fileName) {
|
434
|
-
if (prop == 'f_noanswers_path') {
|
435
|
-
let f_noanswer_path = fileName + '?' + Math.random()
|
436
|
-
HostApp.__this__.f_noanswers_path.push({
|
437
|
-
f_noanswer_path: f_noanswer_path
|
438
|
-
})
|
439
|
-
} else if (prop == 'f_rejectchecks_path') {
|
440
|
-
let f_rejectcheck_path = fileName + '?' + Math.random()
|
441
|
-
HostApp.__this__.f_rejectchecks_path.push({
|
442
|
-
f_rejectcheck_path: f_rejectcheck_path
|
400
|
+
this.showbModal = true
|
401
|
+
})
|
402
|
+
},
|
403
|
+
updatePhone(f_user_phone, f_userinfo_id) {
|
404
|
+
|
405
|
+
this.$showMessage('将用户 ' + this.userinfo.f_user_name + '的电话号码从' + this.beforephone + '修改为' + f_user_phone, ['confirm', 'cancel']).then((butt) => {
|
406
|
+
if (butt == 'confirm') {
|
407
|
+
let http = new HttpResetClass()
|
408
|
+
http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/safecheckUpdatePhone`, {
|
409
|
+
f_user_phone: f_user_phone,
|
410
|
+
f_userinfo_id: f_userinfo_id
|
411
|
+
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
412
|
+
if (res.data.code == 200) {
|
413
|
+
this.$showMessage('修改成功!')
|
414
|
+
} else {
|
415
|
+
this.$showMessage('修改失败!,网络异常')
|
416
|
+
}
|
443
417
|
})
|
444
|
-
}else {
|
445
|
-
HostApp.__this__.$set(prop, fileName + '?' + Math.random())
|
446
|
-
}
|
447
|
-
HostApp.__callback__ = null
|
448
|
-
HostApp.__this__ = null
|
449
|
-
},
|
450
|
-
takePic (type ,prop, title) {
|
451
|
-
const obj = HostApp.getGpsDetailAddress()
|
452
|
-
HostApp.__callback__ = this.cameraCallBack
|
453
|
-
HostApp.__this__ = this
|
454
|
-
//tag
|
455
|
-
let fileName
|
456
|
-
if (prop == 'f_noanswers_path') {
|
457
|
-
//tag
|
458
|
-
if (this.f_noanswers_path.length == 3) {
|
459
|
-
return
|
460
|
-
}
|
461
|
-
fileName = Util.guid() + '-' + prop + '.jpg'
|
462
|
-
} else if (prop == 'f_rejectchecks_path') {
|
463
|
-
//tag
|
464
|
-
if (this.f_rejectchecks_path.length == 3) {
|
465
|
-
return
|
466
|
-
}
|
467
|
-
fileName = Util.guid() + '-' + prop + '.jpg'
|
468
|
-
}else {
|
469
|
-
if (!this[prop] || this[prop].includes('nopic.png')) {
|
470
|
-
fileName = Util.guid() + '-' + prop + '.jpg'
|
471
|
-
} else {
|
472
|
-
fileName = Util.getFileName(this[prop])
|
473
|
-
}
|
474
418
|
}
|
475
|
-
|
476
|
-
|
477
|
-
|
419
|
+
})
|
420
|
+
},
|
421
|
+
upuserinfo(f_userinfo_id) {
|
422
|
+
this.$dispatch('gotoson', {
|
423
|
+
_this: this.$parent.$parent,
|
424
|
+
title: '档案信息变更',
|
425
|
+
safe: false
|
426
|
+
})
|
427
|
+
let _this = this
|
428
|
+
this.$parent.$parent.$goto('PhoneUpUserinfo', {
|
429
|
+
f_userinfo_id: f_userinfo_id,
|
430
|
+
f_source: '安检'
|
431
|
+
}, 'self', function () {
|
432
|
+
_this.getPhone()
|
433
|
+
})
|
434
|
+
},
|
435
|
+
getPhone() {
|
436
|
+
new HttpResetClass().load('POST', 'rs/sql/tel_singleTable_OrderBy', {
|
437
|
+
data: {
|
438
|
+
items: 'f_user_phone',
|
439
|
+
tablename: 't_userinfo',
|
440
|
+
condition: `f_userinfo_id = '${this.userinfo.f_userinfoid}'`,
|
441
|
+
orderitem: 'f_userinfo_id'
|
478
442
|
}
|
479
|
-
|
480
|
-
if(
|
481
|
-
|
443
|
+
}).then(res => {
|
444
|
+
if (res.data.length > 0) {
|
445
|
+
this.userinfo.f_user_phone = res.data[0].f_user_phone
|
482
446
|
}
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
447
|
+
})
|
448
|
+
},
|
449
|
+
searchHistory(f_userinfo_id) {
|
450
|
+
this.$dispatch('gotoson', {
|
451
|
+
_this: this.$parent.$parent,
|
452
|
+
title: '购气记录',
|
453
|
+
safe: false
|
454
|
+
})
|
455
|
+
this.$parent.$parent.$goto('phone-sell-info', {f_userinfo_id: f_userinfo_id})
|
456
|
+
},
|
457
|
+
cameraCallBack(prop, fileName) {
|
458
|
+
if (prop == 'f_noanswers_path') {
|
459
|
+
let f_noanswer_path = fileName + '?' + Math.random()
|
460
|
+
HostApp.__this__.f_noanswers_path.push({
|
461
|
+
f_noanswer_path: f_noanswer_path
|
492
462
|
})
|
493
|
-
}
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
}
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
if (val == '到访不遇') {
|
512
|
-
this.f_usegas = ''
|
513
|
-
this.$set('f_entry_class', 'warning')
|
514
|
-
} else if (val == '拒检') {
|
515
|
-
this.f_usegas = ''
|
516
|
-
this.$set('f_entry_class', 'danger')
|
517
|
-
} else if (val == '入户') {
|
518
|
-
this.$set('f_entry_class', 'success')
|
519
|
-
}
|
520
|
-
},
|
521
|
-
setUsegas (val) {
|
522
|
-
if (val == '未使用') {
|
523
|
-
this.$set('f_useclass', 'default')
|
524
|
-
}
|
525
|
-
if (val == '已使用') {
|
526
|
-
this.$set('f_useclass', 'success')
|
527
|
-
}
|
528
|
-
},
|
529
|
-
start () {
|
530
|
-
this.$parent.$parent.isStrat = true
|
531
|
-
this.$set('action', !this.action)
|
532
|
-
this.$set('f_onsite_time', Util.toStandardTimeString())
|
533
|
-
},
|
534
|
-
safecheckStateReady () {
|
535
|
-
//tag
|
536
|
-
//tag
|
463
|
+
} else if (prop == 'f_rejectchecks_path') {
|
464
|
+
let f_rejectcheck_path = fileName + '?' + Math.random()
|
465
|
+
HostApp.__this__.f_rejectchecks_path.push({
|
466
|
+
f_rejectcheck_path: f_rejectcheck_path
|
467
|
+
})
|
468
|
+
} else {
|
469
|
+
HostApp.__this__.$set(prop, fileName + '?' + Math.random())
|
470
|
+
}
|
471
|
+
HostApp.__callback__ = null
|
472
|
+
HostApp.__this__ = null
|
473
|
+
},
|
474
|
+
takePic(type, prop, title) {
|
475
|
+
const obj = HostApp.getGpsDetailAddress()
|
476
|
+
HostApp.__callback__ = this.cameraCallBack
|
477
|
+
HostApp.__this__ = this
|
478
|
+
//tag
|
479
|
+
let fileName
|
480
|
+
if (prop == 'f_noanswers_path') {
|
537
481
|
//tag
|
538
|
-
if (
|
539
|
-
|
540
|
-
}
|
541
|
-
//兼容下-如果没有通过外层查询带进来最新安检时间,就拿本地单子里存的上次安检时间
|
542
|
-
if (this.$parent.$parent.item.f_plan_meters[0].f_last_check_date) {
|
543
|
-
this.$set('last_check_date', this.$parent.$parent.item.f_plan_meters[0].f_last_check_date)
|
544
|
-
this.$set('last_check_state', this.$parent.$parent.item.f_plan_meters[0].f_last_check_state)
|
545
|
-
this.$set('newfile_date', this.$parent.$parent.item.f_plan_meters[0].f_newfile_date)
|
546
|
-
if (this.$parent.$parent.item.f_plan_meters[0].f_last_check_result) {
|
547
|
-
let checkResult = JSON.parse(this.$parent.$parent.item.f_plan_meters[0].f_last_check_result)
|
548
|
-
this.$set('last_check_result', checkResult.result)
|
549
|
-
this.$set('last_check_data.data', checkResult.data)
|
550
|
-
} else {
|
551
|
-
this.$set('last_check_result', '')
|
552
|
-
this.$set('last_check_data.data', [])
|
553
|
-
}
|
554
|
-
} else {
|
555
|
-
this.$set('last_check_state', this.$parent.$parent.item.f_plan_meters[0].f_last_check_state)
|
556
|
-
this.$set('last_check_date', this.$parent.$parent.item.f_last_check_date)
|
557
|
-
if (this.$parent.$parent.item.f_last_check_result) {
|
558
|
-
let checkResult = JSON.parse(this.$parent.$parent.item.f_last_check_result)
|
559
|
-
this.$set('last_check_result', checkResult.result)
|
560
|
-
this.$set('last_check_data.data', checkResult.data)
|
561
|
-
} else {
|
562
|
-
this.$set('last_check_result', '')
|
563
|
-
this.$set('last_check_data.data', [])
|
564
|
-
}
|
565
|
-
}
|
566
|
-
|
567
|
-
this.$set('upUserinfoSta', this.$appdata.getSingleValue('安检修改档案信息'))
|
568
|
-
|
569
|
-
if (this.$parent.$parent.role == 'inspect' && this.f_complete != '已完成') {
|
570
|
-
this.start()
|
571
|
-
}
|
572
|
-
if (this.$parent.$parent.data.f_onsite_time) {
|
573
|
-
//tag
|
574
|
-
this.$parent.$parent.startClick = true
|
482
|
+
if (this.f_noanswers_path.length == 3) {
|
483
|
+
return
|
575
484
|
}
|
576
|
-
|
485
|
+
fileName = Util.guid() + '-' + prop + '.jpg'
|
486
|
+
} else if (prop == 'f_rejectchecks_path') {
|
577
487
|
//tag
|
578
|
-
if (this.
|
579
|
-
|
580
|
-
this.$parent.$parent.data.f_onsite_time = Util.toStandardTimeString()
|
488
|
+
if (this.f_rejectchecks_path.length == 3) {
|
489
|
+
return
|
581
490
|
}
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
this.$set('style__', 'divmask')
|
587
|
-
this.$set('style_view_', 'divmask')
|
588
|
-
//tag
|
491
|
+
fileName = Util.guid() + '-' + prop + '.jpg'
|
492
|
+
} else {
|
493
|
+
if (!this[prop] || this[prop].includes('nopic.png')) {
|
494
|
+
fileName = Util.guid() + '-' + prop + '.jpg'
|
589
495
|
} else {
|
590
|
-
this
|
591
|
-
this.$set('style_view_', '')
|
496
|
+
fileName = Util.getFileName(this[prop])
|
592
497
|
}
|
593
|
-
|
594
|
-
|
498
|
+
}
|
499
|
+
let jingweidu = ''
|
500
|
+
if (this.$parent.$parent.is_has_jingweidu == 'true') {
|
501
|
+
jingweidu = '\t经度:' + obj.longitude + '\t纬度:' + obj.latitude
|
502
|
+
}
|
503
|
+
let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
|
504
|
+
if (type === '相册') {
|
505
|
+
page = 'com.aofeng.hybrid.android.peripheral.ActionPickActivity'
|
506
|
+
}
|
507
|
+
HostApp._open_a_page({
|
508
|
+
type: 'boomerang',
|
509
|
+
page,
|
510
|
+
param: {
|
511
|
+
file: fileName,
|
512
|
+
requestCode: 111,
|
513
|
+
callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
|
514
|
+
watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name + jingweidu
|
595
515
|
}
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
516
|
+
})
|
517
|
+
},
|
518
|
+
delfile(prop, fileName, index) {
|
519
|
+
if (fileName == Vue.nopic) {
|
520
|
+
return
|
521
|
+
} else {
|
522
|
+
if (prop == 'f_noanswers_path') {
|
523
|
+
this.f_noanswers_path.splice(index, 1)
|
524
|
+
HostApp.delfile(fileName)
|
525
|
+
} else if (prop == 'f_rejectchecks_path') {
|
526
|
+
this.f_rejectchecks_path.splice(index, 1)
|
527
|
+
HostApp.delfile(fileName)
|
600
528
|
} else {
|
601
|
-
|
529
|
+
HostApp.delfile(fileName)
|
530
|
+
this[prop] = Vue.nopic
|
602
531
|
}
|
603
|
-
|
604
|
-
|
532
|
+
}
|
533
|
+
},
|
534
|
+
setEntryClass(val) {
|
535
|
+
if (val == '到访不遇') {
|
536
|
+
this.f_usegas = ''
|
537
|
+
this.$set('f_entry_class', 'warning')
|
538
|
+
} else if (val == '拒检') {
|
539
|
+
this.f_usegas = ''
|
540
|
+
this.$set('f_entry_class', 'danger')
|
541
|
+
} else if (val == '入户') {
|
542
|
+
this.$set('f_entry_class', 'success')
|
543
|
+
}
|
544
|
+
},
|
545
|
+
setUsegas(val) {
|
546
|
+
if (val == '未使用') {
|
547
|
+
this.$set('f_useclass', 'default')
|
548
|
+
}
|
549
|
+
if (val == '已使用') {
|
550
|
+
this.$set('f_useclass', 'success')
|
551
|
+
}
|
552
|
+
},
|
553
|
+
start() {
|
554
|
+
this.$parent.$parent.isStrat = true
|
555
|
+
this.$set('action', !this.action)
|
556
|
+
this.$set('f_onsite_time', Util.toStandardTimeString())
|
557
|
+
},
|
558
|
+
safecheckStateReady() {
|
559
|
+
//tag
|
560
|
+
//tag
|
561
|
+
//tag
|
562
|
+
if (!this.$parent.$parent.showBack) {
|
563
|
+
this.$parent.$parent.showBack = true
|
564
|
+
}
|
565
|
+
//兼容下-如果没有通过外层查询带进来最新安检时间,就拿本地单子里存的上次安检时间
|
566
|
+
if (this.$parent.$parent.item.f_plan_meters[0].f_last_check_date) {
|
567
|
+
this.$set('last_check_date', this.$parent.$parent.item.f_plan_meters[0].f_last_check_date)
|
568
|
+
this.$set('last_check_state', this.$parent.$parent.item.f_plan_meters[0].f_last_check_state)
|
569
|
+
this.$set('newfile_date', this.$parent.$parent.item.f_plan_meters[0].f_newfile_date)
|
570
|
+
if (this.$parent.$parent.item.f_plan_meters[0].f_last_check_result) {
|
571
|
+
let checkResult = JSON.parse(this.$parent.$parent.item.f_plan_meters[0].f_last_check_result)
|
572
|
+
this.$set('last_check_result', checkResult.result)
|
573
|
+
this.$set('last_check_data.data', checkResult.data)
|
605
574
|
} else {
|
606
|
-
this.$set('
|
575
|
+
this.$set('last_check_result', '')
|
576
|
+
this.$set('last_check_data.data', [])
|
607
577
|
}
|
608
|
-
|
609
|
-
|
578
|
+
} else {
|
579
|
+
this.$set('last_check_state', this.$parent.$parent.item.f_plan_meters[0].f_last_check_state)
|
580
|
+
this.$set('last_check_date', this.$parent.$parent.item.f_last_check_date)
|
581
|
+
if (this.$parent.$parent.item.f_last_check_result) {
|
582
|
+
let checkResult = JSON.parse(this.$parent.$parent.item.f_last_check_result)
|
583
|
+
this.$set('last_check_result', checkResult.result)
|
584
|
+
this.$set('last_check_data.data', checkResult.data)
|
610
585
|
} else {
|
611
|
-
this.$set('
|
586
|
+
this.$set('last_check_result', '')
|
587
|
+
this.$set('last_check_data.data', [])
|
612
588
|
}
|
589
|
+
}
|
613
590
|
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
591
|
+
this.$set('upUserinfoSta', this.$appdata.getSingleValue('安检修改档案信息'))
|
592
|
+
|
593
|
+
if (this.$parent.$parent.role == 'inspect' && this.f_complete != '已完成') {
|
594
|
+
this.start()
|
595
|
+
}
|
596
|
+
if (this.$parent.$parent.data.f_onsite_time) {
|
597
|
+
//tag
|
598
|
+
this.$parent.$parent.startClick = true
|
599
|
+
}
|
600
|
+
this.action = true
|
601
|
+
//tag
|
602
|
+
if (this.f_onsite_time) {
|
603
|
+
this.$parent.$parent.isStrat = true
|
604
|
+
this.$parent.$parent.data.f_onsite_time = Util.toStandardTimeString()
|
605
|
+
}
|
606
|
+
if (this.$parent.$parent.role == 'repair') {
|
607
|
+
this.$set('style__', 'divmask')
|
608
|
+
this.$set('style_view_', '')
|
609
|
+
} else if (this.$parent.$parent.role == 'view') {
|
610
|
+
this.$set('style__', 'divmask')
|
611
|
+
this.$set('style_view_', 'divmask')
|
612
|
+
//tag
|
613
|
+
} else {
|
614
|
+
this.$set('style__', '')
|
615
|
+
this.$set('style_view_', '')
|
616
|
+
}
|
617
|
+
if (!this.f_nongasuser_path) {
|
618
|
+
this.$set('f_nongasuser_path', '')
|
619
|
+
}
|
620
|
+
//到访多张照片
|
621
|
+
this.$set('f_noanswers_path', [])
|
622
|
+
if (this.f_noanswer_path) {
|
623
|
+
this.f_noanswers_path.push({f_noanswer_path: this.f_noanswer_path})
|
624
|
+
} else {
|
625
|
+
this.$set('f_noanswer_path', '')
|
626
|
+
}
|
627
|
+
if (this.f_noanswer1_path) {
|
628
|
+
this.f_noanswers_path.push({f_noanswer_path: this.f_noanswer1_path})
|
629
|
+
} else {
|
630
|
+
this.$set('f_noanswer1_path', '')
|
631
|
+
}
|
632
|
+
if (this.f_noanswer2_path) {
|
633
|
+
this.f_noanswers_path.push({f_noanswer_path: this.f_noanswer2_path})
|
634
|
+
} else {
|
635
|
+
this.$set('f_noanswer2_path', '')
|
636
|
+
}
|
637
|
+
|
638
|
+
if (!this.f_rejectcheck_path) {
|
639
|
+
this.$set('f_rejectcheck_path', '')
|
640
|
+
}
|
641
|
+
//拒检多张照片
|
642
|
+
this.$set('f_rejectchecks_path', [])
|
643
|
+
if (this.f_rejectcheck_path) {
|
644
|
+
this.f_rejectchecks_path.push({f_rejectcheck_path: this.f_rejectcheck_path})
|
645
|
+
} else {
|
646
|
+
this.$set('f_rejectcheck_path', '')
|
647
|
+
}
|
648
|
+
if (this.f_rejectcheck1_path) {
|
649
|
+
this.f_rejectchecks_path.push({f_rejectcheck_path: this.f_rejectcheck1_path})
|
650
|
+
} else {
|
651
|
+
this.$set('f_rejectcheck1_path', '')
|
652
|
+
}
|
653
|
+
if (this.f_rejectcheck2_path) {
|
654
|
+
this.f_rejectchecks_path.push({f_rejectcheck_path: this.f_rejectcheck2_path})
|
655
|
+
} else {
|
656
|
+
this.$set('f_rejectcheck2_path', '')
|
657
|
+
}
|
658
|
+
|
659
|
+
this.$watch('f_noanswers_path.length', () => {
|
660
|
+
//tag)
|
661
|
+
for (let i = 0; i < 3; i++) {
|
634
662
|
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
663
|
+
if (this.f_noanswers_path[i] && this.f_noanswers_path[i].f_noanswer_path) {
|
664
|
+
//tag)
|
665
|
+
if (i == 0) {
|
666
|
+
this.f_noanswer_path = this.f_noanswers_path[i].f_noanswer_path
|
667
|
+
} else {
|
668
|
+
this['f_noanswer' + i + '_path'] = this.f_noanswers_path[i].f_noanswer_path
|
669
|
+
}
|
670
|
+
} else {
|
671
|
+
//tag)
|
672
|
+
if (i == 0) {
|
673
|
+
this.f_noanswer_path = null
|
646
674
|
} else {
|
647
|
-
|
648
|
-
if (i == 0) {
|
649
|
-
this.f_noanswer_path = null
|
650
|
-
} else {
|
651
|
-
this['f_noanswer' + i + '_path'] = null
|
652
|
-
}
|
675
|
+
this['f_noanswer' + i + '_path'] = null
|
653
676
|
}
|
654
677
|
}
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
678
|
+
}
|
679
|
+
//tag
|
680
|
+
})
|
681
|
+
this.$watch('f_rejectchecks_path.length', () => {
|
682
|
+
//tag)
|
683
|
+
for (let i = 0; i < 3; i++) {
|
684
|
+
|
685
|
+
if (this.f_rejectchecks_path[i] && this.f_rejectchecks_path[i].f_rejectcheck_path) {
|
686
|
+
//tag)
|
687
|
+
if (i == 0) {
|
688
|
+
this.f_rejectcheck_path = this.f_rejectchecks_path[i].f_rejectcheck_path
|
689
|
+
} else {
|
690
|
+
this['f_rejectcheck' + i + '_path'] = this.f_rejectchecks_path[i].f_rejectcheck_path
|
691
|
+
}
|
692
|
+
} else {
|
693
|
+
//tag)
|
694
|
+
if (i == 0) {
|
695
|
+
this.f_rejectcheck_path = null
|
668
696
|
} else {
|
669
|
-
|
670
|
-
if (i == 0) {
|
671
|
-
this.f_rejectcheck_path = null
|
672
|
-
} else {
|
673
|
-
this['f_rejectcheck' + i + '_path'] = null
|
674
|
-
}
|
697
|
+
this['f_rejectcheck' + i + '_path'] = null
|
675
698
|
}
|
676
699
|
}
|
677
|
-
|
678
|
-
|
700
|
+
}
|
701
|
+
//tag
|
702
|
+
})
|
679
703
|
|
680
|
-
|
681
|
-
|
682
|
-
|
704
|
+
this.$watch('f_usegas', (val) => {
|
705
|
+
this.setUsegas(val)
|
706
|
+
})
|
683
707
|
|
684
|
-
|
685
|
-
|
686
|
-
|
708
|
+
this.setEntryClass(this.f_entry_status)
|
709
|
+
this.$watch('f_entry_status', (val) => {
|
710
|
+
this.setEntryClass(val)
|
687
711
|
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
712
|
+
if (val == '到访不遇') {
|
713
|
+
this.f_rejectcheck_path = Vue.nopic
|
714
|
+
this.f_rejectcheck1_path = Vue.nopic
|
715
|
+
this.f_rejectcheck2_path = Vue.nopic
|
716
|
+
this.f_rejectchecks_path = []
|
717
|
+
}
|
718
|
+
if (val == '拒检') {
|
719
|
+
this.f_noanswer_path = Vue.nopic
|
720
|
+
this.f_noanswer1_path = Vue.nopic
|
721
|
+
this.f_noanswer2_path = Vue.nopic
|
722
|
+
this.f_noanswers_path = []
|
723
|
+
}
|
700
724
|
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
}
|
735
|
-
},
|
736
|
-
components: {
|
737
|
-
RadioGroup,
|
738
|
-
Radio
|
725
|
+
if (val != '入户') {
|
726
|
+
//清理安检概括
|
727
|
+
this.f_no_gas_device = false
|
728
|
+
this.f_unload_battery = false
|
729
|
+
this.f_close_valve = false
|
730
|
+
//清理全局隐患
|
731
|
+
this.f_defect_cramped = false
|
732
|
+
this.f_defect_bedroom = false
|
733
|
+
this.f_defect_longpipe = false
|
734
|
+
this.f_defect_firesource = false
|
735
|
+
this.f_defect_explosive = false
|
736
|
+
this.f_defect_viacabinet = false
|
737
|
+
this.f_defect_intermittent = false
|
738
|
+
this.f_defect_nearfire = false
|
739
|
+
this.f_defect_openkitchen = false
|
740
|
+
this.f_defect_hang = false
|
741
|
+
this.f_cramped_path = Vue.nopic
|
742
|
+
//用户评价
|
743
|
+
this.f_client_evaluation = null
|
744
|
+
//清设备
|
745
|
+
this.$set('f_plumbs', [])
|
746
|
+
this.$set('f_valves', [])
|
747
|
+
this.$set('f_inner_plumbs', [])
|
748
|
+
this.$set('f_alarms', [])
|
749
|
+
this.$set('f_cookers', [])
|
750
|
+
this.$set('f_heaters', [])
|
751
|
+
this.$set('f_furnaces', [])
|
752
|
+
} else {
|
753
|
+
this.f_rejectcheck_path = Vue.nopic
|
754
|
+
this.f_noanswer_path = Vue.nopic
|
755
|
+
this.f_novisit_reason = null
|
756
|
+
}
|
757
|
+
})
|
739
758
|
}
|
759
|
+
},
|
760
|
+
components: {
|
761
|
+
RadioGroup,
|
762
|
+
Radio
|
740
763
|
}
|
764
|
+
}
|
741
765
|
</script>
|
742
766
|
|
743
767
|
<style scoped>
|
744
768
|
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
769
|
+
.font {
|
770
|
+
font: 15px PingFang-SC-Medium;
|
771
|
+
color: #666666;
|
772
|
+
}
|
773
|
+
|
774
|
+
.input-font {
|
775
|
+
font: 15px PingFang-SC-Medium;
|
776
|
+
color: #333333;
|
777
|
+
}
|
778
|
+
|
779
|
+
.app-text {
|
780
|
+
font-size: 12px;
|
781
|
+
}
|
782
|
+
|
783
|
+
.panel-self {
|
784
|
+
border-radius: 10px;
|
785
|
+
border: 1px solid #499EDF;
|
786
|
+
background-color: #F8F8F8;
|
787
|
+
}
|
788
|
+
|
789
|
+
.app-text {
|
790
|
+
font-size: 12px;
|
791
|
+
}
|
792
|
+
|
793
|
+
.panel-self {
|
794
|
+
border-radius: 5px;
|
795
|
+
border: 1px solid #c5e1f7;
|
796
|
+
background-color: #F2F6FA;
|
797
|
+
}
|
798
|
+
|
799
|
+
.font {
|
800
|
+
font: 15px PingFang-SC-Medium;
|
801
|
+
color: #333333;
|
802
|
+
}
|
803
|
+
|
804
|
+
.panel-self {
|
805
|
+
border-radius: 5px;
|
806
|
+
border: 1px solid #c5e1f7;
|
807
|
+
background-color: #F2F6FA;
|
808
|
+
}
|
809
|
+
|
810
|
+
.text-left {
|
811
|
+
text-align: left;
|
812
|
+
}
|
813
|
+
|
814
|
+
.font {
|
815
|
+
font: 15px PingFang-SC-Medium;
|
816
|
+
color: #333333;
|
817
|
+
}
|
818
|
+
|
819
|
+
.btn-photo {
|
820
|
+
border: 0;
|
821
|
+
border-radius: 7px;
|
822
|
+
background-color: #7dc1f4;
|
823
|
+
font: 15px PingFang-SC-Bold;
|
824
|
+
height: 20%;
|
825
|
+
}
|
826
|
+
|
827
|
+
.div-photo {
|
828
|
+
width: auto;
|
829
|
+
height: auto;
|
830
|
+
/* margin-top: 10px; */
|
831
|
+
position: absolute;
|
832
|
+
bottom: 10px;
|
833
|
+
right: 10px;
|
834
|
+
}
|
811
835
|
</style>
|