apply-clients 3.3.216 → 3.4.1

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 (96) hide show
  1. package/android.html +23 -23
  2. package/index.html +33 -33
  3. package/package.json +3 -3
  4. package/src/AndroidApp.vue +35 -30
  5. package/src/App.vue +20 -20
  6. package/src/android.js +21 -21
  7. package/src/apply.js +81 -90
  8. package/src/applyAndroid.js +1 -23
  9. package/src/components/android/AppOnetomany.vue +301 -285
  10. package/src/components/android/AppServiceView.vue +566 -570
  11. package/src/components/android/AppSign.vue +142 -142
  12. package/src/components/android/AppTakePic.vue +143 -144
  13. package/src/components/android/Process/AppExplorationUser.vue +320 -270
  14. package/src/components/android/Process/AppServiceControl.vue +757 -686
  15. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -466
  16. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -0
  17. package/src/components/android/ProgressReport/ProgressReportList.vue +209 -0
  18. package/src/components/android/Supervisory/AppProcessSupervisory.vue +73 -152
  19. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -115
  20. package/src/components/android/TaskGraph.vue +125 -0
  21. package/src/components/product/ApplyCharge/ApplyChargeList.vue +36 -50
  22. package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
  23. package/src/components/product/Function/InstallFunction.vue +125 -122
  24. package/src/components/product/Function/InstallInfoSelect.vue +292 -318
  25. package/src/components/product/Function/Service/FunctionServiceControl.vue +222 -254
  26. package/src/components/product/Function/StopApplyCrrdList.vue +176 -0
  27. package/src/components/product/Function/functions/ApplyRecordCancel.vue +102 -0
  28. package/src/components/product/Function/functions/StopInstall.vue +106 -0
  29. package/src/components/product/Onetomany.vue +377 -296
  30. package/src/components/product/Order/OrderApply.vue +30 -30
  31. package/src/components/product/Order/OrderApplyList.vue +78 -67
  32. package/src/components/product/Order/OrderMessage.vue +11 -87
  33. package/src/components/product/Process/ExplorationSelect.vue +410 -369
  34. package/src/components/product/Process/ExplorationUser.vue +138 -128
  35. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -504
  36. package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
  37. package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
  38. package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
  39. package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
  40. package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
  41. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -0
  42. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -181
  43. package/src/components/product/Process/Processes/chargeManagement.vue +639 -638
  44. package/src/components/product/Process/Processes/devicesManagement.vue +22 -2
  45. package/src/components/product/Process/Processes/selectApply.vue +1 -1
  46. package/src/components/product/Process/Service/ServiceControl.vue +1254 -883
  47. package/src/components/product/Process/Service/ShowBackReason.vue +33 -0
  48. package/src/components/product/ServiceView.vue +631 -741
  49. package/src/components/product/Stop/StopApply.vue +103 -103
  50. package/src/components/product/Stop/StopApplyList.vue +269 -254
  51. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -517
  52. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -108
  53. package/src/components/product/Supervisory/SupervisoryList.vue +233 -253
  54. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -124
  55. package/src/components/product/VueUtils/ApplyUpload.vue +273 -264
  56. package/src/components/product/VueUtils/HighMeter.vue +208 -0
  57. package/src/expandcssAndroid.less +1034 -517
  58. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +548 -414
  59. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +754 -456
  60. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -0
  61. package/src/filiale/yuchuan/android.js +7 -8
  62. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -517
  63. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  64. package/src/filiale/yuchuan/pc/Process/ExplorationSelect.vue +270 -231
  65. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +147 -131
  66. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +66 -0
  67. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +759 -0
  68. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +470 -0
  69. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +879 -517
  70. package/src/filiale/yuchuan/pc.js +11 -13
  71. package/src/main.js +23 -23
  72. package/src/components/android/Function/AppFunctionServiceControl.vue +0 -329
  73. package/src/components/android/Function/AppInstallFunction.vue +0 -330
  74. package/src/components/android/Process/Processes/AppBuildSign.vue +0 -47
  75. package/src/components/android/Process/Processes/AppChargeManagement.vue +0 -468
  76. package/src/components/android/Process/Processes/AppDevicesManagement.vue +0 -490
  77. package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +0 -297
  78. package/src/components/android/Process/Processes/AppjiaSign.vue +0 -47
  79. package/src/components/android/Process/Processes/AppjiafangSign.vue +0 -47
  80. package/src/components/android/Process/Processes/ApptechnologySign.vue +0 -47
  81. package/src/components/image/dwg.jpg +0 -0
  82. package/src/components/image/yasuobao.jpg +0 -0
  83. package/src/components/product/Function/Inform.vue +0 -73
  84. package/src/components/product/Function/MarketSurvey.vue +0 -81
  85. package/src/components/product/Process/Processes/printCharge.vue +0 -121
  86. package/src/components/product/Process/ShowBackReason.vue +0 -33
  87. package/src/components/product/Supervisory/Service/printChargeNode.vue +0 -873
  88. package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +0 -1090
  89. package/src/components/product/VueUtils/ToolsPage.vue +0 -51
  90. package/src/components/product/VueUtils/Tree.vue +0 -330
  91. package/src/filiale/wuan/android.js +0 -0
  92. package/src/filiale/wuan/pc.js +0 -4
  93. package/src/filiale/yuchuan/android/AppServiceView.vue +0 -599
  94. package/src/filiale/yuchuan/android/Reserve/ApplyReserve.vue +0 -200
  95. package/src/filiale/yuchuan/android/SiteSurvey/TaskGraph.vue +0 -137
  96. package/src/filiale/yuchuan/pc/Process/Processes/MapCom.vue +0 -51
