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
@@ -9,39 +9,39 @@
9
9
  </div>
10
10
  </template>
11
11
  <script>
12
- import Vue from 'vue'
13
- import {HttpResetClass} from 'vue-client'
14
- export default {
15
- title: '预约报建',
16
- data () {
17
- return {
18
- showRight: false,
19
- type: null,
20
- selectdata: null
21
- }
22
- },
23
- methods: {
24
- },
25
- events: {
26
- 'handleOrder' (type, row) {
27
- this.showRight = false
12
+ import Vue from 'vue'
13
+ import {HttpResetClass} from 'vue-client'
14
+ export default {
15
+ title: '预约报建',
16
+ data () {
17
+ return {
18
+ showRight: false,
19
+ type: null,
20
+ selectdata: null
21
+ }
22
+ },
23
+ methods: {
24
+ },
25
+ events: {
26
+ 'handleOrder' (type, row) {
27
+ this.showRight = false
28
28
 
29
- this.type = type
30
- this.selectdata = row
29
+ this.type = type
30
+ this.selectdata = row
31
31
 
32
- this.$nextTick(() => {
33
- this.showRight = true
34
- })
35
- },
36
- 'search' () {
37
- this.selectdata = null
38
- this.showRight = false
39
- this.type = null
32
+ this.$nextTick(() => {
33
+ this.showRight = true
34
+ })
35
+ },
36
+ 'search' () {
37
+ this.selectdata = null
38
+ this.showRight = false
39
+ this.type = null
40
40
 
41
- this.$refs.query.$refs.cp.$refs.cri.search()
41
+ this.$refs.query.$refs.cp.$refs.cri.search()
42
+ }
43
+ },
44
+ watch: {
42
45
  }
43
- },
44
- watch: {
45
46
  }
46
- }
47
47
  </script>
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="col-sm-12">
3
3
  <criteria-paged :model="model" v-ref:cp>
4
- <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
4
+ <criteria partial='criteria' @condition-changed='search' v-ref:cri>
5
5
  <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
6
  <div class="row">
7
7
  <div class="form-group col-sm-3">
@@ -13,24 +13,12 @@
13
13
  is-mul="false"
14
14
  ></res-select>
15
15
  </div>
16
- <div class="form-group col-sm-3">
17
- <label class="font_normal_body">预约类型:</label>
18
- <v-select
19
- v-model="model.f_ordertype"
20
- placeholder='预约类型'
21
- condition="o.f_ordertype = '{}'"
22
- :value.sync="model.f_ordertype"
23
- :options='$parent.$parent.orderType'
24
- class="select select_list"
25
- :value-single="true"
26
- close-on-select ></v-select>
27
- </div>
28
16
  <div class="form-group col-sm-3">
29
17
  <label class="font_normal_body">处理状态:</label>
30
18
  <v-select
31
19
  v-model="model.f_orderstate"
32
20
  placeholder='处理状态'
33
- condition="o.f_orderstate = '{}'"
21
+ condition="f_orderstate like '%{}%'"
34
22
  :value.sync="model.f_orderstate"
35
23
  :options='$parent.$parent.orderState'
36
24
  class="select select_list"
@@ -50,51 +38,63 @@
50
38
  </div>
51
39
  <div class="row" v-show="$parent.$parent.criteriaShow">
52
40
  <div class="form-group col-sm-3">
53
- <label class="font_normal_body">预约来源:</label>
41
+ <label class="font_normal_body">用户类型:</label>
54
42
  <v-select
55
- placeholder='预约来源'
56
- v-model="model.f_order_source"
57
- :value.sync="model.f_order_source"
58
- condition="o.f_order_source = '{}'"
59
- :options='$parent.$parent.orderSource'
43
+ placeholder='用户类型'
44
+ v-model="model.f_user_type"
45
+ :value.sync="model.f_user_type"
46
+ condition="f_user_type like '%{}%'"
47
+ :options='$parent.$parent.userType'
60
48
  class="select select_list"
61
49
  :value-single="true"
62
50
  close-on-select ></v-select>
63
51
  </div>
64
52
  <div class="form-group col-sm-3">
65
- <label class="font_normal_body">用户编号:</label>
66
- <input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
67
- v-on:keyup.enter="$parent.$parent.search()" condition="o.f_userinfo_code like '%{}%'" placeholder='用户编号'>
53
+ <label class="font_normal_body">用户性质:</label>
54
+ <v-select
55
+ placeholder='用户性质'
56
+ v-model="model.f_user_nature"
57
+ :value.sync="model.f_user_nature"
58
+ condition="f_user_nature like '%{}%'"
59
+ :options='$parent.$parent.userNature'
60
+ class="select select_list"
61
+ :value-single="true"
62
+ close-on-select ></v-select>
68
63
  </div>
69
64
  <div class="form-group col-sm-3">
70
65
  <label class="font_normal_body">用户姓名:</label>
71
66
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
72
- v-on:keyup.enter="$parent.$parent.search()" condition="o.f_user_name like '%{}%'" placeholder='用户姓名'>
67
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='用户姓名'>
68
+ </div>
69
+ <div class="form-group col-sm-3">
70
+ <label class="font_normal_body">联&ensp;系&ensp;人:</label>
71
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_contact"
72
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_contact like '%{}%'" placeholder='联系人'>
73
73
  </div>
74
74
  <div class="form-group col-sm-3">
75
75
  <label class="font_normal_body">联系电话:</label>
76
76
  <input type="text" style="width:60%" class="input_search" v-model="model.f_phone"
77
- v-on:keyup.enter="$parent.$parent.search()" condition="o.f_phone like '%{}%'" placeholder='联系电话'>
77
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_phone like '%{}%'" placeholder='联系电话'>
78
78
  </div>
79
79
  <div class="form-group col-sm-3">
80
80
  <label class="font_normal_body">详细地址:</label>
81
81
  <input type="text" style="width:60%" class="input_search" v-model="model.f_address"
82
- v-on:keyup.enter="$parent.$parent.search()" condition="o.f_address like '%{}%'" placeholder='详细地址'>
82
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_address like '%{}%'" placeholder='详细地址'>
83
83
  </div>
84
84
  <div class="form-group col-sm-3">
85
85
  <label class="font_normal_body">审&ensp;核&ensp;人:</label>
86
86
  <input type="text" style="width:60%" class="input_search" v-model="model.f_check_user"
87
- v-on:keyup.enter="$parent.$parent.search()" condition="o.f_check_user like '%{}%'" placeholder='审核人'>
87
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_check_user like '%{}%'" placeholder='审核人'>
88
88
  </div>
89
89
  <div class="form-group col-sm-3">
90
90
  <label class="font_normal_body">处&ensp;理&ensp;人:</label>
91
91
  <input type="text" style="width:60%" class="input_search" v-model="model.f_process_user"
92
- v-on:keyup.enter="$parent.$parent.search()" condition="o.f_process_user like '%{}%'" placeholder='处理人'>
92
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_process_user like '%{}%'" placeholder='处理人'>
93
93
  </div>
94
94
  <div class="form-group col-sm-3">
95
95
  <label class="font_normal_body">报建编号:</label>
96
96
  <input type="text" style="width:60%" class="input_search" v-model="model.f_apply_num"
97
- v-on:keyup.enter="$parent.$parent.search()" condition="u.f_apply_num like '%{}%'" placeholder='报建编号'>
97
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_apply_num like '%{}%'" placeholder='报建编号'>
98
98
  </div>
99
99
  <div class="form-group col-sm-3">
100
100
  <label for="startDate" class="font_normal_body">开始时间:</label>
@@ -104,7 +104,7 @@
104
104
  :value.sync="model.startDate"
105
105
  :format="'yyyy-MM-dd 00:00:00'"
106
106
  :show-reset-button="true"
107
- condition="o.f_orderdate >= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
107
+ condition="f_orderdate >= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
108
108
  </datepicker>
109
109
  </div>
110
110
  <div class="form-group col-sm-3">
@@ -115,7 +115,7 @@
115
115
  :value.sync="model.endDate"
116
116
  :format="'yyyy-MM-dd 23:59:59'"
117
117
  :show-reset-button="true"
118
- condition="o.f_orderdate <= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
118
+ condition="f_orderdate <= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
119
119
  </datepicker>
120
120
  </div>
121
121
  </div>
@@ -125,16 +125,24 @@
125
125
  <template partial='head'>
126
126
  <tr>
127
127
  <th style="white-space: nowrap;">序号</th>
128
- <th style="white-space: nowrap;">预约类型</th>
128
+ <th style="white-space: nowrap;">报装类型</th>
129
129
  <th style="white-space: nowrap;">处理状态</th>
130
- <th style="white-space: nowrap;">预约来源</th>
131
- <th style="white-space: nowrap;">用户编号</th>
132
130
  <th style="white-space: nowrap;">用户姓名</th>
133
131
  <th style="white-space: nowrap;">联系电话</th>
132
+ <th style="white-space: nowrap;">联系部门</th>
133
+ <th style="white-space: nowrap;">用气位置</th>
134
134
  <th style="white-space: nowrap;">预约地址</th>
135
135
  <th style="white-space: nowrap;">备注信息</th>
136
136
  <th style="white-space: nowrap;">预约时间</th>
137
- <th style="white-space: nowrap;">报建编号</th>
137
+ <th style="white-space: nowrap;">设备名称</th>
138
+ <th style="white-space: nowrap;">设备型号</th>
139
+ <th style="white-space: nowrap;">设备数量</th>
140
+ <th style="white-space: nowrap;">单台额定每小时用气方量(Nm³)</th>
141
+ <th style="white-space: nowrap;">额定用气压力(kpa)</th>
142
+ <th style="white-space: nowrap;">应缴金额</th>
143
+ <th style="white-space: nowrap;">实缴金额</th>
144
+ <th style="white-space: nowrap;">缴费状态</th>
145
+ <th style="white-space: nowrap;">缴费时间</th>
138
146
  <th style="white-space: nowrap;">操作</th>
139
147
  </tr>
140
148
  </template>
@@ -144,22 +152,22 @@
144
152
  <nobr>{{$index+1}}</nobr>
145
153
  </td>
146
154
  <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
147
- <nobr>{{row.f_ordertype}}</nobr>
155
+ <nobr>{{row.f_apply_type}}</nobr>
148
156
  </td>
149
157
  <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
150
158
  <nobr>{{row.f_orderstate}}</nobr>
151
159
  </td>
152
160
  <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
153
- <nobr>{{row.f_order_source}}</nobr>
161
+ <nobr>{{row.f_user_name}}</nobr>
154
162
  </td>
155
163
  <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
156
- <nobr>{{row.f_userinfo_code}}</nobr>
164
+ <nobr>{{row.f_phone}}</nobr>
157
165
  </td>
158
166
  <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
159
- <nobr>{{row.f_user_name}}</nobr>
167
+ <nobr>{{row.f_contact_department}}</nobr>
160
168
  </td>
161
169
  <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
162
- <nobr>{{row.f_phone}}</nobr>
170
+ <nobr>{{row.f_usegasposition}}</nobr>
163
171
  </td>
164
172
  <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
165
173
  <nobr>{{row.f_address}}</nobr>
@@ -171,17 +179,37 @@
171
179
  <nobr>{{row.f_orderdate}}</nobr>
172
180
  </td>
173
181
  <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
174
- <nobr>{{row.f_apply_num}}</nobr>
182
+ <nobr>{{row.f_device_name}}</nobr>
183
+ </td>
184
+ <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
185
+ <nobr>{{row.f_delice_type}}</nobr>
175
186
  </td>
187
+ <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
188
+ <nobr>{{row.f_delice_num}}</nobr>
189
+ </td>
190
+ <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
191
+ <nobr>{{row.f_usegas_amount}}</nobr>
192
+ </td>
193
+ <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
194
+ <nobr>{{row.f_usegas_pressure}}</nobr>
195
+ </td>
196
+ <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
197
+ <nobr>{{row.deu_money}}</nobr>
198
+ </td>
199
+ <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
200
+ <nobr>{{row.money}}</nobr>
201
+ </td>
202
+ <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
203
+ <nobr>{{row.money_state }}</nobr>
204
+ </td>
205
+ <td style="text-align: center;" @click="$parent.$parent.$parent.handleOrder('view', row)">
206
+ <nobr>{{row.money_date}}</nobr>
207
+ </td>
176
208
  <td style="text-align: center;">
177
209
  <button class="button_search button_spacing width-60"
178
210
  @click="$parent.$parent.$parent.handleOrder('check', row)"
179
211
  v-if="row.f_orderstate === '待审核'"
180
212
  >审核</button>
181
- <button class="button_search button_spacing width-60"
182
- @click="$parent.$parent.$parent.handleOrder('process', row)"
183
- v-if="row.f_orderstate === '待处理' && row.f_ordertype !== '预约点火'"
184
- >处理</button>
185
213
  </td>
186
214
  </tr>
187
215
  </template>
@@ -197,31 +225,20 @@
197
225
  return {
198
226
  model: new PagedList('rs/sql/getOrderApply', 20, {
199
227
  data: {
200
- f_orgname: this.$login.f.orgs
228
+ f_orgid: this.$login.f.orgid
201
229
  }
202
230
  }),
203
231
  curorgid: [this.$login.f.orgid],
204
- f_orgname:[this.$login.f.orgs],
205
232
  criteriaShow: false,
206
- orderType: [
207
- {'label': '预约报装', 'value': '预约报装'},
208
- {'label': '预约改管', 'value': '预约改管'},
209
- {'label': '预约增容', 'value': '预约增容'},
210
- {'label': '预约点火', 'value': '预约点火'}
211
- ],
212
233
  orderState: [
234
+ {'label': '待缴费', 'value': '待缴费'},
213
235
  {'label': '待审核', 'value': '待审核'},
214
- {'label': '待处理', 'value': '待处理'},
215
236
  {'label': '预约成功', 'value': '预约成功'},
216
237
  {'label': '预约失败', 'value': '预约失败'}
217
238
  ],
218
- orderSource: [
219
- {'label': '微客服', 'value': '微客服'},
220
- {'label': '呼叫中心', 'value': '呼叫中心'}
221
- ],
222
239
  userType: [
223
- {'label': '个人', 'value': '个人'},
224
- {'label': '整体小区', 'value': '整体小区'}
240
+ {'label': '民用', 'value': '民用'},
241
+ {'label': '非民用', 'value': '非民用'}
225
242
  ],
226
243
  userNature: [
227
244
  {'label': '民用', 'value': '民用'},
@@ -232,7 +249,6 @@
232
249
  ready () {
233
250
  // 调用查询
234
251
  this.search()
235
- console.log('--------------'+ JSON.stringify(this.$login.f))
236
252
  },
237
253
  events: {
238
254
  },
@@ -241,10 +257,6 @@
241
257
  handleOrder (type, row) {
242
258
  this.$dispatch('handleOrder', type, row)
243
259
  },
244
- searchCondition (args) {
245
- args.condition = args.condition
246
- this.model.search(args.condition, args.model)
247
- },
248
260
  search () {
249
261
  this.$dispatch('search')
250
262
  },
@@ -257,8 +269,7 @@
257
269
  if (val.length <= 0) {
258
270
  return
259
271
  }
260
- this.curorgid = val
261
- this.search()
272
+ this.model.params.data.orgid = val[0]
262
273
  }
263
274
  },
264
275
  computed: {
@@ -39,17 +39,6 @@
39
39
  v-model="selectdata.f_orderremark"
40
40
  ></textarea>
41
41
  </div>
42
- <div class="col-sm-12" style="min-height: 200px;max-height: 300px;margin: 10px auto" v-if="selectdata.f_fileurl">
43
- <!-- <a href="http://192.168.20.27:8400/zhoukou-oracle/files/2021/9/17/fd2bd8dbe150f1c99d897f3c1ac1db45.jpg" target="_blank">-->
44
- <!-- <img style="min-height: 150px;max-height: 200px;" src="http://192.168.20.27:8400/zhoukou-oracle/files/2021/9/17/fd2bd8dbe150f1c99d897f3c1ac1db45.jpg">-->
45
- <!-- </a>-->
46
- <a :href="selectdata.f_fileurl" target="_blank">
47
- <img style="min-height: 150px;max-height: 200px;" :src="selectdata.f_fileurl">
48
- </a>
49
- <!-- <div class="col-sm-12 form-group" style="height: 200px!important;">-->
50
- <!-- <img style="margin: auto;height: 100%" :src="selectdata.f_fileurl">-->
51
- <!-- {{selectdata.f_fileurl}}-->
52
- </div>
53
42
  </div>
54
43
  <!-- 审核信息 -->
55
44
  <div class="auto" v-if="type === 'check' || selectdata.f_orderstate !== '待审核'">
@@ -64,7 +53,7 @@
64
53
  :value-single="true"
65
54
  class="select select_list"
66
55
  :search="false"
67
- width="60%" :disabled="type === 'process' || selectdata.f_orderstate !== '待审核'"
56
+ width="60%" :disabled="type === 'process' && selectdata.f_orderstate !== '待审核'"
68
57
  close-on-select ></v-select>
69
58
  </div>
70
59
  <div class="col-sm-12 form-group ">
@@ -75,6 +64,14 @@
75
64
  :value="selectdata.f_check_remark"
76
65
  ></textarea>
77
66
  </div>
67
+ </div>
68
+ <!-- 缴费信息 -->
69
+ <div class="auto" v-if="selectdata.f_user_type === '民用'">
70
+ <div class="col-sm-12 text-center bg-info pt-8">缴费信息</div>
71
+ <div class="col-sm-6 form-group" :class="[$v.f_money.required ? 'has-error' : '']">
72
+ <label class="font_normal_body">应缴费金额</label>
73
+ <input type="text" class="input_search" style="width: 60%" v-model="selectdata.f_money" :readonly="selectdata.f_orderstate === '预约成功'" />
74
+ </div>
78
75
  <div class="col-sm-6 form-group" v-if="type === 'process' || selectdata.f_orderstate !== '待审核'">
79
76
  <label class="font_normal_body">审&ensp;核&ensp;人</label>
80
77
  <input type="text" class="input_search" style="width: 60%" v-model="selectdata.f_check_user" readonly />
@@ -84,48 +81,11 @@
84
81
  <input type="text" class="input_search" style="width: 60%" v-model="selectdata.f_check_date" readonly />
85
82
  </div>
86
83
  </div>
87
- <!-- 项目信息 -->
88
- <div class="auto" v-if="selectdata.f_ordertype !== '预约点火' && (type === 'process' || selectdata.f_orderstate === '预约成功')">
89
- <div class="col-sm-12 text-center bg-info pt-8">项目信息</div>
90
- <div class="col-sm-6 form-group" v-if="selectdata.f_ordertype === '报装申请'" :class="[$v.f_apply_type.required ? 'has-error' : '']">
91
- <label class="font_normal_body">报建类型</label>
92
- <input type="text" v-show="false" v-validate:f_apply_type = "['required']" v-model="apply.f_apply_type">
93
- <v-select
94
- v-model="apply.f_apply_type"
95
- :value.sync="apply.f_apply_type"
96
- :options='applyType'
97
- :value-single="true"
98
- class="select select_list"
99
- :search="false"
100
- width="60%" :disabled="selectdata.f_orderstate === '预约成功'"
101
- close-on-select ></v-select>
102
- </div>
103
- <div class="col-sm-6 form-group" v-if="selectdata.f_ordertype === '预约改管'">
104
- <label class="font_normal_body">报建类型</label>
105
- <input type="text" class="input_search" style="width: 60%" v-model="apply.f_apply_type" value="改管报建" readonly />
106
- </div>
107
- <div class="col-sm-6 form-group" v-if="selectdata.f_ordertype === '预约增容'">
108
- <label class="font_normal_body">报建类型</label>
109
- <input type="text" class="input_search" style="width: 60%" v-model="apply.f_apply_type" value="增容报建" readonly />
110
- </div>
111
- <div class="col-sm-6 form-group" v-if="selectdata.f_orderstate === '预约成功'">
112
- <label class="font_normal_body">办&ensp;理&ensp;人</label>
113
- <input type="text" class="input_search" style="width: 60%" v-model="selectdata.f_dispose_operator" readonly />
114
- </div>
115
- <div class="col-sm-6 form-group" v-if="selectdata.f_orderstate === '预约成功'">
116
- <label class="font_normal_body">办理时间</label>
117
- <input type="text" class="input_search" style="width: 60%" v-model="selectdata.f_disposedate" readonly />
118
- </div>
119
- </div>
120
84
 
121
85
  <div class="col-sm-12 text-right button-range auto" style="margin-top: 10px">
122
86
  <button class="button_search button_spacing" :disabled='!$v.valid'
123
87
  v-if="type !== 'view' && selectdata.f_orderstate === '待审核'"
124
88
  @click="checkOrder()">保存</button>
125
- <button class="button_search button_spacing" :disabled='!$v.valid'
126
- v-if="type !== 'view' && selectdata.f_orderstate === '待处理'"
127
- @click="batchApply()">保存</button>
128
- <button class="button_clear button_spacing" @click="cancel()">取消</button>
129
89
  </div>
130
90
  </validator>
131
91
  </div>
@@ -155,45 +115,14 @@ export default {
155
115
  }
156
116
  },
157
117
  async ready () {
158
- if (this.selectdata.f_orderstate === '待处理' || this.selectdata.f_orderstate === '预约成功') {
118
+ if (this.selectdata.f_orderstate === '待缴费' || this.selectdata.f_orderstate === '预约成功') {
159
119
  this.check = '是'
160
120
  }
161
121
  if (this.selectdata.f_orderstate === '预约失败') {
162
122
  this.check = '否'
163
123
  }
164
- if (this.selectdata.f_orderstate === '预约成功') {
165
- let data = {
166
- tablename: 't_apply',
167
- condition: `f_process_id = '${this.selectdata.f_process_id}'`
168
- }
169
- let res = await this.$resetpost(
170
- `rs/sql/singleTable`,
171
- {data: data},
172
- {resolveMsg: null, rejectMsg: '所属项目查询失败!!!'}
173
- )
174
-
175
- this.apply = {
176
- f_entry_name: res.data[0].f_entry_name,
177
- f_apply_type: res.data[0].f_apply_type
178
- }
179
- }
180
124
  },
181
125
  methods: {
182
- async batchApply () {
183
- let data = {
184
- selectdata: this.selectdata,
185
- apply: this.apply,
186
- user: this.$login.f
187
- }
188
-
189
- let res = await this.$resetpost(
190
- `rs/logic/initiateOrderApply`,
191
- data,
192
- {resolveMsg: null,rejectMsg: '预约单处理失败!!!'}
193
- )
194
-
195
- this.cancel()
196
- },
197
126
  async checkOrder () {
198
127
  let data = {
199
128
  selectdata: this.selectdata,
@@ -202,7 +131,7 @@ export default {
202
131
  }
203
132
 
204
133
  let res = await this.$resetpost(
205
- `rs/logic/checkOrder`,
134
+ `rs/logic/checkorder`,
206
135
  data,
207
136
  {resolveMsg: null,rejectMsg: '预约单审核处理失败!!!'}
208
137
  )
@@ -216,11 +145,6 @@ export default {
216
145
  events: {
217
146
  },
218
147
  computed: {
219
- applyType () {
220
- return this.$appdata.getParam("报建类型").filter(item => {
221
- return item.label === '工商户报建' || item.label === '散户报建' || item.label ==='开发商集体报建' || item.label ==='预埋管报建'
222
- })
223
- }
224
148
  },
225
149
  watch: {
226
150
  }