safecheck-client 3.0.33-5 → 3.0.33-50

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.
Files changed (55) hide show
  1. package/package.json +3 -3
  2. package/src/App.vue +31 -31
  3. package/src/components/paper/PaperList.vue +5 -4
  4. package/src/components/planmanage/checkUserList.vue +34 -2
  5. package/src/components/report/CheckPlanCountChartArea.vue +5 -0
  6. package/src/filiale/Util.js +5 -0
  7. package/src/filiale/bayan/android/AddPlanItem.vue +12 -3
  8. package/src/filiale/bayan/android/SafecheckOrderV.vue +4 -1
  9. package/src/filiale/bayan/android/SafecheckUserInfo.vue +532 -508
  10. package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
  11. package/src/filiale/dexin/android/WebMeterOpen.vue +1 -1
  12. package/src/filiale/dexin/android/WebMeterOpenEdit.vue +25 -37
  13. package/src/filiale/fugou/pc/AddToCheckBook.vue +56 -119
  14. package/src/filiale/fugou/pc/CheckBook.vue +2 -0
  15. package/src/filiale/fugou/pc/CheckBookEntry.vue +47 -19
  16. package/src/filiale/fugou/pc/CheckBookList.vue +2 -2
  17. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +733 -574
  18. package/src/filiale/fugou/pc/CheckBookUser.vue +102 -45
  19. package/src/filiale/fugou/pc/PlanManage.vue +62 -8
  20. package/src/filiale/fugou/pc/checkUserList.vue +222 -42
  21. package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +15 -5
  22. package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +12 -2
  23. package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +12 -3
  24. package/src/filiale/hanzhong/pc/CheckSearchUser.vue +13 -0
  25. package/src/filiale/hanzhong/pc/CheckUserList.vue +30 -11
  26. package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +11 -2
  27. package/src/filiale/jingyang/pc/ReportCheckItemList.vue +543 -0
  28. package/src/filiale/jingyang/pc.js +1 -0
  29. package/src/filiale/rongchuang/android/SafecheckDevices.vue +468 -748
  30. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +984 -1234
  31. package/src/filiale/rongchuang/android.js +1 -0
  32. package/src/filiale/rongchuang/pc/NewCheckpaper.vue +294 -305
  33. package/src/filiale/rongchuang/pc/PaperList.vue +812 -0
  34. package/src/filiale/rongchuang/pc.js +1 -0
  35. package/src/filiale/tongchuan/pc/checkUserList.vue +2 -2
  36. package/src/filiale/weinan/android/SafecheckDevices.vue +1082 -1025
  37. package/src/filiale/weinan/android/SafecheckOrderV.vue +71 -26
  38. package/src/filiale/weinan/pc/CheckSearchUser.vue +1078 -0
  39. package/src/filiale/weinan/pc/DefectPaperNew.vue +1065 -1059
  40. package/src/filiale/weinan/pc.js +45 -44
  41. package/src/filiale/wensu/pc/CheckSearchUser.vue +2 -0
  42. package/src/filiale/wensu/pc/DefectPaperNew.vue +1148 -1148
  43. package/src/filiale/wensu/pc/checkUserList.vue +650 -650
  44. package/src/filiale/wenxi/android/SafecheckUserInfo.vue +1 -1
  45. package/src/filiale/wuhai/pc/PaperList.vue +785 -0
  46. package/src/filiale/wuhai/pc.js +1 -0
  47. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2 -2
  48. package/src/filiale/yongzhou/pc/CheckPlan.vue +59 -0
  49. package/src/filiale/yongzhou/pc/DefectPaperNew.vue +1105 -0
  50. package/src/filiale/yongzhou/pc/SelectCheckPlan.vue +364 -0
  51. package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +94 -187
  52. package/src/filiale/yongzhou/pc/safeDetail.vue +212 -14
  53. package/src/filiale/yongzhou/pc.js +3 -0
  54. package/src/filiale/yunchengminsheng/pc/checkUserList.vue +18 -1
  55. 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