@@ -1,115 +1,121 @@
1
- <template>
2
- <div style="padding: 10px">
3
- <div partial class="auto app-text panel" style="margin-bottom: 20px">
4
- <div class="panel-body panel-self">
5
- <div class="col-xs-12">
6
- <p class="col-xs-3 text-left font"><b>项目名称:</b></p>
7
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_entry_name }}</p>
8
- </div>
9
- <div class="col-xs-12">
10
- <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
11
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_user_name }}</p>
12
- </div>
13
- <div class="col-xs-12">
14
- <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
15
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_phone }}</p>
16
- </div>
17
- <div class="col-xs-12">
18
- <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
19
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_num }}</p>
20
- </div>
21
- <div class="col-xs-12">
22
- <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
23
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_type }}</p>
24
- </div>
25
- <div class="col-xs-12">
26
- <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
27
- <p class="col-xs-9 text-left input-font">{{ selectdata.defname }}</p>
28
- </div>
29
- <div class="col-xs-12">
30
- <p class="col-xs-3 text-left font"><b>地&emsp;&emsp;址:</b></p>
31
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_address }}</p>
32
- </div>
33
- <div class="col-xs-12">
34
- <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
35
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_date }}</p>
36
- </div>
37
- </div>
38
- </div>
39
- <div class="row" v-for="(i,row) in defnames">
40
- <div :class="row.id === selectdata.actid ? 'item selectIndex' : 'item'">
41
- {{row.defname}}
42
- <br>
43
- {{ row.finishtime ? row.finishtime : row.sendtime }}
44
- </div>
45
- <div class="arrow glyphicon glyphicon-menu-down" v-if="i != defnames.length-1" aria-hidden="true"></div>
46
- </div>
47
- </div>
48
- </template>
49
-
50
- <script>
51
- import {HttpResetClass} from 'vue-client'
52
- export default {
53
- title: '流程节点',
54
- props: ['selectdata'],
55
- data () {
56
- return {
57
- defnames: []
58
- }
59
- },
60
- ready () {
61
- this.initial()
62
- },
63
- methods: {
64
- async initial() {
65
- // 获取流程节点信息
66
- let http = new HttpResetClass()
67
- let data = {
68
- processid: this.selectdata.f_process_id
69
- }
70
- let res = await http.load(
71
- 'POST',
72
- `${this.$androidUtil.getProxyUrl()}/rs/sql/getAllNode`,
73
- // `rs/sql/getAllNode`,
74
- {data: data},
75
- {
76
- resolveMsg:null,
77
- rejectMsg:null
78
- })
79
- this.defnames = res.data
80
- },
81
- },
82
- watch: {
83
- }
84
- }
85
- </script>
86
-
87
- <style scoped>
88
- .app-text {
89
- font-size: 12px;
90
- }
91
- .panel-self{
92
- border-radius: 10px;
93
- border:1px solid #499EDF;
94
- background-color: #F8F8F8;
95
- }
96
- .row{
97
- padding: 0 40px;
98
- text-align: center;
99
- height: auto;
100
- }
101
- .item{
102
- border-radius: 2em;
103
- border: 1px solid silver;
104
- line-height: 25px;
105
- }
106
- .arrow{
107
- width: 100%;
108
- color: #5ac0d9;
109
- font-weight: bold;
110
- }
111
- .selectIndex{
112
- background-color: #5ac0d9;
113
- color: #ffffff;
114
- }
115
- </style>
1
+ <template>
2
+ <div style="padding: 10px">
3
+ <div partial class="auto app-text panel" style="margin-bottom: 20px">
4
+ <div class="panel-body panel-self">
5
+ <div class="col-xs-6">
6
+ <p class="col-xs-6 text-left font"><b>工程编号:</b></p>
7
+ <p class="col-xs-6 text-left input-font">{{ selectdata.f_project_number }}</p>
8
+ </div>
9
+ <div class="col-xs-6">
10
+ <p class="col-xs-6 text-left font"><b>CEA号:</b></p>
11
+ <p class="col-xs-6 text-left input-font">{{ selectdata.f_cea_number }}</p>
12
+ </div>
13
+ <div class="col-xs-12">
14
+ <p class="col-xs-3 text-left font"><b>项目名称:</b></p>
15
+ <p class="col-xs-9 text-left input-font">{{ selectdata.f_entry_name }}</p>
16
+ </div>
17
+ <div class="col-xs-6">
18
+ <p class="col-xs-6 text-left font"><b>项目类型:</b></p>
19
+ <p class="col-xs-6 text-left input-font">{{ selectdata.f_apply_type }}</p>
20
+ </div>
21
+ <div class="col-xs-6">
22
+ <p class="col-xs-6 text-left font"><b>工程类型:</b></p>
23
+ <p class="col-xs-6 text-left input-font">{{ selectdata.f_project_type }}</p>
24
+ </div>
25
+ <div class="col-xs-6">
26
+ <p class="col-xs-6 text-left font"><b>项目区域:</b></p>
27
+ <p class="col-xs-6 text-left input-font">{{ selectdata.f_project_area }}</p>
28
+ </div>
29
+ <div class="col-xs-6">
30
+ <p class="col-xs-6 text-left font"><b>联系人:</b></p>
31
+ <p class="col-xs-6 text-left input-font">{{ selectdata.f_contact }}</p>
32
+ </div>
33
+ <div class="col-xs-6">
34
+ <p class="col-xs-6 text-left font"><b>联系电话:</b></p>
35
+ <p class="col-xs-6 text-left input-font">{{ selectdata.f_phone }}</p>
36
+ </div>
37
+ <div class="col-xs-6">
38
+ <p class="col-xs-6 text-left font"><b>办理环节:</b></p>
39
+ <p class="col-xs-6 text-left input-font">{{ selectdata.defname }}</p>
40
+ </div>
41
+ <div class="col-xs-12">
42
+ <p class="col-xs-3 text-left font"><b>项目地址:</b></p>
43
+ <p class="col-xs-9 text-left input-font">{{ selectdata.f_address }}</p>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ <div class="row" v-for="(i,row) in defnames">
48
+ <div :class="row.id === selectdata.actid ? 'item selectIndex' : 'item'">
49
+ {{row.defname}}
50
+ <br>
51
+ {{ row.finishtime ? row.finishtime : row.sendtime }}
52
+ </div>
53
+ <div class="arrow glyphicon glyphicon-menu-down" v-if="i != defnames.length-1" aria-hidden="true"></div>
54
+ </div>
55
+ </div>
56
+ </template>
57
+
58
+ <script>
59
+ import {HttpResetClass} from 'vue-client'
60
+ export default {
61
+ title: '流程节点',
62
+ props: ['selectdata'],
63
+ data () {
64
+ return {
65
+ defnames: []
66
+ }
67
+ },
68
+ ready () {
69
+ this.initial()
70
+ },
71
+ methods: {
72
+ async initial() {
73
+ // 获取流程节点信息
74
+ let http = new HttpResetClass()
75
+ let data = {
76
+ processid: this.selectdata.f_process_id
77
+ }
78
+ let res = await http.load(
79
+ 'POST',`${this.$androidUtil.getProxyUrl()}/rs/sql/getAllNode`,
80
+ {data: data},
81
+ {
82
+ resolveMsg:null,
83
+ rejectMsg:null
84
+ })
85
+ this.defnames = res.data
86
+ },
87
+ },
88
+ watch: {
89
+ }
90
+ }
91
+ </script>
92
+
93
+ <style scoped>
94
+ .app-text {
95
+ font-size: 12px;
96
+ }
97
+ .panel-self{
98
+ border-radius: 10px;
99
+ border:1px solid #499EDF;
100
+ background-color: #F8F8F8;
101
+ }
102
+ .row{
103
+ padding: 0 40px;
104
+ text-align: center;
105
+ height: auto;
106
+ }
107
+ .item{
108
+ border-radius: 2em;
109
+ border: 1px solid silver;
110
+ line-height: 25px;
111
+ }
112
+ .arrow{
113
+ width: 100%;
114
+ color: #5ac0d9;
115
+ font-weight: bold;
116
+ }
117
+ .selectIndex{
118
+ background-color: #5ac0d9;
119
+ color: #ffffff;
120
+ }
121
+ </style>
@@ -0,0 +1,125 @@
1
+ <template>
2
+ <div>
3
+ <div :style="'height:' + AmapHeight">
4
+ <AMap-location
5
+ :islocation="true"
6
+ :locationzoomcenter="false"
7
+ :usenative="true"
8
+ :isshowsearch="false"
9
+ :mylocationinfo="false"
10
+ :islocationclearmark="false"
11
+ :isshowmapmodel="false"
12
+ :locationwindow="false"
13
+ mapmodel="dragMarker"
14
+ :labelmarksarray="labelmarksarray"
15
+ @diyspotmouseclick="diyspotmouseclick"
16
+ ></AMap-location>
17
+ </div>
18
+ <div class="auto row" v-if="selectdata">
19
+ <div class="col-sm-12 col-xs-12 form-group app-input" style="margin-top: 10px"></div>
20
+ <template v-for="item in fileds">
21
+ <div class="col-sm-12 col-xs-12 form-group app-input">
22
+ <label class="">{{ item.label }}</label>
23
+ <div :class="item.type === 'tel' || item.type === 'map' ? 'col-sm-8 col-xs-8' : 'col-sm-8 col-xs-9'">
24
+ <input style="width: 100%" type="text" placeholder="" v-model="selectdata[item.field]" :value="selectdata[item.field]" readonly>
25
+ <svg v-if="item.type === 'tel'" @click.prevent="dialNumber(selectdata[item.field])" style="width: 25px;height: 25px;position: absolute;bottom: 8px;" t="1628575136009" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2374" width="200" height="200"><path d="M682.25 465.262c0 16.695 11.115 27.811 27.81 27.811s27.812-11.116 27.812-27.811A167.395 167.395 0 0 0 570.96 298.35c-16.695 0-27.811 11.116-27.811 27.811s11.16 27.812 27.811 27.812a111.597 111.597 0 0 1 111.29 111.289z m111.289 0c0 16.695 11.115 27.811 27.81 27.811s27.812-11.116 27.812-27.811c0-152.984-125.217-278.201-278.2-278.201-16.696 0-27.812 11.16-27.812 27.855s11.16 27.811 27.811 27.811c122.405 0 222.579 100.174 222.579 222.535zM417.976 367.9c30.623-30.579 33.391-77.898 5.58-111.289L337.31 148.134c-27.811-36.16-80.666-41.74-116.869-13.928-2.768 2.812-5.536 2.812-5.536 5.58l-75.13 75.13c-72.318 72.318 30.623 267.041 217.042 453.417C543.15 854.708 735.06 954.88 807.378 885.33l75.13-75.13c33.392-33.391 33.392-86.246 0-116.825l-5.536-5.58-108.52-86.246c-33.348-27.81-80.623-25.043-111.246 5.58l-47.275 47.319c-50.087-30.623-94.593-64.014-133.564-102.941-38.927-38.971-72.275-83.478-102.898-133.565l44.507-50.043z m-38.927-75.13c8.348 11.16 8.348 27.855-2.812 36.203l-61.202 63.97a29.569 29.569 0 0 0-5.536 33.392 721.425 721.425 0 0 0 122.405 164.1 721.512 721.512 0 0 0 164.1 122.405 29.569 29.569 0 0 0 33.39-5.58l63.971-63.97c11.16-11.116 25.043-11.116 36.203-2.769l108.477 89.014s2.768 0 2.768 2.768a26.889 26.889 0 0 1 0 38.971l-75.13 75.13c-36.115 36.115-208.606-55.666-372.75-217.042-164.1-161.332-253.114-336.548-216.955-372.75l77.854-77.899c11.16-8.348 30.623-8.348 38.971 5.58l86.246 108.521z" fill="#8A8A8A" p-id="2375"></path></svg>
26
+ <svg v-if="item.type === 'map'" @click="openAmap(selectdata[item.field])" style="width: 25px;height: 25px;position: absolute;bottom: 8px;" t="1628575336648" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3201" width="200" height="200"><path d="M512 956h-1.1c-10.9 0-20.5-6.9-24.7-17L369.9 654.1 85 537.8c-10.1-4.1-16.8-13.7-17.2-24.6-0.4-10.9 5.6-21 15.3-25.9l833-416.5c10.7-5.3 23.6-3.2 32.1 5.2s10.5 21.4 5.2 32.1L536.8 940.9c-4.7 9.4-14.3 15.1-24.8 15.1zM162.7 509.6l239 97.6c6.9 2.8 12.4 8.3 15.2 15.2l97.6 239 351.9-703.8-703.7 352z" fill="#666666" p-id="3202"></path></svg>
27
+ </div>
28
+ </div>
29
+ </template>
30
+ <div class="col-sm-12 col-xs-12 form-group app-btn">
31
+ <button class="btn btn-info" @click.prevent="click()">查看详情</button>
32
+ </div>
33
+ </div>
34
+ </div>
35
+ </template>
36
+ <script>
37
+ import Vue from 'vue'
38
+ export default {
39
+ title: '地图任务点',
40
+ props: {
41
+ data: {
42
+ type: Array,
43
+ default: []
44
+ },
45
+ fileds: {
46
+ type: Array,
47
+ default: []
48
+ }
49
+ },
50
+ data () {
51
+ return {
52
+ labelmarksarray: [],
53
+ selectdata: null,
54
+ AmapHeight: '100%'
55
+ }
56
+ },
57
+ ready () {
58
+ this.getLocatingPoint()
59
+ },
60
+ methods: {
61
+ // 查看详情
62
+ click () {
63
+ let _this = this
64
+ this.$dispatch('gotoson', {
65
+ _this: _this,
66
+ title: _this.selectdata.defname,
67
+ safe: true
68
+ })
69
+ this.$goto('app-service-control', {selectdata: _this.selectdata}, 'self', null)
70
+ },
71
+ // 导航
72
+ openAmap (address) {
73
+ let _this = this
74
+ HostApp.openThirdPartyMap({
75
+ lon: _this.selectdata.f_longitude,
76
+ lat: _this.selectdata.f_dimension,
77
+ address: address
78
+ })
79
+ },
80
+ // 拨打电话
81
+ dialNumber (tel) {
82
+ this.$showMessage(`是否拨打电话:${tel}`, ['confirm']).then((res) => {
83
+ if (res === 'confirm') {
84
+ this.$androidUtil.makeAPhoneCall(tel)
85
+ }
86
+ })
87
+ },
88
+ // 点击定位点回调
89
+ diyspotmouseclick (data) {
90
+ this.AmapHeight = '60%'
91
+
92
+ this.selectdata = data
93
+ },
94
+ // 获取定位点
95
+ getLocatingPoint () {
96
+ this.data.forEach(item => {
97
+ this.labelmarksarray.push({
98
+ data: {
99
+ data: item,
100
+ content: item.f_user_name
101
+ },
102
+ position: [item.f_longitude, item.f_dimension],
103
+ isclearmarker: false,
104
+ islabel: false
105
+ })
106
+ })
107
+ }
108
+ },
109
+ events: {
110
+ },
111
+ watch: {
112
+ 'data' () {
113
+ this.getLocatingPoint()
114
+ }
115
+ }
116
+ }
117
+ </script>
118
+
119
+ <style lang="less">
120
+ .app-input {
121
+ label {
122
+ float: left;
123
+ }
124
+ }
125
+ </style>
@@ -1,16 +1,12 @@
1
1
  <template>
