apply-clients 3.4.98-2 → 3.4.98-21

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 (73) hide show
  1. package/build/dev-server.js +2 -10
  2. package/package.json +3 -2
  3. package/src/App.vue +6 -11
  4. package/src/applyAndroid.js +1 -0
  5. package/src/components/android/AppSign.vue +9 -10
  6. package/src/components/android/Ignition/VentilationIgnition.vue +312 -312
  7. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +353 -353
  8. package/src/components/android/Process/AppServiceControl.vue +1738 -1734
  9. package/src/components/product/ApplyCharge/ApplyChargeList.vue +476 -476
  10. package/src/components/product/Function/InstallInfoSelect.vue +326 -326
  11. package/src/components/product/Ignition/IgnitionListManage.vue +420 -420
  12. package/src/components/product/Install/ContractCharge.vue +210 -210
  13. package/src/components/product/Material/MaterialDetailed.vue +268 -268
  14. package/src/components/product/Material/Materiallist.vue +74 -74
  15. package/src/components/product/Material/Materialmanger.vue +58 -58
  16. package/src/components/product/Process/ExplorationSelect.vue +491 -491
  17. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +203 -203
  18. package/src/components/product/Process/Service/ServiceControl.vue +2 -2
  19. package/src/components/product/Process/ShowBackReason.vue +40 -40
  20. package/src/components/product/Stop/StopApplyList.vue +278 -278
  21. package/src/components/product/Supervisory/SupervisoryControl.vue +140 -140
  22. package/src/components/product/Supervisory/SupervisoryList.vue +27 -0
  23. package/src/filiale/gongyi/pc/ServiceControl.vue +1926 -0
  24. package/src/filiale/gongyi/pc.js +6 -0
  25. package/src/filiale/guzhou/pc/ServiceControl.vue +1926 -0
  26. package/src/filiale/guzhou/pc.js +6 -0
  27. package/src/filiale/hongda/pc/FunctionServiceControl.vue +21 -0
  28. package/src/filiale/hongda/pc/printChargepc.vue +114 -114
  29. package/src/filiale/hongda/pc/printactivatecard.vue +151 -151
  30. package/src/filiale/hongda/pc/printrefit.vue +3 -1
  31. package/src/filiale/huayinyihua/pc/StopApplyList.vue +271 -0
  32. package/src/filiale/huayinyihua/pc/SupervisoryList.vue +363 -0
  33. package/src/filiale/huayinyihua/pc.js +7 -0
  34. package/src/filiale/linzhou/pc/ApplyChargeList.vue +486 -486
  35. package/src/filiale/linzhou/pc/ServiceControl.vue +1968 -1968
  36. package/src/filiale/linzhou/pc/devicesManagement.vue +494 -494
  37. package/src/filiale/linzhou/pc.js +10 -10
  38. package/src/filiale/qianneng/android/AppAddMaterialScience.vue +477 -477
  39. package/src/filiale/qianneng/android/AppExplorationUser.vue +447 -447
  40. package/src/filiale/qianneng/android/AppServiceControl.vue +1608 -1608
  41. package/src/filiale/qianneng/android/AppServiceView.vue +761 -761
  42. package/src/filiale/qianneng/android/AppSign.vue +152 -152
  43. package/src/filiale/qianneng/android/AppTakePic.vue +140 -140
  44. package/src/filiale/qianneng/android.js +12 -12
  45. package/src/filiale/qianneng/pc/ApplyUpload.vue +290 -290
  46. package/src/filiale/qianneng/pc/Applybatchdispatch.vue +685 -685
  47. package/src/filiale/qianneng/pc/ExplorationUser.vue +189 -189
  48. package/src/filiale/qianneng/pc/InstallationDetails.vue +561 -561
  49. package/src/filiale/qianneng/pc/ServiceView.vue +1118 -1118
  50. package/src/filiale/qianneng/pc/SupervisoryList.vue +344 -344
  51. package/src/filiale/qianneng/pc/SupervisoryhCart.vue +127 -127
  52. package/src/filiale/qianneng/pc/addMaterialScience.vue +464 -464
  53. package/src/filiale/qianneng/pc/addressAndUserinfoManagement.vue +389 -389
  54. package/src/filiale/qianneng/pc/devicesManagement.vue +484 -484
  55. package/src/filiale/qianneng/pc/printactivatecard.vue +295 -295
  56. package/src/filiale/qianneng/pc.js +26 -26
  57. package/src/filiale/yangchunboneng/android/AppAddMaterialScience.vue +390 -0
  58. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +108 -0
  59. package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +552 -0
  60. package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +507 -0
  61. package/src/filiale/yangchunboneng/android/chargesList.vue +173 -0
  62. package/src/filiale/yangchunboneng/android.js +6 -0
  63. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +594 -546
  64. package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +375 -375
  65. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +469 -469
  66. package/src/filiale/yangchunboneng/pc/InstallInfoSelect.vue +364 -357
  67. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +1739 -1734
  68. package/src/filiale/yangchunboneng/pc/ServiceView.vue +1004 -0
  69. package/src/filiale/yangchunboneng/pc/addMaterialScience.vue +374 -0
  70. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +955 -1011
  71. package/src/filiale/yangchunboneng/pc/devicesManagement.vue +511 -0
  72. package/src/filiale/yangchunboneng/pc.js +16 -13
  73. package/src/main.js +1 -1
