apply-clients 3.5.5-7 → 3.5.5-70

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 (92) hide show
  1. package/build/dev-server.js +7 -19
  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 +391 -383
  8. package/src/components/android/Process/AppExplorationUser.vue +508 -508
  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/SupervisoryControl.vue +141 -141
  14. package/src/components/product/Supervisory/SupervisoryList.vue +452 -452
  15. package/src/filiale/baiyin/android/ByAddMaterialScience.vue +860 -858
  16. package/src/filiale/dingcheng/pc/SupervisoryList.vue +441 -441
  17. package/src/filiale/fugou/android/AppAddMaterialScience.vue +20 -16
  18. package/src/filiale/fugou/android/AppDevicesManagement.vue +3 -1
  19. package/src/filiale/fugou/android/AppExplorationUser.vue +2 -2
  20. package/src/filiale/fugou/android/AppInstallationDetails.vue +2 -1
  21. package/src/filiale/fugou/android/AppServiceControl.vue +11 -7
  22. package/src/filiale/fugou/android/AppZhihuanManagement.vue +3 -1
  23. package/src/filiale/fugou/pc/ApplyChargeList.vue +4 -0
  24. package/src/filiale/fugou/pc/ExplorationSelect.vue +3 -4
  25. package/src/filiale/fugou/pc/ServiceControl.vue +19 -10
  26. package/src/filiale/fugou/pc/StopApplyList.vue +291 -0
  27. package/src/filiale/fugou/pc/SupervisoryServiceControl.vue +881 -0
  28. package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +1 -1
  29. package/src/filiale/fugou/pc/chargeReport.vue +87 -15
  30. package/src/filiale/fugou/pc/devicesManagement.vue +1 -0
  31. package/src/filiale/fugou/pc.js +3 -1
  32. package/src/filiale/gongyi/android/AppDisclosurerecord.vue +214 -214
  33. package/src/filiale/gongyi/android/AppInstallationDetails.vue +500 -500
  34. package/src/filiale/gongyi/android/AppLegacyIssues.vue +309 -309
  35. package/src/filiale/gongyi/android/AppSign.vue +170 -170
  36. package/src/filiale/gongyi/android/AppSupplementalAgreement.vue +298 -298
  37. package/src/filiale/gongyi/android.js +18 -18
  38. package/src/filiale/gongyi/pc/ApplyUpload.vue +371 -371
  39. package/src/filiale/gongyi/pc/PcAddLogs.vue +221 -221
  40. package/src/filiale/gongyi/pc/PcDisclosurerecord.vue +218 -218
  41. package/src/filiale/gongyi/pc/PcLegacyIssues.vue +309 -309
  42. package/src/filiale/gongyi/pc/SupervisoryServiceControl.vue +894 -894
  43. package/src/filiale/gongyi/pc/SupervisoryServiceView.vue +1005 -1005
  44. package/src/filiale/gongyi/pc/addMaterialScience.vue +575 -575
  45. package/src/filiale/gongyi/pc/chargeManagement.vue +765 -765
  46. package/src/filiale/gongyi/pc/supplementalAgreement.vue +277 -277
  47. package/src/filiale/gongyi/pc.js +24 -24
  48. package/src/filiale/hongda/pc/SupervisoryList.vue +422 -422
  49. package/src/filiale/jingyang/pc/SupervisoryList.vue +459 -459
  50. package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -0
  51. package/src/filiale/jinhuang/android.js +6 -0
  52. package/src/filiale/jinhuang/pc/ContractList.vue +220 -0
  53. package/src/filiale/jinhuang/pc/ExplorationSelect.vue +497 -0
  54. package/src/filiale/jinhuang/pc/ServiceControl.vue +1932 -1925
  55. package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -0
  56. package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +41 -1
  57. package/src/filiale/jinhuang/pc.js +3 -0
  58. package/src/filiale/qianneng/android/AppServiceView.vue +13 -13
  59. package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +1 -1
  60. package/src/filiale/qianneng/pc/Applydetail.vue +1 -1
  61. package/src/filiale/qianneng/pc/FunctionServiceControl.vue +10 -3
  62. package/src/filiale/qianneng/pc/ServiceControl.vue +8 -3
  63. package/src/filiale/ruihua/pc/ServiceControl.vue +2 -1
  64. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +6 -2
  65. package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +585 -518
  66. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +1116 -1087
  67. package/src/filiale/yangchunboneng/android/AppProcessSupervisory.vue +331 -0
  68. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +217 -43
  69. package/src/filiale/yangchunboneng/android/AppSuperServiceControl.vue +1524 -1524
  70. package/src/filiale/yangchunboneng/android/AppUpload.vue +205 -205
  71. package/src/filiale/yangchunboneng/android/MaterIialOne.vue +21 -1
  72. package/src/filiale/yangchunboneng/android.js +2 -1
  73. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +32 -4
  74. package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +392 -392
  75. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +114 -49
  76. package/src/filiale/yangchunboneng/pc/ExplorationUser.vue +191 -191
  77. package/src/filiale/yangchunboneng/pc/InstallInfoSelect.vue +365 -365
  78. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2 -2
  79. package/src/filiale/yangchunboneng/pc/StopApplyList.vue +294 -0
  80. package/src/filiale/yangchunboneng/pc/SupervisoryControlNew.vue +142 -142
  81. package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +617 -605
  82. package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +5 -1
  83. package/src/filiale/yangchunboneng/pc/SupervisoryServiceControl.vue +902 -902
  84. package/src/filiale/yangchunboneng/pc/SupervisoryServiceControlNew.vue +901 -901
  85. package/src/filiale/yangchunboneng/pc/SupervisoryServiceView.vue +1 -1
  86. package/src/filiale/yangchunboneng/pc/buildOrderList.vue +337 -0
  87. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +5 -1
  88. package/src/filiale/yangchunboneng/pc/constructionInfo.vue +84 -0
  89. package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -0
  90. package/src/filiale/yangchunboneng/pc.js +28 -24
  91. package/src/main.js +1 -1
  92. 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) {