apply-clients 3.4.89-21 → 3.4.89-22

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 (46) hide show
  1. package/build/dev-server.js +133 -137
  2. package/package.json +3 -3
  3. package/src/App.vue +22 -21
  4. package/src/components/android/Ignition/VentilationIgnition.vue +312 -312
  5. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +353 -353
  6. package/src/components/product/ApplyCharge/ApplyChargeList.vue +476 -476
  7. package/src/components/product/Function/InstallInfoSelect.vue +326 -326
  8. package/src/components/product/Ignition/IgnitionListManage.vue +420 -420
  9. package/src/components/product/Material/MaterialDetailed.vue +268 -268
  10. package/src/components/product/Material/Materiallist.vue +74 -74
  11. package/src/components/product/Material/Materialmanger.vue +58 -58
  12. package/src/components/product/Process/ExplorationSelect.vue +491 -491
  13. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +203 -203
  14. package/src/components/product/Process/ShowBackReason.vue +40 -40
  15. package/src/components/product/ServiceView.vue +981 -981
  16. package/src/components/product/Stop/StopApplyList.vue +278 -278
  17. package/src/components/product/Supervisory/SupervisoryControl.vue +140 -140
  18. package/src/components/product/VueUtils/ApplyUpload.vue +287 -287
  19. package/src/filiale/hongda/pc/printChargepc.vue +114 -114
  20. package/src/filiale/hongda/pc/printactivatecard.vue +151 -151
  21. package/src/filiale/linzhou/pc/ApplyChargeList.vue +486 -486
  22. package/src/filiale/linzhou/pc/ServiceControl.vue +1968 -1968
  23. package/src/filiale/linzhou/pc/devicesManagement.vue +494 -494
  24. package/src/filiale/linzhou/pc.js +10 -10
  25. package/src/filiale/qianneng/android/AppAddMaterialScience.vue +477 -477
  26. package/src/filiale/qianneng/android/AppExplorationUser.vue +447 -447
  27. package/src/filiale/qianneng/android/AppServiceControl.vue +1608 -1608
  28. package/src/filiale/qianneng/android/AppServiceView.vue +761 -761
  29. package/src/filiale/qianneng/android/AppSign.vue +152 -152
  30. package/src/filiale/qianneng/android/AppTakePic.vue +140 -140
  31. package/src/filiale/qianneng/android.js +12 -12
  32. package/src/filiale/qianneng/pc/ApplyUpload.vue +290 -290
  33. package/src/filiale/qianneng/pc/Applybatchdispatch.vue +685 -688
  34. package/src/filiale/qianneng/pc/ExplorationUser.vue +189 -189
  35. package/src/filiale/qianneng/pc/InstallationDetails.vue +561 -653
  36. package/src/filiale/qianneng/pc/SupervisoryList.vue +344 -334
  37. package/src/filiale/qianneng/pc/SupervisoryhCart.vue +127 -0
  38. package/src/filiale/qianneng/pc/addMaterialScience.vue +464 -464
  39. package/src/filiale/qianneng/pc/addressAndUserinfoManagement.vue +389 -389
  40. package/src/filiale/qianneng/pc/devicesManagement.vue +484 -0
  41. package/src/filiale/qianneng/pc/printactivatecard.vue +295 -295
  42. package/src/filiale/qianneng/pc.js +26 -24
  43. package/src/main.js +3 -3
  44. package/src/filiale/huayinyihua/pc/StopApplyList.vue +0 -271
  45. package/src/filiale/huayinyihua/pc/SupervisoryList.vue +0 -363
  46. package/src/filiale/huayinyihua/pc.js +0 -7
