apply-clients 3.3.213 → 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 (93) 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 +2 -16
  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/image/dwg.jpg +0 -0
  79. package/src/components/image/yasuobao.jpg +0 -0
  80. package/src/components/product/Function/Inform.vue +0 -73
  81. package/src/components/product/Function/MarketSurvey.vue +0 -81
  82. package/src/components/product/Process/Processes/printCharge.vue +0 -121
  83. package/src/components/product/Process/ShowBackReason.vue +0 -33
  84. package/src/components/product/Supervisory/Service/printChargeNode.vue +0 -873
  85. package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +0 -1090
  86. package/src/components/product/VueUtils/ToolsPage.vue +0 -51
  87. package/src/components/product/VueUtils/Tree.vue +0 -330
  88. package/src/filiale/wuan/android.js +0 -0
  89. package/src/filiale/wuan/pc.js +0 -4
  90. package/src/filiale/yuchuan/android/AppServiceView.vue +0 -599
  91. package/src/filiale/yuchuan/android/Reserve/ApplyReserve.vue +0 -200
  92. package/src/filiale/yuchuan/android/SiteSurvey/TaskGraph.vue +0 -137
  93. package/src/filiale/yuchuan/pc/Process/Processes/MapCom.vue +0 -51
@@ -1,253 +1,233 @@
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="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="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="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="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="f_apply_type like '%{}%'"
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="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
- <input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
79
- v-on:keyup.enter="search"
80
- condition="f_address like '%{}%'">
81
- </div>
82
- <div class="form-group col-sm-3">
83
- <label for="startDate" class="font_normal_body">开始时间:</label>
84
- <datepicker id="startDate" placeholder="开始日期"
85
- style="width: 60%!important;"
86
- v-model="model.startDate"
87
- :value.sync="model.startDate"
88
- :format="'yyyy-MM-dd HH:mm:ss'"
89
- :show-reset-button="true"
90
- condition="f_apply_date >= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
91
- </datepicker>
92
- </div>
93
- <div class="form-group col-sm-3">
94
- <label for="endDate" class="font_normal_body">结束时间:</label>
95
- <datepicker id="endDate" placeholder="结束日期"
96
- style="width: 60%!important;"
97
- v-model="model.endDate"
98
- :value.sync="model.endDate"
99
- :format="'yyyy-MM-dd HH:mm:ss'"
100
- :show-reset-button="true"
101
- condition="f_apply_date <= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
102
- </datepicker>
103
- </div>
104
- </div>
105
- </div>
106
- </criteria>
107
- <data-grid v-if="$parent.showData" :model="model" partial='list' v-ref:grid class="list_area table_sy">
108
- <template partial='head'>
109
- <tr>
110
- <th style="white-space: nowrap;">序号</th>
111
- <th style="white-space: nowrap;">工程编号</th>
112
- <th style="white-space: nowrap;">客户名称</th>
113
- <th style="white-space: nowrap;">合同编号</th>
114
- <th style="white-space: nowrap;">电话</th>
115
- <th style="white-space: nowrap;">地址</th>
116
- <th style="white-space: nowrap;">来源</th>
117
- <th style="white-space: nowrap;">报建类型</th>
118
- <th style="white-space: nowrap;">办理环节</th>
119
- <th style="white-space: nowrap;">流程状态</th>
120
- <th style="white-space: nowrap;">报建日期</th>
121
- </tr>
122
- </template>
123
- <template partial='body'>
124
- <tr>
125
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
126
- <nobr>{{$index+1}}</nobr>
127
- </td>
128
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
129
- <nobr>{{row.f_apply_num}}</nobr>
130
- </td>
131
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
132
- <nobr>{{row.f_user_name}}</nobr>
133
- </td>
134
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
135
- <nobr>{{row.f_contract_number}}</nobr>
136
- </td>
137
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
138
- <nobr>{{row.f_phone}}</nobr>
139
- </td>
140
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
141
- <nobr>{{row.f_address}}</nobr>
142
- </td>
143
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
144
- <nobr>{{row.f_apply_source}}</nobr>
145
- </td>
146
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
147
- <nobr>{{row.f_apply_type}}</nobr>
148
- </td>
149
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
150
- <nobr>{{row.defname}}</nobr>
151
- </td>
152
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
153
- <nobr>{{row.f_sub_state}}</nobr>
154
- </td>
155
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
156
- <nobr>{{row.f_apply_date}}</nobr>
157
- </td>
158
- </tr>
159
- </template>
160
- </data-grid>
161
- </criteria-paged>
162
- </div>
163
- </template>
164
- <script>
165
- import {PagedList} from 'vue-client'
166
- import {isEmpty} from '../../Util'
167
- export default {
168
- title: '勘探详情',
169
- props: ['showData'],
170
- data () {
171
- if(this.$login.f.orgs==='华东大区' || this.$login.f.orgs==='华中大区'|| this.$login.f.orgs==='华北大区' || this.$login.f.orgs==='东北大区'
172
- ||this.$login.f.orgs==='鲁北区域'|| this.$login.f.orgs==='广西区域' || this.$login.f.orgs==='苏皖区域'|| this.$login.f.orgs === '奥德装备集团'||
173
- this.$login.f.orgs==='黑龙江区域'
174
- ){
175
- return {
176
- model: new PagedList('rs/sql/supervisorydq', 20, {
177
- data: {
178
- orgs: this.$login.f.orgs
179
- }
180
- }),
181
- curorgid: [this.$login.f.orgid],
182
- applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
183
- defnames: [{label: '全部', value: ''}], // 流程节点
184
- criteriaShow: false
185
- }}
186
- if(this.$login.f.orgs==='设计院'){
187
- return {
188
- model: new PagedList('rs/sql/supervisorysjy', 20, {
189
- data: {
190
- orgid: this.$login.f.orgid
191
- }
192
- }),
193
- curorgid: [this.$login.f.orgid],
194
- applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
195
- defnames: [{label: '全部', value: ''}], // 流程节点
196
- criteriaShow: false
197
- }}
198
- return {
199
- model: new PagedList('rs/sql/supervisory', 20, {
200
- data: {
201
- orgid: this.$login.f.orgid
202
- }
203
- }),
204
- curorgid: [this.$login.f.orgid],
205
- applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
206
- defnames: [{label: '全部', value: ''}], // 流程节点
207
- criteriaShow: false
208
- }
209
- },
210
- ready () {
211
- // 调用查询
212
- this.search()
213
- },
214
- events: {
215
- },
216
- methods: {
217
- // 查询
218
- search () {
219
- this.$dispatch('search')
220
- },
221
- check (val) {
222
- this.$dispatch('apply', val)
223
- },
224
- async applyTypeChange () {
225
- if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
226
- let res = await this.$resetpost('rs/logic/getDefnameByType',
227
- { f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type },
228
- {resolveMsg: null, rejectMsg: '节点信息获取失败!!!'}
229
- )
230
-
231
- this.defnames = [{label: '全部', value: ''}, ...res.data]
232
- } else {
233
- this.defnames = [{label: '全部', value: ''}]
234
- }
235
- },
236
- clear () {
237
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
238
- this.$refs.cp.$refs.cri.model[key] = null
239
- })
240
- },
241
- getorg (val) {
242
- if (val.length <= 0) {
243
- return
244
- }
245
- this.model.params.data.orgid = val[0]
246
- }
247
- },
248
- computed: {
249
- }
250
- }
251
- </script>
252
- <style scoped>
253
- </style>
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="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_entry_name"
25
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_entry_name like '%{}%'" placeholder='项目名称'>
26
+ </div>
27
+
28
+ <div class="form-group col-sm-2 button-range">
29
+ <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
30
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
31
+ <div
32
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
33
+ @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
34
+ class="button_spacing"
35
+ style="float: right">
36
+ </div>
37
+ </div>
38
+ </div>
39
+ <div class="row" v-show="$parent.$parent.criteriaShow">
40
+ <div class="form-group col-sm-3">
41
+ <label class="font_normal_body">客户名称:</label>
42
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
43
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
44
+ </div>
45
+ <div class="form-group col-sm-3">
46
+ <label class="font_normal_body">联&ensp;系&ensp;人:</label>
47
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_contact"
48
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_contact like '%{}%'" placeholder='联系人'>
49
+ </div>
50
+ <div class="form-group col-sm-3">
51
+ <label class="font_normal_body">合同编号:</label>
52
+ <input type="text" style="width:60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
53
+ v-on:keyup.enter="search"
54
+ condition="f_contract_number = '{}'">
55
+ </div>
56
+ <div class="form-group col-sm-3">
57
+ <label class="font_normal_body">报建类型:</label>
58
+ <v-select
59
+ v-model="model.f_apply_type"
60
+ placeholder='报建类型'
61
+ condition="f_apply_type like '%{}%'"
62
+ :value.sync="model.f_apply_type"
63
+ :options='$parent.$parent.applytype'
64
+ class="select select_list"
65
+ :value-single="true"
66
+ @change="$parent.$parent.applyTypeChange()"
67
+ close-on-select ></v-select>
68
+ </div>
69
+ <div class="form-group col-sm-3">
70
+ <label class="font_normal_body">办理环节:</label>
71
+ <v-select
72
+ v-model="model.defname"
73
+ placeholder='办理环节'
74
+ condition="defname = '{}'"
75
+ :value.sync="model.defname"
76
+ :options='$parent.$parent.defnames'
77
+ class="select select_list"
78
+ :value-single="true"
79
+ close-on-select ></v-select>
80
+ </div>
81
+ <div class="form-group col-sm-3">
82
+ <label class="font_normal_body">联系电话:</label>
83
+ <input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
84
+ v-on:keyup.enter="search"
85
+ condition="f_phone like '%{}%'">
86
+ </div>
87
+ <div class="form-group col-sm-3">
88
+ <label class="font_normal_body">用户地址:</label>
89
+ <input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
90
+ v-on:keyup.enter="search"
91
+ condition="f_address like '%{}%'">
92
+ </div>
93
+ <div class="form-group col-sm-3">
94
+ <label for="startDate" class="font_normal_body">开始时间:</label>
95
+ <datepicker id="startDate" placeholder="开始日期"
96
+ style="width: 60%!important;"
97
+ v-model="model.startDate"
98
+ :value.sync="model.startDate"
99
+ :format="'yyyy-MM-dd HH:mm:ss'"
100
+ :show-reset-button="true"
101
+ condition="f_apply_date >= '{}'">
102
+ </datepicker>
103
+ </div>
104
+ <div class="form-group col-sm-3">
105
+ <label for="endDate" class="font_normal_body">结束时间:</label>
106
+ <datepicker id="endDate" placeholder="结束日期"
107
+ style="width: 60%!important;"
108
+ v-model="model.endDate"
109
+ :value.sync="model.endDate"
110
+ :format="'yyyy-MM-dd HH:mm:ss'"
111
+ :show-reset-button="true"
112
+ condition="f_apply_date <= '{}'">
113
+ </datepicker>
114
+ </div>
115
+ </div>
116
+ </div>
117
+ </criteria>
118
+ <data-grid v-if="$parent.showData" :model="model" partial='list' v-ref:grid class="list_area table_sy">
119
+ <template partial='head'>
120
+ <tr>
121
+ <th style="white-space: nowrap;">序号</th>
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
+ </tr>
132
+ </template>
133
+ <template partial='body'>
134
+ <tr>
135
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
136
+ <nobr>{{$index+1}}</nobr>
137
+ </td>
138
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
139
+ <nobr>{{row.f_apply_num}}</nobr>
140
+ </td>
141
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
142
+ <nobr>{{row.f_entry_name}}/{{row.f_user_name}}/{{row.f_contact}}</nobr>
143
+ </td>
144
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
145
+ <nobr>{{row.f_contract_number}}</nobr>
146
+ </td>
147
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
148
+ <nobr>{{row.f_phone}}</nobr>
149
+ </td>
150
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
151
+ <nobr>{{row.f_address}}</nobr>
152
+ </td>
153
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
154
+ <nobr>{{row.f_apply_type}}</nobr>
155
+ </td>
156
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
157
+ <nobr>{{row.defname}}</nobr>
158
+ </td>
159
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
160
+ <nobr>{{row.f_sub_state}}</nobr>
161
+ </td>
162
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
163
+ <nobr>{{row.f_apply_date}}</nobr>
164
+ </td>
165
+ </tr>
166
+ </template>
167
+ </data-grid>
168
+ </criteria-paged>
169
+ </div>
170
+ </template>
171
+ <script>
172
+ import {PagedList} from 'vue-client'
173
+ import {isEmpty} from '../../Util'
174
+ export default {
175
+ title: '勘探详情',
176
+ props: ['showData'],
177
+ data () {
178
+ return {
179
+ model: new PagedList('rs/sql/supervisory', 20, {
180
+ data: {
181
+ orgid: this.$login.f.orgid
182
+ }
183
+ }),
184
+ curorgid: [this.$login.f.orgid],
185
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
186
+ defnames: [{label: '全部', value: ''}], // 流程节点
187
+ criteriaShow: false
188
+ }
189
+ },
190
+ ready () {
191
+ // 调用查询
192
+ this.search()
193
+ },
194
+ events: {
195
+ },
196
+ methods: {
197
+ // 查询
198
+ search () {
199
+ this.$dispatch('search')
200
+ },
201
+ check (val) {
202
+ this.$dispatch('apply', val)
203
+ },
204
+ async applyTypeChange () {
205
+ if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
206
+ let res = await this.$resetpost('rs/logic/getDefnameByType',
207
+ { f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type },
208
+ {resolveMsg: null, rejectMsg: '节点信息获取失败!!!'}
209
+ )
210
+
211
+ this.defnames = [{label: '全部', value: ''}, ...res.data]
212
+ } else {
213
+ this.defnames = [{label: '全部', value: ''}]
214
+ }
215
+ },
216
+ clear () {
217
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
218
+ this.$refs.cp.$refs.cri.model[key] = null
219
+ })
220
+ },
221
+ getorg (val) {
222
+ if (val.length <= 0) {
223
+ return
224
+ }
225
+ this.model.params.data.orgid = val[0]
226
+ }
227
+ },
228
+ computed: {
229
+ }
230
+ }
231
+ </script>
232
+ <style scoped>
233
+ </style>