apply-clients 3.5.5-7 → 3.5.5-71

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 (83) hide show
  1. package/build/dev-server.js +4 -12
  2. package/package.json +5 -3
  3. package/src/App.vue +25 -25
  4. package/src/apply.js +141 -141
  5. package/src/components/QXClient.js +333 -0
  6. package/src/components/SignTools.js +65 -0
  7. package/src/components/android/Process/AppChargeList.vue +8 -0
  8. package/src/components/android/Process/AppExplorationUser.vue +1 -1
  9. package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
  10. package/src/components/product/MaterialsManage/MaterialsBase.vue +181 -181
  11. package/src/components/product/MaterialsManage/MaterialsManage.vue +60 -60
  12. package/src/components/product/Process/Processes/contractModel.vue +436 -454
  13. package/src/components/product/Supervisory/SupervisoryList.vue +452 -452
  14. package/src/filiale/baiyin/android/ByAddMaterialScience.vue +2 -0
  15. package/src/filiale/dingcheng/pc/SupervisoryList.vue +441 -441
  16. package/src/filiale/fugou/android/AppAddMaterialScience.vue +20 -16
  17. package/src/filiale/fugou/android/AppDevicesManagement.vue +3 -1
  18. package/src/filiale/fugou/android/AppExplorationUser.vue +2 -2
  19. package/src/filiale/fugou/android/AppInstallationDetails.vue +2 -1
  20. package/src/filiale/fugou/android/AppServiceControl.vue +11 -7
  21. package/src/filiale/fugou/android/AppZhihuanManagement.vue +3 -1
  22. package/src/filiale/fugou/pc/ApplyChargeList.vue +4 -0
  23. package/src/filiale/fugou/pc/ExplorationSelect.vue +3 -4
  24. package/src/filiale/fugou/pc/ServiceControl.vue +19 -10
  25. package/src/filiale/fugou/pc/StopApplyList.vue +291 -0
  26. package/src/filiale/fugou/pc/SupervisoryServiceControl.vue +881 -0
  27. package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +1 -1
  28. package/src/filiale/fugou/pc/chargeReport.vue +87 -15
  29. package/src/filiale/fugou/pc/devicesManagement.vue +1 -0
  30. package/src/filiale/fugou/pc.js +3 -1
  31. package/src/filiale/gongyi/android/AppDisclosurerecord.vue +214 -214
  32. package/src/filiale/gongyi/android/AppInstallationDetails.vue +500 -500
  33. package/src/filiale/gongyi/android/AppLegacyIssues.vue +309 -309
  34. package/src/filiale/gongyi/android/AppSign.vue +170 -170
  35. package/src/filiale/gongyi/android/AppSupplementalAgreement.vue +298 -298
  36. package/src/filiale/gongyi/android.js +18 -18
  37. package/src/filiale/gongyi/pc/ApplyUpload.vue +371 -371
  38. package/src/filiale/gongyi/pc/PcAddLogs.vue +221 -221
  39. package/src/filiale/gongyi/pc/PcDisclosurerecord.vue +218 -218
  40. package/src/filiale/gongyi/pc/PcLegacyIssues.vue +309 -309
  41. package/src/filiale/gongyi/pc/SupervisoryServiceControl.vue +894 -894
  42. package/src/filiale/gongyi/pc/SupervisoryServiceView.vue +1005 -1005
  43. package/src/filiale/gongyi/pc/addMaterialScience.vue +575 -575
  44. package/src/filiale/gongyi/pc/chargeManagement.vue +765 -765
  45. package/src/filiale/gongyi/pc/supplementalAgreement.vue +277 -277
  46. package/src/filiale/gongyi/pc.js +24 -24
  47. package/src/filiale/hongda/pc/SupervisoryList.vue +422 -422
  48. package/src/filiale/jingyang/pc/SupervisoryList.vue +459 -459
  49. package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -0
  50. package/src/filiale/jinhuang/android.js +6 -0
  51. package/src/filiale/jinhuang/pc/ContractList.vue +220 -0
  52. package/src/filiale/jinhuang/pc/ExplorationSelect.vue +497 -0
  53. package/src/filiale/jinhuang/pc/ServiceControl.vue +7 -0
  54. package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -0
  55. package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +41 -1
  56. package/src/filiale/jinhuang/pc.js +3 -0
  57. package/src/filiale/qianneng/android/AppServiceView.vue +13 -13
  58. package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +1 -1
  59. package/src/filiale/qianneng/pc/Applydetail.vue +1 -1
  60. package/src/filiale/qianneng/pc/FunctionServiceControl.vue +10 -3
  61. package/src/filiale/qianneng/pc/ServiceControl.vue +8 -3
  62. package/src/filiale/ruihua/pc/ServiceControl.vue +2 -1
  63. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +527 -520
  64. package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +72 -5
  65. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +30 -1
  66. package/src/filiale/yangchunboneng/android/AppProcessSupervisory.vue +331 -0
  67. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +217 -43
  68. package/src/filiale/yangchunboneng/android/MaterIialOne.vue +21 -1
  69. package/src/filiale/yangchunboneng/android.js +21 -20
  70. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +32 -4
  71. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +612 -547
  72. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2 -2
  73. package/src/filiale/yangchunboneng/pc/StopApplyList.vue +294 -0
  74. package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +54 -42
  75. package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +5 -1
  76. package/src/filiale/yangchunboneng/pc/SupervisoryServiceView.vue +1 -1
  77. package/src/filiale/yangchunboneng/pc/buildOrderList.vue +337 -0
  78. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +5 -1
  79. package/src/filiale/yangchunboneng/pc/constructionInfo.vue +84 -0
  80. package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -0
  81. package/src/filiale/yangchunboneng/pc.js +5 -1
  82. package/src/main.js +23 -23
  83. package/~/chatbot/main.py +0 -57