@@ -1,24 +1,26 @@
1
- import Vue from 'vue'
2
-
3
- let specialComp = {
4
- 'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) },
5
- 'service-view': (resolve) => { require(['./pc/ServiceView'], resolve) },
6
- 'supervisory-list': (resolve) => { require(['./pc/SupervisoryList'], resolve) },
7
- 'add-material-science': (resolve) => { require(['./pc/addMaterialScience'], resolve) },
8
- 'installation-details': (resolve) => { require(['./pc/InstallationDetails'], resolve) },
9
- 'apply-address-userinfo-management': (resolve) => { require(['./pc/addressAndUserinfoManagement'], resolve) },
10
- 'apply-charge-management': (resolve) => { require(['./pc/chargeManagement'], resolve) },
11
- 'apply-print-activatecard': (resolve) => { require(['./pc/printactivatecard'], resolve) },
12
- 'function-service-control': (resolve) => { require(['./pc/FunctionServiceControl'], resolve) },
13
- 'supervisory-service-control': (resolve) => { require(['./pc/SupervisoryServiceControl'], resolve) },
14
- 'exploration-select': (resolve) => { require(['./pc/ExplorationSelect'], resolve) },
15
- 'apply-batch-dispatch': (resolve) => { require(['./pc/Applybatchdispatch'], resolve) },
16
- 'installinfoselect': (resolve) => { require(['./pc/InstallInfoSelect'], resolve) },
17
- 'exploration-user': (resolve) => { require(['./pc/ExplorationUser'], resolve) },
18
- 'install-function': (resolve) => { require(['./pc/InstallFunction'], resolve) },
19
- 'apply-upload': (resolve) => { require(['./pc/ApplyUpload'], resolve) },
20
- 'apply-detail': (resolve) => { require(['./pc/Applydetail'], resolve) },
21
- 'supplemental-agreement': (resolve) => { require(['./pc/supplementalAgreement'], resolve) },
22
- 'apply-charge-list': (resolve) => { require(['./pc/ApplyChargeList'], resolve) }
23
- }
24
- exports.specialComp = specialComp
1
+ import Vue from 'vue'
2
+
3
+ let specialComp = {
4
+ 'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) },
5
+ 'service-view': (resolve) => { require(['./pc/ServiceView'], resolve) },
6
+ 'supervisory-list': (resolve) => { require(['./pc/SupervisoryList'], resolve) },
7
+ 'add-material-science': (resolve) => { require(['./pc/addMaterialScience'], resolve) },
8
+ 'installation-details': (resolve) => { require(['./pc/InstallationDetails'], resolve) },
9
+ 'apply-address-userinfo-management': (resolve) => { require(['./pc/addressAndUserinfoManagement'], resolve) },
10
+ 'apply-charge-management': (resolve) => { require(['./pc/chargeManagement'], resolve) },
11
+ 'apply-print-activatecard': (resolve) => { require(['./pc/printactivatecard'], resolve) },
12
+ 'function-service-control': (resolve) => { require(['./pc/FunctionServiceControl'], resolve) },
13
+ 'supervisory-service-control': (resolve) => { require(['./pc/SupervisoryServiceControl'], resolve) },
14
+ 'exploration-select': (resolve) => { require(['./pc/ExplorationSelect'], resolve) },
15
+ 'apply-batch-dispatch': (resolve) => { require(['./pc/Applybatchdispatch'], resolve) },
16
+ 'installinfoselect': (resolve) => { require(['./pc/InstallInfoSelect'], resolve) },
17
+ 'exploration-user': (resolve) => { require(['./pc/ExplorationUser'], resolve) },
18
+ 'install-function': (resolve) => { require(['./pc/InstallFunction'], resolve) },
19
+ 'apply-upload': (resolve) => { require(['./pc/ApplyUpload'], resolve) },
20
+ 'apply-detail': (resolve) => { require(['./pc/Applydetail'], resolve) },
21
+ 'supervisory-chart': (resolve) => { require(['./pc/SupervisoryhCart'], resolve) },
22
+ 'apply-devices-management': (resolve) => { require(['./pc/devicesManagement'], resolve) },
23
+ 'supplemental-agreement': (resolve) => { require(['./pc/supplementalAgreement'], resolve) },
24
+ 'apply-charge-list': (resolve) => { require(['./pc/ApplyChargeList'], resolve) }
25
+ }
26
+ exports.specialComp = specialComp
package/src/main.js CHANGED
@@ -9,11 +9,11 @@ import {material} from 'material-client'
9
9
  import apply from './apply'
10
10
 
11
11
  all()
12
- apply('huayinyihua')
12
+ apply('qianneng')
13
13
  ldap()
14
- sale('')
14
+ sale('qianneng')
15
15
  material()
16
- system(false, '')
16
+ system(false, 'qianneng')
17
17
 
18
18
  require('system-clients/src/styles/less/bootstrap.less')
19
19
  require('./expandcss.less')
@@ -1,271 +0,0 @@
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>