2
2
  <criteria-paged :model="model" v-ref:cp>
3
- <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
3
+ <criteria partial='criteria' @condition-changed='search' v-ref:cri>
4
4
  <div class="form-horizontal select-overspread container-fluid auto" partial>
5
5
  <div class="row">
6
6
  <div class="form-group col-sm-3">
7
- <label class="font_normal_body">组织机构:</label>
8
- <res-select
9
- restype='organization'
10
- :initresid='$parent.$parent.curorgid'
11
- @res-select="$parent.$parent.getorg"
12
- is-mul="false"
13
- ></res-select>
7
+ <label class="font_normal_body">项目名称:</label>
8
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_entry_name"
9
+ v-on:keyup.enter="$parent.$parent.search()" condition="a.f_entry_name like '%{}%'" placeholder='项目名'>
14
10
  </div>
15
11
  <div class="form-group col-sm-3">
16
12
  <label for="startDate" class="font_normal_body">开始时间:</label>
@@ -20,7 +16,7 @@
20
16
  :value.sync="model.startDate"
21
17
  :format="'yyyy-MM-dd HH:mm:ss'"
22
18
  :show-reset-button="true"
23
- condition="cr.f_charge_date >= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
19
+ condition="cr.f_charge_date >= '{}'">
24
20
  </datepicker>