- @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>
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 v-model="f_remark" class="form-control"></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" @click="delfile('f_rejectchecks_path', img.f_rejectcheck_path,index)"
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">{{ this.$parent.$parent.item.f_plan_meters[0].f_checker_name }}</p>
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
- {{ this.$parent.$parent.item.f_plan_meters[0].f_metergasnums || this.$parent.$parent.item.f_plan_meters[0].f_initial_base }}</p>
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
- import {HttpResetClass} from 'vue-client'
269
- import * as Util from '../../Util'
270
- import Vue from 'vue'
271
- import RadioGroup from 'vue-client/src/vue-strap/src/radioGroup'
272
- import Radio from 'vue-client/src/vue-strap/src/radioBtn'
273
-
274
- export default {
275
- title: 'SafecheckUserInfo',
276
- props: ['userinfo','openpaper'],
277
- data () {
278
- return this.$parent.$parent.data
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
- created () {
281
- this.$set('showbModal', false)
282
- //tag
283
- this.$set('biaoxinghao', '')
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
- ready () {
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
- if (Vue.config.safecheck != undefined) {
295
- if (Vue.config.safecheck.SafecheckUserinfo != undefined) {
296
- if (Vue.config.safecheck.SafecheckUserinfo.updateuserphone != undefined) {
297
- this.$set('updateuserphone', Vue.config.safecheck.SafecheckUserinfo.updateuserphone)
298
- }
299
- if (Vue.config.safecheck.SafecheckUserinfo.updatemetermodel != undefined) {
300
- this.$set('updatemetermodel', Vue.config.safecheck.SafecheckUserinfo.updatemetermodel)
301
- }
302
- if (Vue.config.safecheck.SafecheckUserinfo.updatemeternumber != undefined) {
303
- this.$set('updatemeternumber', Vue.config.safecheck.SafecheckUserinfo.updatemeternumber)
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
- methods: {
313
- openPaper(userinfo_id){
314
- this.$parent.$parent.$goto('edit', {row:userinfo_id})
315
- },
316
- history(val) {
317
- this.$dispatch('gotoson', {
318
- _this: this.$parent.$parent,
319
- title: val,
320
- safe: false
321
- })
322
- let llink = 'phone-repair-info'
323
- if (val == '其他收费'){
324
- llink = 'phone-other-info'
325
- }
326
- this.$parent.$parent.$goto(llink, {f_userinfo_id: this.userinfo.f_userinfoid,user:this.userinfo})
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
- //tag
351
- //tag
352
- this.$showMessage('是否确定进行修改?', ['confirm', 'cancel']).then((butt) => {
353
- if (butt == 'confirm') {
354
- let http = new HttpResetClass()
355
- http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/safecheckUpdateBiaoXingHao`, {
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
- let http1 = new HttpResetClass()
379
- http1.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/tel_singleTable_OrderBy`, {
380
- data: {
381
- items: 'gm.id,gm.f_meter_style',
382
- tablename: 't_gasbrand gb LEFT JOIN t_gasmodel gm ON gb.id= gm.f_gasbrand_id ',
383
- condition: `f_meter_brand = '${this.userinfo.planmeterss.f_aliasname}'`,
384
- // condition: `f_meter_brand = 'this.userinfo.planmeterss'`,
385
- orderitem: 'gm.id'
386
- }
387
- }, {resolveMsg: null, rejectMsg: null}).then((ress) => {
388
- ress.data.forEach(res => {
389
- this.gmlist.push({
390
- label: res.f_meter_style,
391
- value: res.id
392
- })
393
- })
394
- //tag)
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
- let jingweidu = ''
476
- if (this.$parent.$parent.is_has_jingweidu == 'true'){
477
- jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
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', `${this.$androidUtil.getProxyUrl()}/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
- let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
480
- if(type === '相册'){
481
- page ='com.aofeng.hybrid.android.peripheral.ActionPickActivity'
443
+ }).then(res => {
444
+ if (res.data.length > 0) {
445
+ this.userinfo.f_user_phone = res.data[0].f_user_phone
482
446
  }
483
- HostApp._open_a_page({
484
- type: 'boomerang',
485
- page,
486
- param: {
487
- file: fileName,
488
- requestCode: 111,
489
- callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
490
- watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name +jingweidu
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
- delfile (prop, fileName, index) {
495
- if (fileName == Vue.nopic) {
496
- return
497
- } else {
498
- if (prop == 'f_noanswers_path') {
499
- this.f_noanswers_path.splice(index, 1)
500
- HostApp.delfile(fileName)
501
- }else if (prop == 'f_rejectchecks_path') {
502
- this.f_rejectchecks_path.splice(index, 1)
503
- HostApp.delfile(fileName)
504
- } else {
505
- HostApp.delfile(fileName)
506
- this[prop] = Vue.nopic
507
- }
508
- }
509
- },
510
- setEntryClass (val) {
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 (!this.$parent.$parent.showBack) {
539
- this.$parent.$parent.showBack = true
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
- this.action = true
485
+ fileName = Util.guid() + '-' + prop + '.jpg'
486
+ } else if (prop == 'f_rejectchecks_path') {
577
487
  //tag
578
- if (this.f_onsite_time) {
579
- this.$parent.$parent.isStrat = true
580
- this.$parent.$parent.data.f_onsite_time = Util.toStandardTimeString()
488
+ if (this.f_rejectchecks_path.length == 3) {
489
+ return
581
490
  }
582
- if (this.$parent.$parent.role == 'repair') {
583
- this.$set('style__', 'divmask')
584
- this.$set('style_view_', '')
585
- } else if (this.$parent.$parent.role == 'view') {
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.$set('style__', '')
591
- this.$set('style_view_', '')
496
+ fileName = Util.getFileName(this[prop])
592
497
  }
593
- if (!this.f_nongasuser_path) {
594
- this.$set('f_nongasuser_path', '')
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
- this.$set('f_noanswers_path', [])
598
- if (this.f_noanswer_path) {
599
- this.f_noanswers_path.push({f_noanswer_path: this.f_noanswer_path})
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
- this.$set('f_noanswer_path', '')
529
+ HostApp.delfile(fileName)
530
+ this[prop] = Vue.nopic
602
531
  }
603
- if (this.f_noanswer1_path) {
604
- this.f_noanswers_path.push({f_noanswer_path: this.f_noanswer1_path})
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('f_noanswer1_path', '')
575
+ this.$set('last_check_result', '')
576
+ this.$set('last_check_data.data', [])
607
577
  }
608
- if (this.f_noanswer2_path) {
609
- this.f_noanswers_path.push({f_noanswer_path: this.f_noanswer2_path})
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('f_noanswer2_path', '')
586
+ this.$set('last_check_result', '')
587
+ this.$set('last_check_data.data', [])
612
588
  }
589
+ }
613
590
 
614
- if (!this.f_rejectcheck_path) {
615
- this.$set('f_rejectcheck_path', '')
616
- }
617
- //拒检多张照片
618
- this.$set('f_rejectchecks_path', [])
619
- if (this.f_rejectcheck_path) {
620
- this.f_rejectchecks_path.push({f_rejectcheck_path: this.f_rejectcheck_path})
621
- } else {
622
- this.$set('f_rejectcheck_path', '')
623
- }
624
- if (this.f_rejectcheck1_path) {
625
- this.f_rejectchecks_path.push({f_rejectcheck_path: this.f_rejectcheck1_path})
626
- } else {
627
- this.$set('f_rejectcheck1_path', '')
628
- }
629
- if (this.f_rejectcheck2_path) {
630
- this.f_rejectchecks_path.push({f_rejectcheck_path: this.f_rejectcheck2_path})
631
- } else {
632
- this.$set('f_rejectcheck2_path', '')
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
- this.$watch('f_noanswers_path.length', () => {
636
- //tag)
637
- for (let i = 0; i < 3; i++) {
638
-
639
- if (this.f_noanswers_path[i] && this.f_noanswers_path[i].f_noanswer_path) {
640
- //tag)
641
- if (i == 0) {
642
- this.f_noanswer_path = this.f_noanswers_path[i].f_noanswer_path
643
- } else {
644
- this['f_noanswer' + i + '_path'] = this.f_noanswers_path[i].f_noanswer_path
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
- //tag)
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
- //tag
656
- })
657
- this.$watch('f_rejectchecks_path.length', () => {
658
- //tag)
659
- for (let i = 0; i < 3; i++) {
660
-
661
- if (this.f_rejectchecks_path[i] && this.f_rejectchecks_path[i].f_rejectcheck_path) {
662
- //tag)
663
- if (i == 0) {
664
- this.f_rejectcheck_path = this.f_rejectchecks_path[i].f_rejectcheck_path
665
- } else {
666
- this['f_rejectcheck' + i + '_path'] = this.f_rejectchecks_path[i].f_rejectcheck_path
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
- //tag)
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
- //tag
678
- })
700
+ }
701
+ //tag
702
+ })
679
703
 
680
- this.$watch('f_usegas', (val) => {
681
- this.setUsegas(val)
682
- })
704
+ this.$watch('f_usegas', (val) => {
705
+ this.setUsegas(val)
706
+ })
683
707
 
684
- this.setEntryClass(this.f_entry_status)
685
- this.$watch('f_entry_status', (val) => {
686
- this.setEntryClass(val)
708
+ this.setEntryClass(this.f_entry_status)
709
+ this.$watch('f_entry_status', (val) => {
710
+ this.setEntryClass(val)
687
711
 
688
- if (val == '到访不遇') {
689
- this.f_rejectcheck_path = Vue.nopic
690
- this.f_rejectcheck1_path = Vue.nopic
691
- this.f_rejectcheck2_path = Vue.nopic
692
- this.f_rejectchecks_path = []
693
- }
694
- if (val == '拒检') {
695
- this.f_noanswer_path = Vue.nopic
696
- this.f_noanswer1_path = Vue.nopic
697
- this.f_noanswer2_path = Vue.nopic
698
- this.f_noanswers_path = []
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
- if (val != '入户') {
702
- //清理安检概括
703
- this.f_no_gas_device = false
704
- this.f_unload_battery = false
705
- this.f_close_valve = false
706
- //清理全局隐患
707
- this.f_defect_cramped = false
708
- this.f_defect_bedroom = false
709
- this.f_defect_longpipe = false
710
- this.f_defect_firesource = false
711
- this.f_defect_explosive = false
712
- this.f_defect_viacabinet = false
713
- this.f_defect_intermittent = false
714
- this.f_defect_nearfire = false
715
- this.f_defect_openkitchen = false
716
- this.f_defect_hang = false
717
- this.f_cramped_path = Vue.nopic
718
- //用户评价
719
- this.f_client_evaluation = null
720
- //清设备
721
- this.$set('f_plumbs', [])
722
- this.$set('f_valves', [])
723
- this.$set('f_inner_plumbs', [])
724
- this.$set('f_alarms', [])
725
- this.$set('f_cookers', [])
726
- this.$set('f_heaters', [])
727
- this.$set('f_furnaces', [])
728
- } else {
729
- this.f_rejectcheck_path = Vue.nopic
730
- this.f_noanswer_path = Vue.nopic
731
- this.f_novisit_reason = null
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
- .font {
746
- font: 15px PingFang-SC-Medium;
747
- color: #666666;
748
- }
749
-
750
- .input-font {
751
- font: 15px PingFang-SC-Medium;
752
- color: #333333;
753
- }
754
-
755
- .app-text {
756
- font-size: 12px;
757
- }
758
-
759
- .panel-self {
760
- border-radius: 10px;
761
- border: 1px solid #499EDF;
762
- background-color: #F8F8F8;
763
- }
764
-
765
- .app-text {
766
- font-size: 12px;
767
- }
768
-
769
- .panel-self {
770
- border-radius: 5px;
771
- border: 1px solid #c5e1f7;
772
- background-color: #F2F6FA;
773
- }
774
-
775
- .font {
776
- font: 15px PingFang-SC-Medium;
777
- color: #333333;
778
- }
779
-
780
- .panel-self {
781
- border-radius: 5px;
782
- border: 1px solid #c5e1f7;
783
- background-color: #F2F6FA;
784
- }
785
-
786
- .text-left {
787
- text-align: left;
788
- }
789
-
790
- .font {
791
- font: 15px PingFang-SC-Medium;
792
- color: #333333;
793
- }
794
-
795
- .btn-photo {
796
- border: 0;
797
- border-radius: 7px;
798
- background-color: #7dc1f4;
799
- font: 15px PingFang-SC-Bold;
800
- height: 20%;
801
- }
802
-
803
- .div-photo {
804
- width: auto;
805
- height: auto;
806
- /* margin-top: 10px; */
807
- position: absolute;
808
- bottom: 10px;
809
- right: 10px;
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>