apply-clients 5.0.35-44 → 5.0.35-47

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.
@@ -346,14 +346,6 @@
346
346
  } else {
347
347
  this.$showMessage(`在JSON配置文件中找到活动名为:(${this.selectdata.defname})的节点配置:${sum}个`)
348
348
  }
349
- debugger
350
-
351
- console.log('打印',this.selectdata.f_apply_type,this.selectdata.f_user_type)
352
- if(this.selectdata.f_apply_type='集体报建' && this.selectdata.f_user_type=='非民用' && this.selectdata.defname=='验收'){
353
- for(let j=0;j< this.show_data.fields.length;j++) {
354
- this.show_data.fields[j].required = false
355
- }
356
- }
357
349
  },
358
350
  //生成派工单号
359
351
  createpgd() {
@@ -1425,15 +1417,27 @@
1425
1417
  if (this.$refs.service_show.data.fields[i].label === '楼号' && this.$refs.service_show.data.fields[i].value) {
1426
1418
  address += this.$refs.service_show.data.fields[i].value
1427
1419
  }
1420
+ if (this.$refs.service_show.data.fields[i].label === '楼号' && this.$refs.service_show.data.fields[i].value) {
1421
+ address += '栋'
1422
+ }
1428
1423
  if (this.$refs.service_show.data.fields[i].label === '单元号' && this.$refs.service_show.data.fields[i].value) {
1429
1424
  address += '-' +this.$refs.service_show.data.fields[i].value
1430
1425
  }
1426
+ if (this.$refs.service_show.data.fields[i].label === '单元号' && this.$refs.service_show.data.fields[i].value) {
1427
+ address += '单元'
1428
+ }
1431
1429
  if (this.$refs.service_show.data.fields[i].label === '楼层' && this.$refs.service_show.data.fields[i].value) {
1432
1430
  address += '-' +this.$refs.service_show.data.fields[i].value
1433
1431
  }
1432
+ if (this.$refs.service_show.data.fields[i].label === '楼层' && this.$refs.service_show.data.fields[i].value) {
1433
+ address += '层'
1434
+ }
1434
1435
  if (this.$refs.service_show.data.fields[i].label === '门牌号' && this.$refs.service_show.data.fields[i].value) {
1435
1436
  address += '-' +this.$refs.service_show.data.fields[i].value
1436
1437
  }
1438
+ if (this.$refs.service_show.data.fields[i].label === '门牌号' && this.$refs.service_show.data.fields[i].value) {
1439
+ address += '室'
1440
+ }
1437
1441
 
1438
1442
  }
1439
1443
  console.log('获取到的address=>' + address)