@@ -168,18 +168,18 @@ export default {
168
168
  }
169
169
  console.log("item.ready"+item.ready)
170
170
  if (item.ready) {
171
- console.log(item.ready)
172
- item.options = await this[item.ready]()
171
+ console.log(item.ready)
172
+ item.options = await this[item.ready]()
173
173
 
174
- }
175
- if (!isEmpty(item.role)){
176
- console.log('获取对应角色的人员信息',item.role)
177
- item.options = await this.getDesignerPeople(item.role)
178
- item.optionsid = await this.getDesignerPeopleid(item.role)
179
- }
180
- if (item.multiple && !isEmpty(this.selectdata[item.field])){
181
- this.selectdata[item.field] = JSON.parse(this.selectdata[item.field])
182
- item.value = JSON.parse(item.value)
174
+ }
175
+ if (!isEmpty(item.role)){
176
+ console.log('获取对应角色的人员信息',item.role)
177
+ item.options = await this.getDesignerPeople(item.role)
178
+ item.optionsid = await this.getDesignerPeopleid(item.role)
179
+ }
180
+ if (item.multiple && !isEmpty(this.selectdata[item.field])){
181
+ this.selectdata[item.field] = JSON.parse(this.selectdata[item.field])
182
+ item.value = JSON.parse(item.value)
183
183
  }
184
184
  }
185
185
 
@@ -192,7 +192,7 @@ export default {
192
192
  }
193
193
  }
194
194
 
195
- this.selectdata[item.field] = item.value
195
+ this.selectdata[item.field] = item.value
196
196
  }
197
197
 
198
198
  // 控制组件