25
21
  </div>
26
22
  <div class="form-group col-sm-3">
@@ -31,7 +27,7 @@
31
27
  :value.sync="model.endDate"
32
28
  :format="'yyyy-MM-dd HH:mm:ss'"
33
29
  :show-reset-button="true"
34
- condition="cr.f_charge_date <= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
30
+ condition="cr.f_charge_date <= '{}'">
35
31
  </datepicker>
36
32
  </div>
37
33
  <div class="form-group col-sm-3 button-range">
@@ -53,8 +49,8 @@
53
49
  </div>
54
50
  <div class="row" v-show="$parent.$parent.criteriaShow">
55
51
  <div class="form-group col-sm-3">
56
- <label class="font_normal_body">工程编号:</label>
57
- <input type="text" style="width: 60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
52
+ <label class="font_normal_body">报建编号:</label>
53
+ <input type="text" style="width: 60%" class="input_search" placeholder='报建编号' v-model="model.f_apply_num"
58
54
  v-on:keyup.enter="$parent.$parent.search()"
59
55
  condition="a.f_apply_num = '{}'">
60
56
  </div>
@@ -64,12 +60,6 @@
64
60
  v-on:keyup.enter="$parent.$parent.search()"
65
61
  condition="a.f_contract_number = '{}'">