@@ -0,0 +1,271 @@
1
+ <template>
2
+ <div class="col-sm-12">
3
+ <criteria-paged :model="model" v-ref:cp>
4
+ <criteria partial='criteria' @condition-changed='search' v-ref:cri>
5
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
+ <div class="row">
7
+ <div class="form-group col-sm-3">
8
+ <label class="font_normal_body">组织机构:</label>
9
+ <res-select
10
+ restype='organization'
11
+ :initresid='$parent.$parent.curorgid'
12
+ @res-select="$parent.$parent.getorg"
13
+ is-mul="false"
14
+ ></res-select>
15
+ </div>
16
+ <div class="form-group col-sm-3">
17
+ <label class="font_normal_body">工程编号:</label>
18
+ <input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
19
+ v-on:keyup.enter="search"
20
+ condition="a.f_apply_num = '{}'">
21
+ </div>
22
+ <div class="form-group col-sm-3">
23
+ <label class="font_normal_body">客户名称:</label>
24
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
25
+ v-on:keyup.enter="$parent.$parent.search()" condition="a.f_user_name like '%{}%'" placeholder='客户名称'>
26
+ </div>
27
+ <div class="form-group col-sm-2 button-range">
28
+ <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
29
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
30
+ <div
31
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
32
+ @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
33
+ class="button_spacing"
34
+ style="float: right">
35
+ </div>
36
+ </div>
37
+ </div>
38
+ <div class="row" v-show="$parent.$parent.criteriaShow">
39
+ <div class="form-group col-sm-3">
40
+ <label class="font_normal_body">联系电话:</label>
41
+ <input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
42
+ v-on:keyup.enter="search"
43
+ condition="a.f_phone like '%{}%'">
44
+ </div>
45
+ <div class="form-group col-sm-3">
46
+ <label class="font_normal_body">合同编号:</label>
47
+ <input type="text" style="width:60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
48
+ v-on:keyup.enter="search"
49
+ condition="a.f_contract_number = '{}'">
50
+ </div>
51
+ <div class="form-group col-sm-3">
52
+ <label class="font_normal_body">报建类型:</label>
53
+ <v-select
54
+ v-model="model.f_apply_type"
55
+ placeholder='报建类型'
56
+ condition="a.f_apply_type = '{}'"
57
+ :value.sync="model.f_apply_type"
58
+ :options='$parent.$parent.applytype'
59
+ class="select select_list"
60
+ :value-single="true"
61
+ @change="$parent.$parent.applyTypeChange()"
62
+ close-on-select ></v-select>
63
+ </div>
64
+ <div class="form-group col-sm-3">
65
+ <label class="font_normal_body">办理环节:</label>
66
+ <v-select
67
+ v-model="model.defname"
68
+ placeholder='办理环节'
69
+ condition="act.defname = '{}'"
70
+ :value.sync="model.defname"
71
+ :options='$parent.$parent.defnames'
72
+ class="select select_list"
73
+ :value-single="true"
74
+ close-on-select ></v-select>
75
+ </div>
76
+ <div class="form-group col-sm-3">
77
+ <label class="font_normal_body">报建性质:</label>
78
+ <v-select
79
+ v-model="model.f_apply_nature"
80
+ placeholder='报建性质'
81
+ condition="a.f_apply_nature = '{}'"
82
+ :value.sync="model.f_apply_nature"
83
+ :options='$parent.$parent.applyNatures'
84
+ class="select select_list"
85
+ :value-single="true"
86
+ close-on-select ></v-select>
87
+ </div>
88
+ <div class="form-group col-sm-3">
89
+ <label class="font_normal_body">用户地址:</label>
90
+ <input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
91
+ v-on:keyup.enter="search"
92
+ condition="a.f_address like '%{}%'">
93
+ </div>
94
+ <div class="form-group col-sm-3">
95
+ <label for="startDate" class="font_normal_body">开始时间:</label>
96
+ <datepicker id="startDate" placeholder="开始日期"
97
+ style="width: 60%!important;"
98
+ v-model="model.startDate"
99
+ :value.sync="model.startDate"
100
+ :format="'yyyy-MM-dd 00:00:00'"
101
+ :show-reset-button="true"
102
+ condition="a.f_apply_date >= '{}'">
103
+ </datepicker>
104
+ </div>
105
+ <div class="form-group col-sm-3">
106
+ <label for="endDate" class="font_normal_body">结束时间:</label>
107
+ <datepicker id="endDate" placeholder="结束日期"
108
+ style="width: 60%!important;"
109
+ v-model="model.endDate"
110
+ :value.sync="model.endDate"
111
+ :format="'yyyy-MM-dd 23:59:59'"
112
+ :show-reset-button="true"
113
+ condition="a.f_apply_date <= '{}'">
114
+ </datepicker>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ </criteria>
119
+ <data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy">
120
+ <template partial='head'>
121
+ <tr>
122
+ <th style="white-space: nowrap;">序号</th>
123
+ <th style="white-space: nowrap;">报建编号</th>
124
+ <th style="white-space: nowrap;">客户名称</th>
125
+ <th style="white-space: nowrap;">联系人</th>
126
+ <th style="white-space: nowrap;">电话</th>
127
+ <th style="white-space: nowrap;">报建类型</th>
128
+ <th style="white-space: nowrap;">办理环节</th>
129
+ <th style="white-space: nowrap;">类型</th>
130
+ <th style="white-space: nowrap;">状态</th>
131
+ <th style="white-space: nowrap;">终止原因</th>
132
+ <th style="white-space: nowrap;">终止时间</th>
133
+ <th style="white-space: nowrap;">终止人</th>
134
+ <th style="white-space: nowrap;">撤销原因</th>
135
+ <th style="white-space: nowrap;">撤销时间</th>
136
+ <th style="white-space: nowrap;">撤销人</th>
137
+ <th style="white-space: nowrap;">操作</th>
138
+ </tr>
139
+ </template>
140
+ <template partial='body'>
141
+ <tr>
142
+ <td style="text-align: center;">
143
+ <nobr>{{$index+1}}</nobr>
144
+ </td>
145
+ <td style="text-align: center;">
146
+ <nobr>{{row.f_apply_num}}</nobr>
147
+ </td>
148
+ <td style="text-align: center;">
149
+ <nobr>{{row.f_user_name}}</nobr>
150
+ </td>
151
+ <td style="text-align: center;">
152
+ <nobr>{{row.f_contact}}</nobr>
153
+ </td>
154
+ <td style="text-align: center;">
155
+ <nobr>{{row.f_phone}}</nobr>
156
+ </td>
157
+ <td style="text-align: center;">
158
+ <nobr>{{row.f_apply_type}}</nobr>
159
+ </td>
160
+ <td style="text-align: center;">
161
+ <nobr>{{row.defname}}</nobr>
162
+ </td>
163
+ <td style="text-align: center;">
164
+ <nobr>{{row.f_type}}</nobr>
165
+ </td>
166
+ <td style="text-align: center;">
167
+ <nobr>{{row.f_state}}</nobr>
168
+ </td>
169
+ <td style="text-align: center;">
170
+ <nobr>{{row.f_stop_reason}}</nobr>
171
+ </td>
172
+ <td style="text-align: center;">
173
+ <nobr>{{row.f_stop_date}}</nobr>
174
+ </td>
175
+ <td style="text-align: center;">
176
+ <nobr>{{row.f_operator}}</nobr>
177
+ </td>
178
+ <td style="text-align: center;">
179
+ <nobr>{{row.f_cancel_reason}}</nobr>
180
+ </td>
181
+ <td style="text-align: center;">
182
+ <nobr>{{row.f_cancel_date}}</nobr>
183
+ </td>
184
+ <td style="text-align: center;">
185
+ <nobr>{{row.f_cancel_operator}}</nobr>
186
+ </td>
187
+ <td style="text-align: center;">
188
+ <dropdown v-if="row.f_type === '暂停报建' && row.f_state === '有效'">
189
+ <button type="button" data-toggle="dropdown" style="border: 0px;background: none;">
190
+ <span class="glyphicon glyphicon-th-list" style="position: inherit;"></span>
191
+ </button>
192
+ <ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
193
+ <li>
194
+ <a href="#" @click="$parent.$parent.$parent.click(row)">撤销</a>
195
+ </li>
196
+ </ul>
197
+ </dropdown>
198
+ </td>
199
+ </tr>
200
+ </template>
201
+ </data-grid>
202
+ </criteria-paged>
203
+ </div>
204
+ </template>
205
+ <script>
206
+ import {PagedList} from 'vue-client'
207
+ import {isEmpty} from '../../../components/Util'
208
+ export default {
209
+ title: '勘探详情',
210
+ data () {
211
+ return {
212
+ model: new PagedList('rs/sql/getStopApply', 20, {
213
+ data: {
214
+ orgid: this.$login.f.orgid
215
+ }
216
+ }),
217
+ curorgid: [this.$login.f.orgid],
218
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
219
+ defnames: [{label: '全部', value: ''}], // 流程节点
220
+ applyNatures: [{label: '全部', value: ''}], // 报建性质
221
+ criteriaShow: false
222
+ }
223
+ },
224
+ ready () {
225
+ // 调用查询
226
+ this.search()
227
+ },
228
+ events: {
229
+ },
230
+ methods: {
231
+ // 查询
232
+ search () {
233
+ this.$dispatch('search')
234
+ },
235
+ click (row) {
236
+ this.$dispatch('cancelStopApply', row)
237
+ },
238
+ async applyTypeChange () {
239
+ if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
240
+ let res = await this.$resetpost('rs/logic/getDefnameByType',
241
+ { f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type },
242
+ {resolveMsg: null, rejectMsg: '节点信息获取失败!!!'}
243
+ )
244
+
245
+ this.defnames = [{label: '全部', value: ''}, ...res.data]
246
+
247
+ this.applyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)]
248
+ } else {
249
+ this.defnames = [{label: '全部', value: ''}]
250
+
251
+ this.applyNatures = [{label: '全部', value: ''}]
252
+ }
253
+ },
254
+ clear () {
255
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
256
+ this.$refs.cp.$refs.cri.model[key] = null
257
+ })
258
+ },
259
+ getorg (val) {
260
+ if (val.length <= 0) {
261
+ return
262
+ }
263
+ this.model.params.data.orgid = val[0]
264
+ }
265
+ },
266
+ computed: {
267
+ }
268
+ }
269
+ </script>
270
+ <style scoped>
271
+ </style>
@@ -0,0 +1,363 @@
1
+ <template>
2
+ <div class="col-sm-12">
3
+ <criteria-paged :model="model" v-ref:cp>
4
+ <criteria partial='criteria' @condition-changed='search' v-ref:cri>
5
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
+ <div class="row">
7
+ <div class="form-group col-sm-3">
8
+ <label class="font_normal_body">客户名称:</label>
9
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
10
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
11
+ </div>
12
+ <div class="form-group col-sm-3">
13
+ <label class="font_normal_body">组织机构:</label>
14
+ <res-select
15
+ restype='organization'
16
+ :initresid='$parent.$parent.curorgid'·
17
+ @res-select="$parent.$parent.getorg"
18
+ is-mul="false"
19
+ ></res-select>
20
+ </div>
21
+ <!-- <div class="form-group col-sm-3">-->
22
+ <!-- <label class="font_normal_body">工程编号:</label>-->
23
+ <!-- <input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"-->
24
+ <!-- v-on:keyup.enter="search"-->
25
+ <!-- condition="f_apply_num = '{}'">-->
26
+ <!-- </div>-->
27
+ <div class="form-group col-sm-2 button-range">
28
+ <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
29
+ <button class="button_search button_spacing" @click="$parent.$parent.loadPage()">返回</button>
30
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
31
+ <export-excel :data="$parent.$parent.getCondition"
32
+ :field="$parent.$parent.getfield"
33
+ sqlurl="rs/logic/applyExportfile"
34
+ sql-name="supervisory"
35
+ template-name='报装信息导出'
36
+ :choose-col="true"></export-excel>
37
+ <div
38
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
39
+ @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
40
+ class="button_spacing"
41
+ style="float: right">
42
+ </div>
43
+ </div>
44
+ </div>
45
+ <div class="row" v-show="$parent.$parent.criteriaShow">
46
+ <!-- <div class="form-group col-sm-3">-->
47
+ <!-- <label class="font_normal_body">客户名称:</label>-->
48
+ <!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"-->
49
+ <!-- v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>-->
50
+ <!-- </div>-->
51
+ <div class="form-group col-sm-3">
52
+ <label class="font_normal_body">用户编号:</label>
53
+ <input type="text" style="width:60%" class="input_search" placeholder='用户编号' v-model="model.f_userinfo_code"
54
+ v-on:keyup.enter="$parent.$parent.search()"
55
+ condition="f_userinfo_code like '%{}%'">
56
+ </div>
57
+ <div class="form-group col-sm-3">
58
+ <label class="font_normal_body">工程编号:</label>
59
+ <input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
60
+ v-on:keyup.enter="search"
61
+ condition="f_apply_num like '%{}%'">
62
+ </div>
63
+ <div class="form-group col-sm-3">
64
+ <label class="font_normal_body">合同金额:</label>
65
+ <input type="text" style="width:60%" class="input_search" placeholder='合同金额' v-model="model.f_contract_money"
66
+ v-on:keyup.enter="$parent.$parent.search()"
67
+ condition="f_contract_money like '%{}%'">
68
+ </div>
69
+ <div class="form-group col-sm-3">
70
+ <label class="font_normal_body">联系电话:</label>
71
+ <input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
72
+ v-on:keyup.enter="search"
73
+ condition="f_phone like '%{}%'">
74
+ </div>
75
+ <div class="form-group col-sm-3">
76
+ <label class="font_normal_body">合同编号:</label>
77
+ <input type="text" style="width:60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
78
+ v-on:keyup.enter="search"
79
+ condition="f_contract_number = '{}'">
80
+ </div>
81
+ <div class="form-group col-sm-3">
82
+ <label class="font_normal_body">报建类型:</label>
83
+ <v-select
84
+ v-model="model.f_apply_type"
85
+ placeholder='报建类型'
86
+ condition="f_apply_type = '{}'"
87
+ :value.sync="model.f_apply_type"
88
+ :options='$parent.$parent.applytype'
89
+ class="select select_list"
90
+ :value-single="true"
91
+ @change="$parent.$parent.applyTypeChange()"
92
+ close-on-select ></v-select>
93
+ </div>
94
+ <div class="form-group col-sm-3">
95
+ <label class="font_normal_body">办理环节:</label>
96
+ <v-select
97
+ v-model="model.defname"
98
+ placeholder='办理环节'
99
+ condition="defname = '{}'"
100
+ :value.sync="model.defname"
101
+ :options='$parent.$parent.defnames'
102
+ class="select select_list"
103
+ :value-single="true"
104
+ close-on-select ></v-select>
105
+ </div>
106
+ <div class="form-group col-sm-3">
107
+ <label class="font_normal_body">报建性质:</label>
108
+ <v-select
109
+ v-model="model.f_apply_nature"
110
+ placeholder='报建性质'
111
+ condition="f_apply_nature = '{}'"
112
+ :value.sync="model.f_apply_nature"
113
+ :options='$parent.$parent.applyNatures'
114
+ class="select select_list"
115
+ :value-single="true"
116
+ close-on-select ></v-select>
117
+ </div>
118
+ <div class="form-group col-sm-3">
119
+ <label class="font_normal_body">流程状态:</label>
120
+ <v-select
121
+ v-model="model.f_sub_state"
122
+ placeholder='流程状态'
123
+ condition="f_sub_state = '{}'"
124
+ :value.sync="model.f_sub_state"
125
+ :options='$parent.$parent.subStates'
126
+ class="select select_list"
127
+ :value-single="true"
128
+ close-on-select ></v-select>
129
+ </div>
130
+ <div class="form-group col-sm-3">
131
+ <label class="font_normal_body">用户地址:</label>
132
+ <input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
133
+ v-on:keyup.enter="search"
134
+ condition="f_address like '%{}%'">
135
+ </div>
136
+ <div class="form-group col-sm-3">
137
+ <label for="startDate" class="font_normal_body">开始时间:</label>
138
+ <datepicker id="startDate" placeholder="开始日期"
139
+ style="width: 60%!important;"
140
+ v-model="model.startDate"
141
+ :value.sync="model.startDate"
142
+ :format="'yyyy-MM-dd 00:00:00'"
143
+ :show-reset-button="true"
144
+ condition="f_apply_date >= '{}'">
145
+ </datepicker>
146
+ </div>
147
+ <div class="form-group col-sm-3">
148
+ <label for="endDate" class="font_normal_body">结束时间:</label>
149
+ <datepicker id="endDate" placeholder="结束日期"
150
+ style="width: 60%!important;"
151
+ v-model="model.endDate"
152
+ :value.sync="model.endDate"
153
+ :format="'yyyy-MM-dd 23:59:59'"
154
+ :show-reset-button="true"
155
+ condition="f_apply_date <= '{}'">
156
+ </datepicker>
157
+ </div>
158
+ <div class="form-group col-sm-3">
159
+ <label class="font_normal_body">施工单位:</label>
160
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_construction_unit"
161
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_construction_unit like '%{}%'" placeholder='施工单位'>
162
+ </div>
163
+ <div class="form-group col-sm-3">
164
+ <label class="font_normal_body">发起人:</label>
165
+ <input type="text" style="width:60%" class="input_search" placeholder='发起人' v-model="model.f_operator"
166
+ v-on:keyup.enter="$parent.$parent.search()"
167
+ condition="f_operator like '%{}%'">
168
+ </div>
169
+ </div>
170
+ </div>
171
+ </criteria>
172
+ <data-grid v-if="$parent.showData" :model="model" partial='list' v-ref:grid class="list_area table_sy">
173
+ <template partial='head'>
174
+ <tr>
175
+ <th style="white-space: nowrap;">序号</th>
176
+ <th style="white-space: nowrap;">工程编号</th>
177
+ <th style="white-space: nowrap;">客户名称</th>
178
+ <th style="white-space: nowrap;">合同编号</th>
179
+ <th style="white-space: nowrap;">电话</th>
180
+ <th style="white-space: nowrap;">地址</th>
181
+ <th style="white-space: nowrap;">来源</th>
182
+ <th style="white-space: nowrap;">报建类型</th>
183
+ <th style="white-space: nowrap;">办理环节</th>
184
+ <th style="white-space: nowrap;">流程状态</th>
185
+ <th style="white-space: nowrap;">报建日期</th>
186
+ <th style="white-space: nowrap;">派单时间</th>
187
+ <th style="white-space: nowrap;">安装项目</th>
188
+ <th style="white-space: nowrap;">施工单位</th>
189
+ <th style="white-space: nowrap;">施工时间</th>
190
+ <th style="white-space: nowrap;">缴费金额</th>
191
+ </tr>
192
+ </template>
193
+ <template partial='body'>
194
+ <tr>
195
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
196
+ <nobr>{{$index+1}}</nobr>
197
+ </td>
198
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
199
+ <nobr>{{row.f_apply_num}}</nobr>
200
+ </td>
201
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
202
+ <nobr>{{row.f_user_name}}</nobr>
203
+ </td>
204
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
205
+ <nobr>{{row.f_contract_number}}</nobr>
206
+ </td>
207
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
208
+ <nobr>{{row.f_phone}}</nobr>
209
+ </td>
210
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
211
+ <nobr>{{row.f_address}}</nobr>
212
+ </td>
213
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
214
+ <nobr>{{row.f_apply_source}}</nobr>
215
+ </td>
216
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
217
+ <nobr>{{row.f_apply_type}}</nobr>
218
+ </td>
219
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
220
+ <nobr>{{row.defname}}</nobr>
221
+ </td>
222
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
223
+ <nobr>{{row.f_sub_state}}</nobr>
224
+ </td>
225
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
226
+ <nobr>{{row.f_apply_date}}</nobr>
227
+ </td>
228
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
229
+ <nobr>{{row.ftime}}</nobr>
230
+ </td>
231
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
232
+ <nobr>{{row.f_install_project}}</nobr>
233
+ </td>
234
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
235
+ <nobr>{{row.f_construction_unit}}</nobr>
236
+ </td>
237
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
238
+ <nobr>{{row.f_construction_date}}</nobr>
239
+ </td>
240
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
241
+ <nobr>{{row.f_cumulative_payment_money}}</nobr>
242
+ </td>
243
+ </tr>
244
+ </template>
245
+ </data-grid>
246
+ </criteria-paged>
247
+ </div>
248
+ </template>
249
+ <script>
250
+ import {PagedList} from 'vue-client'
251
+ import {isEmpty} from '../../../components/Util'
252
+ export default {
253
+ title: '勘探详情',
254
+ props: ['showData'],
255
+ data () {
256
+ return {
257
+ model: new PagedList('rs/sql/supervisory', 20, {
258
+ data: {
259
+ orgid: this.$login.f.orgid
260
+ }
261
+ }),
262
+ orgid:'',
263
+ curorgid: [this.$login.f.orgid],
264
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
265
+ defnames: [{label: '全部', value: ''}], // 流程节点
266
+ applyNatures: [{label: '全部', value: ''}], // 报建性质
267
+ criteriaShow: false,
268
+ subStates: [
269
+ {label: '全部', value: ''},
270
+ {label: '新增', value: '新增'},
271
+ {label: '暂停', value: '暂停'},
272
+ {label: '终止', value: '终止'},
273
+ {label: '完工', value: '完工'},
274
+ {label: '正在进行', value: '正在进行'}
275
+ ], // 流程状态
276
+ lyStates: [
277
+ {label: '全部', value: ''},
278
+ {label: '已领', value: '已领'},
279
+ {label: '未领', value: '未领'}
280
+
281
+ ],
282
+ // 流程状态
283
+ getfield: {
284
+ 'f_apply_num': '工程编号',
285
+ 'f_user_name': '客户名称',
286
+ 'f_contract_number': '合同编号',
287
+ 'f_phone': '电话',
288
+ 'f_address': '地址',
289
+ 'f_apply_type': '报建类型',
290
+ 'f_apply_nature': '报建性质',
291
+ 'f_cumulative_payment_money': '收费金额',
292
+ 'defname': '办理环节',
293
+ 'f_sub_state': '流程状态',
294
+ 'f_apply_date': '报建日期',
295
+ 'f_apply_remarks': '备注',
296
+ 'f_payment_remarks': '缴费备注',
297
+ 'f_install_project': '安装项目',
298
+ 'f_construction_unit': '施工单位',
299
+ 'f_construction_date': '施工时间',
300
+ 'f_operator': '发起人',
301
+ 'f_depname':'发起人部门',
302
+ }
303
+ }
304
+ },
305
+ ready () {
306
+ // 调用查询
307
+ this.search()
308
+ },
309
+ events: {
310
+ },
311
+ methods: {
312
+ loadPage () {
313
+ this.$dispatch('loadPage')
314
+ },
315
+ // 查询
316
+ search () {
317
+ this.$dispatch('search')
318
+ },
319
+ check (val) {
320
+ this.$dispatch('apply', val)
321
+ },
322
+ async applyTypeChange () {
323
+ if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
324
+ let res = await this.$resetpost('rs/logic/getDefnameByType',
325
+ { f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type },
326
+ {resolveMsg: null, rejectMsg: '节点信息获取失败!!!'}
327
+ )
328
+
329
+ this.defnames = [{label: '全部', value: ''}, ...res.data]
330
+
331
+ this.applyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)]
332
+ } else {
333
+ this.defnames = [{label: '全部', value: ''}]
334
+ this.applyNatures = [{label: '全部', value: ''}]
335
+ }
336
+ },
337
+ clear () {
338
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
339
+ this.$refs.cp.$refs.cri.model[key] = null
340
+ })
341
+ },
342
+ getorg (val) {
343
+ if (val.length <= 0) {
344
+ return
345
+ }
346
+ this.model.params.data.orgid = val[0]
347
+ this.orgid= val[0]
348
+ }
349
+ },
350
+ computed: {
351
+ getCondition () {
352
+ return {
353
+ condition: this.model.condition,
354
+ data: {
355
+ orgid: this.orgid
356
+ }
357
+ }
358
+ }
359
+ }
360
+ }
361
+ </script>
362
+ <style scoped>
363
+ </style>
@@ -0,0 +1,7 @@
1
+ import Vue from 'vue'
2
+
3
+ let specialComp = {
4
+ 'supervisory-list': (resolve) => { require(['./pc/SupervisoryList'], resolve) },
5
+ 'stop-apply-list': (resolve) => { require(['./pc/StopApplyList'], resolve) },
6
+ }
7
+ exports.specialComp = specialComp