@@ -498,7 +498,7 @@ export default {
498
498
 
499
499
  let data = {
500
500
  tablename: 't_area',
501
- // condition: `f_filialeid = '${this.$login.f.orgid}' and f_street = '${this.show_data.f_street}'`
501
+ // condition: `f_filialeid = '${Vue.user.orgid}' and f_street = '${this.show_data.f_street}'`
502
502
  condition: `f_filialeid = '${Vue.user.orgid}' and f_street = '${this.show_data.f_street}'`
503
503
  }
504
504
  let http = new HttpResetClass()
@@ -550,11 +550,11 @@ export default {
550
550
  let f_address_type = this.getLableValue('地址类型')
551
551
 
552
552
  if (f_address_type === '民用市区') {
553
- // data.condition = `f_filialeid = '${this.$login.f.orgid}' and f_pcd = '${this.show_data.f_pcd}' and f_iscity = '市区'`
553
+ // data.condition = `f_filialeid = '${Vue.user.orgid}' and f_pcd = '${this.show_data.f_pcd}' and f_iscity = '市区'`
554
554
  data.condition = `f_filialeid = '${Vue.user.orgid}' and f_pcd = '${this.show_data.f_pcd}' and f_iscity = '市区'`
555
555
  }
556
556
  if (f_address_type === '民用乡镇') {
557
- // data.condition = `f_filialeid = '${this.$login.f.orgid}' and f_pcd = '${this.show_data.f_pcd}' and f_iscity = '乡镇'`
557
+ // data.condition = `f_filialeid = '${Vue.user.orgid}' and f_pcd = '${this.show_data.f_pcd}' and f_iscity = '乡镇'`
558
558
  data.condition = `f_filialeid = '${Vue.user.orgid}' and f_pcd = '${this.show_data.f_pcd}' and f_iscity = '乡镇'`
559
559
  }
560
560
 
@@ -687,7 +687,7 @@ export default {
687
687
  }else{
688
688
  res = await this.$showMessage('增容改管下单后将不能修改用户信息,请确认用户信息地址等是否正确,如不完善可在档案中进行修正!!!')
689
689
  }
690
- if (res == 'confirm') {
690
+ if (res == 'confirm') {
691
691
  return
692
692
  }
693
693
  throw '用户信息确认!!!'
@@ -921,10 +921,10 @@ export default {
921
921
 
922
922
  let http = new HttpResetClass()
923
923
  let res = await http.load(
924
- 'POST',
925
- `${this.$androidUtil.getProxyUrl()}/rs/search`,
926
- {data: data},
927
- {resolveMsg: null, rejectMsg: '片区查询失败!!!'}
924
+ 'POST',
925
+ `${this.$androidUtil.getProxyUrl()}/rs/search`,
926
+ {data: data},
927
+ {resolveMsg: null, rejectMsg: '片区查询失败!!!'}
928
928
  )
929
929
 
930
930
  return res.data.map(item => {
@@ -934,6 +934,42 @@ export default {
934
934
  }
935
935
  })
936
936
  },
937
+ async getStreet() {
938
+ let data = {
939
+ tablename: 't_street',
940
+ condition: `f_filialeid = '${Vue.user.orgid}' and f_iscity in ('市区','乡镇')`
941
+ }
942
+ let http = new HttpResetClass()
943
+ let res = await http.load(
944
+ 'POST',
945
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
946
+ {data: data},
947
+ {resolveMsg: null, rejectMsg: '街道/乡镇查询失败!!!'}
948
+ )
949
+ return res.data.map(item => {
950
+ return {
951
+ label: item.f_street,
952
+ value: item.f_street
953
+ }
954
+ })
955
+ },
956
+ async streetChangeNew() {
957
+ if (isEmpty(this.show_data.f_street)) {
958
+ return
959
+ }
960
+ //设置区县和地址类型
961
+ let data = {
962
+ tablename: 't_street',
963
+ condition: `f_filialeid = '${Vue.user.orgid}' and f_street = '${this.show_data.f_street}'`
964
+ }
965
+ let http = new HttpResetClass()
966
+ let res = await http.load(
967
+ 'POST',
968
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
969
+ {data: data},
970
+ {resolveMsg: null, rejectMsg: '街道/乡镇查询失败!!!'}
971
+ )
972
+ },
937
973
  // 获取区县
938
974
  async getPcd () {
939
975
  let data = {
@@ -942,10 +978,10 @@ export default {
942
978
  }
943
979
  let http = new HttpResetClass()
944
980
  let res = await http.load(
945
- 'POST',
946
- `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
947
- {data: data},
948
- {resolveMsg: null, rejectMsg: '区县查询失败!!!'}
981
+ 'POST',
982
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
983
+ {data: data},
984
+ {resolveMsg: null, rejectMsg: '区县查询失败!!!'}
949
985
  )
950
986
 
951
987
  return res.data.map(item => {
@@ -1246,8 +1282,21 @@ export default {
1246
1282
  if (((this.show_data.defname === '工程审批' && (this.show_data.f_apply_type === '民用散户报建流程'|| this.show_data.f_apply_type === '民用预留户报建流程'))|| (this.show_data.defname === '工程决算')) && this.show_data.button.button_name === '提交' && this.show_data.f_payment_ratio == "100%"){
1247
1283
  this.show_data.button.button_name = '跳过'
1248
1284
  }
1249
- if (this.show_data.defname === '通气申请' && this.show_data.f_apply_type === '启封通气'&& this.show_data.button.button_name === '提交' && this.show_data.f_apply_source !== '线下发起' && this.show_data.f_apply_nature !== '预留户'){
1250
- this.show_data.button.button_name = '跳过'
1285
+ if (this.show_data.defname === '通气申请' && this.show_data.f_apply_type === '启封通气'&& this.show_data.button.button_name === '提交' && this.show_data.f_apply_source == '自动发起' ){
1286
+ let data = {
1287
+ tablename: 't_apply',
1288
+ condition: `f_process_id = '${this.show_data.f_parent_process_id}'`
1289
+ }
1290
+ let res = await this.$resetpost(
1291
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
1292
+ {data: data},
1293
+ {resolveMsg: null, rejectMsg: null}
1294
+ )
1295
+ if (res.data.length>0){
1296
+ if (res.data[0].f_payment_ratio == "100%"){
1297
+ this.show_data.button.button_name = '跳过'
1298
+ }
1299
+ }
1251
1300
  }
1252
1301
  if(this.show_data.defname === '工程派工' && this.show_data.button.button_name === '提交'){
1253
1302
  this.show_data.f_budget_peoples = []
@@ -1294,7 +1343,7 @@ export default {
1294
1343
  }
1295
1344
  await http.load('post',`${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,{data: data},{rejectMsg:null,resolveMsg:null}).then( res=>{
1296
1345
  if (res.data.length == 0){
1297
- http.load('post',`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`,{data: {condition:` f_process_id= '${this.show_data.f_parent_process_id}'`, data: {id: Vue.user.id,orgid: Vue.user.orgid}}},{resolveMsg:null,rejectMsg:null}).then(row=>{
1346
+ http.load('post',`${this.$androidUtil.getProxyUrl()}/rs/sql/supervisory`,{data: {condition:` u.f_process_id= '${this.show_data.f_parent_process_id}'`, data: {id: Vue.user.id,orgid: Vue.user.orgid}}},{resolveMsg:null,rejectMsg:null}).then(row=>{
1298
1347
  const show_data = row.data[0]
1299
1348
  show_data.user = Vue.user
1300
1349
  show_data.start_activity ='报装申请'
@@ -1388,10 +1437,10 @@ export default {
1388
1437
  }
1389
1438
  let http = new HttpResetClass()
1390
1439
  let res = await http.load(
1391
- 'POST',
1392
- `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
1393
- {data: data},
1394
- {resolveMsg: null, rejectMsg: '小区查询失败!!!'}
1440
+ 'POST',
1441
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
1442
+ {data: data},
1443
+ {resolveMsg: null, rejectMsg: '小区查询失败!!!'}
1395
1444
  )
1396
1445
 
1397
1446
  this.setLabelOptions('小区', res.data.map(item => {
@@ -1401,6 +1450,69 @@ export default {
1401
1450
  }
1402
1451
  }))
1403
1452
  },
1453
+ // 街道失去焦点
1454
+ async 'streetChangeNew' (index) {
1455
+ if (isEmpty(this.show_data.f_street)) {
1456
+ return
1457
+ }
1458
+ //设置区县和地址类型
1459
+ let data = {
1460
+ tablename: 't_street',
1461
+ condition: `f_filialeid = '${Vue.user.orgid}' and f_street = '${this.show_data.f_street}'`
1462
+ }
1463
+ let http = new HttpResetClass()
1464
+ let res = await http.load(
1465
+ 'POST',
1466
+ `rs/sql/apply_singleTable`,
1467
+ {data: data},
1468
+ {resolveMsg: null, rejectMsg: '街道/乡镇查询失败!!!'}
1469
+ )
1470
+ if(res.data[0].f_iscity==="市区"){
1471
+ this.setLabelValue('地址类型',"民用市区")
1472
+ }else if(res.data[0].f_iscity==="乡镇"){
1473
+ this.setLabelValue('地址类型',"民用乡镇")
1474
+ }else{
1475
+ this.setLabelValue('地址类型', "特殊地址")
1476
+ }
1477
+ this.setLabelValue('区/县',res.data[0].f_pcd)
1478
+ //获取小区
1479
+ let data2 = {
1480
+ tablename: 't_area',
1481
+ condition: `f_filialeid = '${Vue.user.orgid}' and f_street = '${this.show_data.f_street}'`
1482
+ }
1483
+ let http2 = new HttpResetClass()
1484
+ let res2 = await http2.load(
1485
+ 'POST',
1486
+ `rs/sql/apply_singleTable`,
1487
+ {data: data2},
1488
+ {resolveMsg: null, rejectMsg: '小区查询失败!!!'}
1489
+ )
1490
+
1491
+ this.setLabelOptions('小区', res2.data.map(item => {
1492
+ return {
1493
+ label: item.f_residential_area,
1494
+ value: item.f_residential_area
1495
+ }
1496
+ }))
1497
+ },
1498
+ async 'AreaChangeNew' (index) {
1499
+ if (isEmpty(this.show_data.f_residential_area)) {
1500
+ return
1501
+ }
1502
+ //设置区县和地址类型
1503
+ let data = {
1504
+ tablename: 't_area',
1505
+ condition: `f_filialeid = '${Vue.user.orgid}' and f_residential_area= '${this.show_data.f_residential_area}'`
1506
+ }
1507
+ let http = new HttpResetClass()
1508
+ let res = await http.load(
1509
+ 'POST',
1510
+ `rs/sql/apply_singleTable`,
1511
+ {data: data},
1512
+ {resolveMsg: null, rejectMsg: '街道/乡镇查询失败!!!'}
1513
+ )
1514
+ this.setLabelValue('片区',res.data[0].f_slice_area)
1515
+ },
1404
1516
  // 选择报建项目
1405
1517
  'selectApply' (row) {
1406
1518
  this.setLabelValue('工程名称', row.f_entry_name)
@@ -1455,10 +1567,10 @@ export default {
1455
1567
 
1456
1568
  let http = new HttpResetClass()
1457
1569
  let res = await http.load(
1458
- 'POST',
1459
- `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
1460
- {data: data},
1461
- {resolveMsg: null, rejectMsg: '街道/乡镇查询失败!!!'}
1570
+ 'POST',
1571
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
1572
+ {data: data},
1573
+ {resolveMsg: null, rejectMsg: '街道/乡镇查询失败!!!'}
1462
1574
  )
1463
1575
 
1464
1576
  this.setLabelOptions('街道/乡镇', res.data.map(item => {
@@ -1546,6 +1658,68 @@ export default {
1546
1658
  }
1547
1659
  }
1548
1660
  },
1661
+
1662
+ 'addressTypeChangeNew' (index) {
1663
+ let f_address_type = this.show_data.fields[index].value
1664
+ for (const item of this.show_data.fields) {
1665
+ if (f_address_type === '民用市区') {
1666
+ if (item.label === '区/县' || item.label === '街道/乡镇' || item.label === '小区' || item.label === '门牌号') {
1667
+ item.hidden = false
1668
+ item.required = true
1669
+ }
1670
+ if (item.label === '楼号/组' || item.label === '单元/排' || item.label === '楼层') {
1671
+ item.hidden = false
1672
+ item.required = false
1673
+ item.value = null
1674
+ }
1675
+ if (item.label === '地址') {
1676
+ item.readonly = true
1677
+ item.value = null
1678
+ }
1679
+ }
1680
+ if (f_address_type === '民用乡镇') {
1681
+ if (item.label === '区/县' || item.label === '街道/乡镇' || item.label === '小区' || item.label === '门牌号') {
1682
+ item.hidden = false
1683
+ item.required = true
1684
+ }
1685
+ if (item.label === '楼号/组' || item.label === '单元/排' || item.label === '楼层') {
1686
+ item.hidden = false
1687
+ item.required = false
1688
+ item.value = null
1689
+ }
1690
+ if (item.label === '楼层') {
1691
+ item.hidden = true
1692
+ item.required = false
1693
+ item.value = null
1694
+ }
1695
+ if (item.label === '地址') {
1696
+ item.readonly = true
1697
+ item.value = null
1698
+ }
1699
+ }
1700
+ if (f_address_type === '特殊地址') {
1701
+ if (item.label === '区/县' || item.label === '街道/乡镇') {
1702
+ item.hidden = false
1703
+ item.required = true
1704
+ item.value = null
1705
+ }
1706
+ if (item.label === '小区') {
1707
+ item.hidden = false
1708
+ item.required = false
1709
+ item.value = null
1710
+ }
1711
+ if (item.label === '楼号/组' || item.label === '单元/排' || item.label === '楼层' || item.label === '门牌号') {
1712
+ item.hidden = true
1713
+ item.required = false
1714
+ item.value = null
1715
+ }
1716
+ if (item.label === '地址') {
1717
+ item.readonly = false
1718
+ item.value = null
1719
+ }
1720
+ }
1721
+ }
1722
+ },
1549
1723
  // 搜索小区
1550
1724
  async 'searchArea' (area, index) {
1551
1725
  let data = {
@@ -1554,10 +1728,10 @@ export default {
1554
1728
  }
1555
1729
  let http = new HttpResetClass()
1556
1730
  let res = await http.load(
1557
- 'POST',
1558
- `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
1559
- {data: data},
1560
- {resolveMsg: null, rejectMsg: '小区查询失败!!!'}
1731
+ 'POST',
1732
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
1733
+ {data: data},
1734
+ {resolveMsg: null, rejectMsg: '小区查询失败!!!'}
1561
1735
  )
1562
1736
 
1563
1737
  if (res.data.length === 0) {
@@ -1579,10 +1753,10 @@ export default {
1579
1753
  }
1580
1754
  let http = new HttpResetClass()
1581
1755
  let res = await http.load(
1582
- 'POST',
1583
- `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
1584
- {data: data},
1585
- {resolveMsg: null, rejectMsg: '小区查询失败!!!'}
1756
+ 'POST',
1757
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
1758
+ {data: data},
1759
+ {resolveMsg: null, rejectMsg: '小区查询失败!!!'}
1586
1760
  )
1587
1761
 
1588
1762
  if (res.data.length === 0) {
@@ -70,6 +70,8 @@
70
70
  </div>
71
71
  </template>
72
72
  <script>
73
+ import {isEmpty} from "../../../components/Util";
74
+
73
75
  export default {
74
76
  props:["index",'item','materialnameandcode','typenumbers','newmaterialnameandcode','newmaterialnameandtype'],
75
77
  data(){
@@ -109,7 +111,25 @@ export default {
109
111
  this.$emit('delete_material',i)
110
112
  }
111
113
  },
112
- ready(){
114
+ ready () {
115
+ if (this.item.f_material_name && this.item.f_material_style) {
116
+ let f_material_name = ''
117
+ this.newmaterialnameandcode.filter((item) => {
118
+ if (item.label == this.item.f_material_name) {
119
+ f_material_name = item.value
120
+ }
121
+ })
122
+ this.item.f_material_name = f_material_name
123
+ this.changeMaterialName(f_material_name)
124
+ let f_typenumber = ''
125
+ this.materialnameandtype.filter((item) => {
126
+ if (item.label == this.item.f_material_style) {
127
+ f_typenumber = item.value
128
+ }
129
+ })
130
+ this.item.f_typenumber = f_typenumber
131
+ this.changeType(f_typenumber)
132
+ }
113
133
  console.log(this.item)
114
134
  }
115
135
  }
@@ -1,20 +1,21 @@
1
- const Vue = require('vue')
2
- let specialComp = {
3
- 'app-exploration-user': (resolve) => { require(['./android/AppExplorationUser'], resolve) },
4
- 'app-add-material-science': (resolve) => { require(['./android/AppAddMaterialScience'], resolve) },
5
- 'app-apply-devices-management': (resolve) => { require(['./android/AppDevicesManagement'], resolve) },
6
- 'app-charge-management': (resolve) => { require(['./android/AppChargeManagement'], resolve) },
7
- 'app-other-charge-management': (resolve) => { require(['./android/AppOtherChargeManagement'], resolve) },
8
- 'app-chargesList': (resolve) => { require(['./android/chargesList'], resolve) },
9
- 'app-installation-details': (resolve) => { require(['./android/AppInstallationDetails'], resolve) },
10
- 'app-service-control': (resolve) => { require(['./android/AppServiceControl'], resolve) },
11
- 'app-super-service-control': (resolve) => { require(['./android/AppSuperServiceControl'], resolve) },
12
- 'app-take-pic': (resolve) => { require(['./android/AppTakePic'], resolve) },
13
- 'appinstallation-material': (resolve) => { require(['./android/AppInstallationMaterial'], resolve) },
14
- 'apply-material-one': (resolve) => { require(['./android/MaterIialOne'], resolve) },
15
- 'app-supervisory-cart': (resolve) => { require(['./android/AppSupervisoryCart'], resolve) },
16
- 'app-contract-charge': (resolve) => { require(['./android/AppContractCharge'], resolve) },
17
- 'app-upload': (resolve) => { require(['./android/AppUpload'], resolve) }
18
-
19
- }
20
- exports.specialComp = specialComp
1
+ const Vue = require('vue')
2
+ let specialComp = {
3
+ 'app-exploration-user': (resolve) => { require(['./android/AppExplorationUser'], resolve) },
4
+ 'app-add-material-science': (resolve) => { require(['./android/AppAddMaterialScience'], resolve) },
5
+ 'app-apply-devices-management': (resolve) => { require(['./android/AppDevicesManagement'], resolve) },
6
+ 'app-charge-management': (resolve) => { require(['./android/AppChargeManagement'], resolve) },
7
+ 'app-other-charge-management': (resolve) => { require(['./android/AppOtherChargeManagement'], resolve) },
8
+ 'app-chargesList': (resolve) => { require(['./android/chargesList'], resolve) },
9
+ 'app-installation-details': (resolve) => { require(['./android/AppInstallationDetails'], resolve) },
10
+ 'app-service-control': (resolve) => { require(['./android/AppServiceControl'], resolve) },
11
+ 'app-super-service-control': (resolve) => { require(['./android/AppSuperServiceControl'], resolve) },
12
+ 'app-take-pic': (resolve) => { require(['./android/AppTakePic'], resolve) },
13
+ 'appinstallation-material': (resolve) => { require(['./android/AppInstallationMaterial'], resolve) },
14
+ 'apply-material-one': (resolve) => { require(['./android/MaterIialOne'], resolve) },
15
+ 'app-supervisory-cart': (resolve) => { require(['./android/AppSupervisoryCart'], resolve) },
16
+ 'app-contract-charge': (resolve) => { require(['./android/AppContractCharge'], resolve) },
17
+ 'app-upload': (resolve) => { require(['./android/AppUpload'], resolve) },
18
+ 'app-process-supervisory': (resolve) => { require(['./android/AppProcessSupervisory'], resolve) }
19
+
20
+ }
21
+ exports.specialComp = specialComp
@@ -37,7 +37,7 @@
37
37
  <div class="form-group col-sm-3 button-range">
38
38
  <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
39
39
  <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
40
- <export-excel :data="$parent.$parent.getCondition"
40
+ <export-excel v-if="$parent.$parent.projectImport" :data="$parent.$parent.getCondition"
41
41
  :field="$parent.$parent.getfield"
42
42
  sqlurl="rs/logic/applyExportfile"
43
43
  sql-name="getApplyCharge"
@@ -250,6 +250,28 @@
250
250
  condition="cr.f_confirm_date <= '{}'">
251
251
  </datepicker>
252
252
  </div>
253
+ <div class="form-group col-sm-3">
254
+ <label class="font_normal_body">实际时间:</label>
255
+ <datepicker id="startDate" placeholder="开始日期"
256
+ style="width: 60%!important;"
257
+ v-model="model.f_shiji_date"
258
+ :value.sync="model.f_shiji_date"
259
+ :format="'yyyy-MM-dd 00:00:00'"
260
+ :show-reset-button="true"
261
+ condition="cr.f_actual_date >= '{}'">
262
+ </datepicker>
263
+ </div>
264
+ <div class="form-group col-sm-3">
265
+ <label class="font_normal_body">实际时间:</label>
266
+ <datepicker id="startDate" placeholder="结束日期"
267
+ style="width: 60%!important;"
268
+ v-model="model.f_shiji_enddate"
269
+ :value.sync="model.f_shiji_enddate"
270
+ :format="'yyyy-MM-dd 23:59:59'"
271
+ :show-reset-button="true"
272
+ condition="cr.f_actual_date <= '{}'">
273
+ </datepicker>
274
+ </div>
253
275
  <div class="form-group col-sm-3">
254
276
  <label class="font_normal_body">用气性质:</label>
255
277
  <v-select
@@ -270,6 +292,7 @@
270
292
  <tr>
271
293
  <th style="white-space: nowrap;">序号</th>
272
294
  <th style="white-space: nowrap;">工程编号</th>
295
+ <th style="white-space: nowrap;">用户编号</th>
273
296
  <th style="white-space: nowrap;">合同编号</th>
274
297
  <th style="white-space: nowrap;">合同金额</th>
275
298
  <th style="white-space: nowrap;">报建类型</th>
@@ -304,6 +327,9 @@
304
327
  <td style="text-align: center;">
305
328
  <nobr><font>{{row.f_apply_num}}</font></nobr>
306
329
  </td>
330
+ <td style="text-align: center;">
331
+ <nobr><font>{{row.f_userinfo_code}}</font></nobr>
332
+ </td>
307
333
  <td style="text-align: center;">
308
334
  <nobr><font>{{row.f_contract_number}}</font></nobr>
309
335
  </td>
@@ -429,9 +455,7 @@ export default {
429
455
  paymentMethod: [{label: '全部', value: ''}, ...this.$appdata.getParam('付款方式')],
430
456
  chargeStatus: [
431
457
  {label: '全部', value: ''},
432
- {label: '有效', value: '有效'},
433
- {label: '作废', value: '作废'},
434
- {label: '退款', value: '退款'}
458
+ ...this.$appdata.getParam('报建-缴费状态')
435
459
  ],
436
460
  confirms: [
437
461
  {label: '全部', value: ''},
@@ -452,6 +476,7 @@ export default {
452
476
  'f_contract_money': '合同金额',
453
477
  'f_apply_type': '报建类型',
454
478
  'f_apply_nature': '报建性质',
479
+ 'f_userinfo_code': '用户编号',
455
480
  'f_user_name': '用户名称',
456
481
  'f_phone': '用户电话',
457
482
  'f_address': '用户地址',
@@ -608,6 +633,9 @@ export default {
608
633
  return {
609
634
  condition: this.model.condition
610
635
  }
636
+ },
637
+ projectImport () {
638
+ return this.$login.r.includes('收费明细-导出')
611
639
  }
612
640
  }
613
641
  }