66
62
  </div>
67
- <div class="form-group col-sm-3">
68
- <label class="font_normal_body">流&ensp;水&ensp;号:</label>
69
- <input type="text" style="width: 60%" class="input_search" placeholder='流水号' v-model="model.f_payer_number"
70
- v-on:keyup.enter="$parent.$parent.search()"
71
- condition="cr.f_payer_number = '{}'">
72
- </div>
73
63
  <div class="form-group col-sm-3">
74
64
  <label class="font_normal_body">报建类型:</label>
75
65
  <v-select
@@ -103,11 +93,11 @@
103
93
  <div class="form-group col-sm-3">
104
94
  <label class="font_normal_body">缴费状态:</label>
105
95
  <v-select
106
- v-model="model.f_charge_status"
96
+ v-model="model.f_charging_status"
107
97
  placeholder='请选择'
108
- condition="cr.f_charge_status = '{}'"
109
- :value.sync="model.f_charge_status"
110
- :options='$parent.$parent.chargeStatus'
98
+ condition="cr.f_charging_status = '{}'"
99
+ :value.sync="model.f_charging_status"
100
+ :options='$parent.$parent.chargingStatus'
111
101
  class="select select_list"
112
102
  :value-single="true"
113
103
  close-on-select ></v-select>
@@ -119,16 +109,17 @@
119
109
  <template partial='head'>
