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
@@ -1,140 +1,140 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <div :class="showData ? 'top' : 'auto'">
5
- <supervisory-list v-ref:query :show-data="showData"></supervisory-list>
6
- </div>
7
- <div v-if="showtotal" style="height: 89%">
8
- <div class="col-sm-2" style="margin-top: 20px">
9
- <supervisory-chart :selectdata="selectdata"></supervisory-chart>
10
- </div>
11
- <div class="col-sm-10" style="margin-top: 20px">
12
- <tabset v-ref:tabs :close="false">
13
- <tab :header='selectdata.defname'>
14
- <supervisory-service-control :selectdata="selectdata" :node-snapshot="true"></supervisory-service-control>
15
- </tab>
16
- <tab header='附件'>
17
- <apply-upload :blodid="selectdata.f_process_id"
18
- :isupload = "false"
19
- :isdelete="false"
20
- :isusetype="true"
21
- :isremark = "true"
22
- :takeimg="false"
23
- :issearch="true"
24
- :defname="selectdata.defname">
25
- </apply-upload>
26
- </tab>
27
- </tabset>
28
- </div>
29
- <div style="height: 1%">
30
-
31
- </div>
32
- </div>
33
- </div>
34
- </div>
35
-
36
- </template>
37
- <script>
38
- import Vue from 'vue'
39
- import {HttpResetClass} from 'vue-client'
40
- export default {
41
- title: '流程监控',
42
- data () {
43
- return {
44
- showtotal: false, // 控制详细信息显示
45
- showData: true,
46
- selectdata: {},
47
- xmlname: '' // 配置文件名称
48
- }
49
- },
50
- created () {
51
- },
52
- methods: {
53
- // 获取页面配置json文件
54
- async loadName () {
55
- let data = {
56
- workname: this.selectdata.processname
57
- }
58
-
59
- let res = await this.$resetpost(
60
- 'rs/logic/ApplyGetConfigs',
61
- {data: data},
62
- {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
63
- )
64
-
65
- Vue.prototype.$workflow_vue = res.data
66
- }
67
- },
68
- events: {
69
- // 刷新控制层
70
- async 'breakControl' (servicedata) {
71
-
72
- if (servicedata.id) {
73
- let data = {
74
- condition: `u.id = ${servicedata.id}`,
75
- data: {
76
- orgid: this.$login.f.orgid
77
- }
78
- }
79
- let res = await this.$resetpost(
80
- 'rs/sql/supervisory',
81
- {data: data},
82
- {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
83
- )
84
- this.selectdata = Object.assign({}, this.selectdata, res.data[0])
85
- } else {
86
- this.selectdata = servicedata
87
- }
88
-
89
- this.showtotal = false
90
- this.$nextTick(() => {
91
- this.showtotal = true
92
- })
93
-
94
- },
95
- 'onMessage' (data) {
96
- console.log('接收消息')
97
- console.log(data)
98
- if (data.type === 'apply-task') {
99
- this.$refs.queryuser.$refs.cp.$refs.cri.search()
100
- }
101
- },
102
- async 'apply' (val) {
103
- this.selectdata = null
104
- this.selectdata = val
105
- this.showtotal = false
106
-
107
- // 获取配置文件
108
- await this.loadName()
109
-
110
- this.$refs.query.$refs.cp.pager = false
111
- this.showData = false
112
-
113
- this.showtotal = true
114
- },
115
- 'search' () {
116
- // 关闭详细
117
- this.showtotal = false
118
- // 显示列表数据
119
- this.showData = true
120
- // 显示分页
121
- this.$refs.query.$refs.cp.pager = true
122
- // 调用查询
123
- this.$refs.query.$refs.cp.$refs.cri.search()
124
- },
125
- 'loadPage' () {
126
- // 关闭详细
127
- this.showtotal = false
128
- // 显示列表数据
129
- this.showData = true
130
- // 显示分页
131
- this.$refs.query.$refs.cp.pager = true
132
- // 调用查询
133
- this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
134
- }
135
- },
136
-
137
- watch: {
138
- }
139
- }
140
- </script>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <div :class="showData ? 'top' : 'auto'">
5
+ <supervisory-list v-ref:query :show-data="showData"></supervisory-list>
6
+ </div>
7
+ <div v-if="showtotal" style="height: 89%">
8
+ <div class="col-sm-2" style="margin-top: 20px">
9
+ <supervisory-chart :selectdata="selectdata"></supervisory-chart>
10
+ </div>
11
+ <div class="col-sm-10" style="margin-top: 20px">
12
+ <tabset v-ref:tabs :close="false">
13
+ <tab :header='selectdata.defname'>
14
+ <supervisory-service-control :selectdata="selectdata" :node-snapshot="true"></supervisory-service-control>
15
+ </tab>
16
+ <tab header='附件'>
17
+ <apply-upload :blodid="selectdata.f_process_id"
18
+ :isupload = "false"
19
+ :isdelete="false"
20
+ :isusetype="true"
21
+ :isremark = "true"
22
+ :takeimg="false"
23
+ :issearch="true"
24
+ :defname="selectdata.defname">
25
+ </apply-upload>
26
+ </tab>
27
+ </tabset>
28
+ </div>
29
+ <div style="height: 1%">
30
+
31
+ </div>
32
+ </div>
33
+ </div>
34
+ </div>
35
+
36
+ </template>
37
+ <script>
38
+ import Vue from 'vue'
39
+ import {HttpResetClass} from 'vue-client'
40
+ export default {
41
+ title: '流程监控',
42
+ data () {
43
+ return {
44
+ showtotal: false, // 控制详细信息显示
45
+ showData: true,
46
+ selectdata: {},
47
+ xmlname: '' // 配置文件名称
48
+ }
49
+ },
50
+ created () {
51
+ },
52
+ methods: {
53
+ // 获取页面配置json文件
54
+ async loadName () {
55
+ let data = {
56
+ workname: this.selectdata.processname
57
+ }
58
+
59
+ let res = await this.$resetpost(
60
+ 'rs/logic/ApplyGetConfigs',
61
+ {data: data},
62
+ {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
63
+ )
64
+
65
+ Vue.prototype.$workflow_vue = res.data
66
+ }
67
+ },
68
+ events: {
69
+ // 刷新控制层
70
+ async 'breakControl' (servicedata) {
71
+
72
+ if (servicedata.id) {
73
+ let data = {
74
+ condition: `u.id = ${servicedata.id}`,
75
+ data: {
76
+ orgid: this.$login.f.orgid
77
+ }
78
+ }
79
+ let res = await this.$resetpost(
80
+ 'rs/sql/supervisory',
81
+ {data: data},
82
+ {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
83
+ )
84
+ this.selectdata = Object.assign({}, this.selectdata, res.data[0])
85
+ } else {
86
+ this.selectdata = servicedata
87
+ }
88
+
89
+ this.showtotal = false
90
+ this.$nextTick(() => {
91
+ this.showtotal = true
92
+ })
93
+
94
+ },
95
+ 'onMessage' (data) {
96
+ console.log('接收消息')
97
+ console.log(data)
98
+ if (data.type === 'apply-task') {
99
+ this.$refs.queryuser.$refs.cp.$refs.cri.search()
100
+ }
101
+ },
102
+ async 'apply' (val) {
103
+ this.selectdata = null
104
+ this.selectdata = val
105
+ this.showtotal = false
106
+
107
+ // 获取配置文件
108
+ await this.loadName()
109
+
110
+ this.$refs.query.$refs.cp.pager = false
111
+ this.showData = false
112
+
113
+ this.showtotal = true
114
+ },
115
+ 'search' () {
116
+ // 关闭详细
117
+ this.showtotal = false
118
+ // 显示列表数据
119
+ this.showData = true
120
+ // 显示分页
121
+ this.$refs.query.$refs.cp.pager = true
122
+ // 调用查询
123
+ this.$refs.query.$refs.cp.$refs.cri.search()
124
+ },
125
+ 'loadPage' () {
126
+ // 关闭详细
127
+ this.showtotal = false
128
+ // 显示列表数据
129
+ this.showData = true
130
+ // 显示分页
131
+ this.$refs.query.$refs.cp.pager = true
132
+ // 调用查询
133
+ this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
134
+ }
135
+ },
136
+
137
+ watch: {
138
+ }
139
+ }
140
+ </script>
@@ -196,6 +196,28 @@
196
196
  :value-single="true"
197
197
  close-on-select ></v-select>
198
198
  </div>
199
+ <div class="form-group col-sm-3">
200
+ <label for="startDate" class="font_normal_body">完工时间:</label>
201
+ <datepicker id="startDate" placeholder="开始日期"
202
+ style="width: 60%!important;"
203
+ v-model="model.startDate1"
204
+ :value.sync="model.startDate1"
205
+ :format="'yyyy-MM-dd 00:00:00'"
206
+ :show-reset-button="true"
207
+ condition=" actend.f_finish_date >= '{}'">
208
+ </datepicker>
209
+ </div>
210
+ <div class="form-group col-sm-3">
211
+ <label for="endDate" class="font_normal_body">完工时间:</label>
212
+ <datepicker id="endDate" placeholder="结束日期"
213
+ style="width: 60%!important;"
214
+ v-model="model.endDate1"
215
+ :value.sync="model.endDate1"
216
+ :format="'yyyy-MM-dd 23:59:59'"
217
+ :show-reset-button="true"
218
+ condition=" actend.f_finish_date <= '{}'">
219
+ </datepicker>
220
+ </div>
199
221
  </div>
200
222
  </div>
201
223
  </criteria>
@@ -213,6 +235,7 @@
213
235
  <th style="white-space: nowrap;">办理环节</th>
214
236
  <th style="white-space: nowrap;">流程状态</th>
215
237
  <th style="white-space: nowrap;">报建日期</th>
238
+ <th style="white-space: nowrap;">完工日期</th>
216
239
  <th style="white-space: nowrap;">派单时间</th>
217
240
  <th style="white-space: nowrap;">安装项目</th>
218
241
  <th style="white-space: nowrap;">施工单位</th>
@@ -258,6 +281,9 @@
258
281
  <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
259
282
  <nobr>{{row.f_apply_date}}</nobr>
260
283
  </td>
284
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
285
+ <nobr>{{row.f_finish_date}}</nobr>
286
+ </td>
261
287
  <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
262
288
  <nobr>{{row.ftime}}</nobr>
263
289
  </td>
@@ -334,6 +360,7 @@
334
360
  'defname': '办理环节',
335
361
  'f_sub_state': '流程状态',
336
362
  'f_apply_date': '报建日期',
363
+ 'f_finish_date': '完工日期',
337
364
  'f_apply_remarks': '备注',
338
365
  'f_payment_remarks': '缴费备注',
339
366
  'f_install_project': '安装项目',