120
110
  <tr>
121
111
  <th>序号</th>
122
- <th>工程编号</th>
112
+ <th>报建编号</th>
113
+ <th>项目名称</th>
123
114
  <th>合同编号</th>
124
115
  <th>报建类型</th>
125
116
  <th>缴费编码</th>
126
- <th>收费金额(退款金额)</th>
117
+ <th>收费金额</th>
127
118
  <th>付款方式</th>
128
- <th>流水号</th>
129
- <th>收费人员(退款人员)</th>
130
- <th>收费日期(退款日期)</th>
119
+ <th>收费人员</th>
120
+ <th>收费日期</th>
131
121
  <th>状态</th>
122
+ <th>地址</th>
132
123
  </tr>
133
124
  </template>
134
125
  <template partial='body'>
@@ -139,6 +130,9 @@
139
130
  <td style="text-align: center;">
140
131
  <nobr><font>{{row.f_apply_num}}</font></nobr>
141
132
  </td>
133
+ <td style="text-align: center;">
134
+ <nobr><font>{{row.f_apply_entry_name}}</font></nobr>
135
+ </td>
142
136
  <td style="text-align: center;">
143
137
  <nobr><font>{{row.f_contract_number}}</font></nobr>
144
138
  </td>
@@ -154,9 +148,6 @@
154
148
  <td style="text-align: center;">
155
149
  <nobr><font>{{row.f_payment_method}}</font></nobr>
156
150
  </td>
157
- <td style="text-align: center;">
158
- <nobr><font>{{row.f_payer_number}}</font></nobr>
159
- </td>
160
151
  <td style="text-align: center;">
161
152
  <nobr><font>{{row.f_charge_collectors}}</font></nobr>
162
153
  </td>
@@ -164,7 +155,10 @@
164
155
  <nobr><font>{{row.f_charge_date}}</font></nobr>
165
156
  </td>
166
157
  <td style="text-align: center;">
167
- <nobr><font>{{row.f_charge_status}}</font></nobr>
158
+ <nobr><font>{{row.f_charging_status}}</font></nobr>
159
+ </td>
160
+ <td style="text-align: center;">
161
+ <nobr><font>{{row.f_address}}</font></nobr>
168
162
  </td>
169
163
  </tr>
170
164
  </template>
@@ -179,17 +173,19 @@ export default {
179
173
  title: '报建收费列表',
180
174
  data () {
181
175
  return {
182
- model: new PagedList('rs/sql/getApplyCharge', 30, null, {
176
+ model: new PagedList('rs/sql/getApplyCharge', 30, {
177
+ data: {
178
+ orgid: this.$login.f.orgid
179
+ }
180
+ }, {
183
181
  f_charge_money: 0
184
182
  }),
185
- curorgid: [this.$login.f.orgid],
186
183
  applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
187
184
  paymentMethod: [{label: '全部', value: ''}, ...this.$appdata.getParam('付款方式')],
188
- chargeStatus: [
185
+ chargingStatus: [
189
186
  {label: '全部', value: ''},
190
187
  {label: '有效', value: '有效'},
191
- {label: '作废', value: '作废'},
192
- {label: '退款', value: '退款'}
188
+ {label: '作废', value: '作废'}
193
189
  ],
194
190
  criteriaShow: false,
195
191
  chargeAll: {
@@ -197,7 +193,7 @@ export default {
197
193
  sum: 0
198
194
  },
199
195
  getfield: {
200
- 'f_apply_num': '工程编号',
196
+ 'f_apply_num': '报建编号',
201
197
  'f_entry_name': '项目名称',
202
198
  'f_contract_number': '合同编号',
203
199
  'f_apply_type': '报建类型',
@@ -205,7 +201,8 @@ export default {
205
201
  'f_payment_method': '付款方式',
206
202
  'f_charge_collectors': '收费人员',
207
203
  'f_charge_date': '收费日期',
208
- 'f_charge_status': '状态'
204
+ 'f_charging_status': '状态',
205
+ 'f_address': '地址'
209
206
  }
210
207
  }
211
208
  },
@@ -216,13 +213,9 @@ export default {
216
213
  methods: {
217
214
  clear () {
218
215
  Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
219
- this.$refs.cp.$refs.cri.model[key] = ''
216
+ this.$refs.cp.$refs.cri.model[key] = []
220
217
  })
221
218
  },
222
- searchCondition (args) {
223
- args.condition = args.condition + ` and cr.f_orgid = '${this.curorgid[0]}'`
224
- this.model.search(args.condition, args.model)
225
- },
226
219
  // 查询
227
220
  search () {
228
221
  this.$refs.cp.$refs.cri.search()
@@ -239,13 +232,6 @@ export default {
239
232
  let res = await http.load('POST', 'rs/sql/getChargeAll', {data: data}, {resolveMsg: null, rejectMsg: null})
240
233
 
241
234
  this.chargeAll = res.data[0]
242
- },
243
- getorg (val) {
244
- if (val.length <= 0) {
245
- return
246
- }
247
- this.curorgid = val
248
- this.search()
249
235
  }
250
236
  },
251
237
  computed: {
@@ -4,9 +4,9 @@
4
4
  <div style="height: 95%">
5
5
  <apply-charge-list v-ref:query ></apply-charge-list>
6
6
  </div>
7
- <p class="bg-info text-center" style="font-size: 20px;height: 5%">
8
- 合计记录共<span style="color: red">&ensp;{{$refs.query.chargeAll.count}}&ensp;</span>笔,
9
- 合计金额<span style="color: red">&ensp;{{$refs.query.chargeAll.sum}}&ensp;</span>元
7
+ <p class="bg-info text-center" style="font-size: 20px;height: 5%">合计收费记录共
8
+ <span style="color: red">{{$refs.query.chargeAll.count}}</span>笔,
9
+ 合计金额<span style="color: red">{{$refs.query.chargeAll.sum}}</span>元
10
10
  </p>
11
11
  </div>
12
12
  </div>