apply-clients 7.1.36-yuchuan-12 → 7.1.36-yuchuan-14

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 (72) hide show
  1. package/android.html +28 -28
  2. package/build/dev-server.js +25 -10
  3. package/index.html +39 -39
  4. package/package.json +1 -1
  5. package/src/apply.js +162 -161
  6. package/src/applyAndroid.js +97 -97
  7. package/src/components/android/AppSign.vue +235 -235
  8. package/src/components/android/AppUpload.vue +275 -275
  9. package/src/components/android/Ignition/VentilationIgnition.vue +408 -408
  10. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +462 -462
  11. package/src/components/android/Process/AppExplorationUser.vue +454 -454
  12. package/src/components/android/Process/AppServiceControl.vue +1437 -1437
  13. package/src/components/android/Process/Processes/AppInstallationDetails.vue +980 -980
  14. package/src/components/android/Sign/AppSignTask.vue +183 -183
  15. package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
  16. package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
  17. package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
  18. package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
  19. package/src/components/android/Task/yiban/ShowDone.vue +95 -95
  20. package/src/components/android/Task/yiban/satisfactionShow.vue +166 -166
  21. package/src/components/android/newPackage/customerServiceManager.vue +218 -218
  22. package/src/components/android/newPackage/projectPrice.vue +218 -218
  23. package/src/components/product/ApplyCharge/ApplyChargeList.vue +1 -1
  24. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -272
  25. package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -236
  26. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -324
  27. package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +144 -144
  28. package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
  29. package/src/components/product/ApplyMap/AMapLocation.vue +871 -0
  30. package/src/components/product/ApplyMap/ApplyDragaboutList.vue +223 -223
  31. package/src/components/product/ApplyMap/ApplyInputSearch.vue +212 -212
  32. package/src/components/product/ApplyMap/ApplyMapCom.vue +82 -82
  33. package/src/components/product/ApplyMap/ApplyMapInputSearch.vue +335 -335
  34. package/src/components/product/ApplyMap/ApplyMapLocation.vue +862 -862
  35. package/src/components/product/ChongZheng/ApplyChongZhengList.vue +415 -415
  36. package/src/components/product/Function/InstallFunction.vue +133 -133
  37. package/src/components/product/Function/InstallInfoSelect.vue +371 -371
  38. package/src/components/product/Function/Service/FunctionServiceControl.vue +586 -586
  39. package/src/components/product/GongJianPush/ApplyPushManage.vue +90 -90
  40. package/src/components/product/Ignition/IgnitionListManage.vue +602 -602
  41. package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
  42. package/src/components/product/InsuranceApply/InsuranceReport.vue +1 -2
  43. package/src/components/product/List/OldShowDevices.vue +271 -271
  44. package/src/components/product/List/ShowAllActivity.vue +540 -540
  45. package/src/components/product/List/ShowDevices.vue +279 -279
  46. package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
  47. package/src/components/product/Process/ExplorationSelect.vue +597 -597
  48. package/src/components/product/Process/ExplorationUser.vue +158 -158
  49. package/src/components/product/Process/New1ExplorationUser.vue +201 -201
  50. package/src/components/product/Process/NewExplorationSelect.vue +586 -586
  51. package/src/components/product/Process/NewExplorationUser.vue +219 -219
  52. package/src/components/product/Process/Processes/InstallationDetails.vue +1159 -1159
  53. package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
  54. package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
  55. package/src/components/product/Process/Processes/chargeManagement.vue +704 -704
  56. package/src/components/product/Process/Processes/devicesManagement.vue +393 -393
  57. package/src/components/product/Process/Processes/newDevicesManagement.vue +413 -413
  58. package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
  59. package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
  60. package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
  61. package/src/components/product/Process/Service/ServiceControl.vue +2205 -2205
  62. package/src/components/product/ServiceView.vue +644 -644
  63. package/src/components/product/Stop/StopApplyList.vue +224 -224
  64. package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
  65. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +592 -592
  66. package/src/components/product/Supervisory/SupervisoryControl.vue +116 -116
  67. package/src/components/product/Supervisory/SupervisoryList.vue +557 -557
  68. package/src/components/product/Supervisory/SupervisoryhCart.vue +119 -119
  69. package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
  70. package/src/components/product/VueUtils/ApplyUpload.vue +285 -285
  71. package/src/components/product/records/AdjustmentRecordList.vue +162 -162
  72. package/src/main.js +27 -27
@@ -1,133 +1,133 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <div :class="showData ? 'top' : 'auto'">
5
- <installinfoselect :show-data="showData" v-ref:query></installinfoselect>
6
- </div>
7
- <div v-if="showtotal" class="panel panel-info" style="height: 90%;">
8
- <tabset v-ref:tabs :close="false">
9
- <tab :header='selectdata.title'>
10
- <function-service-control v-ref:service :selectdata="selectdata"></function-service-control>
11
- </tab>
12
- <tab header='附件'>
13
- <apply-upload :blodid="selectdata.f_process_id"
14
- :isupload = "isupload"
15
- :isdelete="true"
16
- :isusetype="true"
17
- :isremark = "true"
18
- :takeimg="false"
19
- :issearch="true"
20
- :defname="selectdata.defname"
21
- >
22
- </apply-upload>
23
- </tab>
24
- </tabset>
25
- </div>
26
- </div>
27
- </div>
28
-
29
- </template>
30
- <script>
31
- import Vue from 'vue'
32
- import {HttpResetClass} from 'vue-client'
33
- export default {
34
- title: '报建业务',
35
- data () {
36
- return {
37
- selectdata: null,
38
- showtotal: false, // 控制详情显示
39
- showData: true, // 控制列表数据
40
- isupload: false
41
- }
42
- },
43
- ready () {
44
- this.getConfig()
45
- },
46
- methods: {
47
- // 获取功能配置
48
- async getConfig () {
49
- let res = await this.$resetpost(
50
- 'rs/logic/ApplyGetFunction',
51
- null,
52
- {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
53
- )
54
- Vue.prototype.$function_vue = res.data
55
- }
56
- },
57
- events: {
58
- // 刷新控制层
59
- async 'breakControl' (servicedata) {
60
- let http = new HttpResetClass()
61
- let data = {
62
- condition: `u.id = ${servicedata.id}`,
63
- data: {
64
- f_filiale: this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气'
65
- }
66
- }
67
-
68
- let res = await http.load('POST', 'rs/sql/checkuserfunction', {data:data}, {
69
- resolveMsg: null,
70
- rejectMsg: '数据更新失败!!!'
71
- })
72
-
73
- this.showtotal = false
74
-
75
- this.selectdata = Object.assign({}, this.selectdata, res.data[0])
76
-
77
- this.$nextTick(() => {
78
- this.showtotal = true
79
- })
80
- },
81
- // 查询
82
- 'search' () {
83
- // 关闭详细
84
- this.showtotal = false
85
- // 显示列表数据
86
- this.showData = true
87
- // 显示分页
88
- this.$refs.query.$refs.cp.pager = true
89
- // 调用查询
90
- this.$refs.query.$refs.cp.$refs.cri.search()
91
- },
92
- 'loadPage' () {
93
- // 关闭详细
94
- this.showtotal = false
95
- // 显示列表数据
96
- this.showData = true
97
- // 显示分页
98
- this.$refs.query.$refs.cp.pager = true
99
- // 调用查询
100
- this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
101
- },
102
- // 点击功能操作
103
- 'func' (funcdata, row) {
104
- this.selectdata = Object.assign({}, funcdata, row)
105
- this.isupload = funcdata.title === '图纸变更';
106
- console.log("当前按钮",funcdata.title)
107
- // 关闭分页
108
- this.$refs.query.$refs.cp.pager = false
109
- // 关闭列表数据
110
- this.showData = false
111
-
112
- this.$nextTick(() => {
113
- this.showtotal = true
114
- })
115
- }
116
- }
117
- }
118
- </script>
119
- <style scoped>
120
- /*清除浮动*/
121
- .clearfix:after,.clearfix:before{
122
- display: table;
123
- }
124
- .clearfix:after{
125
- clear: both;
126
- }
127
- .head{
128
- height: auto;
129
- font-weight: bold;
130
- color: #000000;
131
- font-family: 微软雅黑;
132
- }
133
- </style>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <div :class="showData ? 'top' : 'auto'">
5
+ <installinfoselect :show-data="showData" v-ref:query></installinfoselect>
6
+ </div>
7
+ <div v-if="showtotal" class="panel panel-info" style="height: 90%;">
8
+ <tabset v-ref:tabs :close="false">
9
+ <tab :header='selectdata.title'>
10
+ <function-service-control v-ref:service :selectdata="selectdata"></function-service-control>
11
+ </tab>
12
+ <tab header='附件'>
13
+ <apply-upload :blodid="selectdata.f_process_id"
14
+ :isupload = "isupload"
15
+ :isdelete="true"
16
+ :isusetype="true"
17
+ :isremark = "true"
18
+ :takeimg="false"
19
+ :issearch="true"
20
+ :defname="selectdata.defname"
21
+ >
22
+ </apply-upload>
23
+ </tab>
24
+ </tabset>
25
+ </div>
26
+ </div>
27
+ </div>
28
+
29
+ </template>
30
+ <script>
31
+ import Vue from 'vue'
32
+ import {HttpResetClass} from 'vue-client'
33
+ export default {
34
+ title: '报建业务',
35
+ data () {
36
+ return {
37
+ selectdata: null,
38
+ showtotal: false, // 控制详情显示
39
+ showData: true, // 控制列表数据
40
+ isupload: false
41
+ }
42
+ },
43
+ ready () {
44
+ this.getConfig()
45
+ },
46
+ methods: {
47
+ // 获取功能配置
48
+ async getConfig () {
49
+ let res = await this.$resetpost(
50
+ 'rs/logic/ApplyGetFunction',
51
+ null,
52
+ {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
53
+ )
54
+ Vue.prototype.$function_vue = res.data
55
+ }
56
+ },
57
+ events: {
58
+ // 刷新控制层
59
+ async 'breakControl' (servicedata) {
60
+ let http = new HttpResetClass()
61
+ let data = {
62
+ condition: `u.id = ${servicedata.id}`,
63
+ data: {
64
+ f_filiale: this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气'
65
+ }
66
+ }
67
+
68
+ let res = await http.load('POST', 'rs/sql/checkuserfunction', {data:data}, {
69
+ resolveMsg: null,
70
+ rejectMsg: '数据更新失败!!!'
71
+ })
72
+
73
+ this.showtotal = false
74
+
75
+ this.selectdata = Object.assign({}, this.selectdata, res.data[0])
76
+
77
+ this.$nextTick(() => {
78
+ this.showtotal = true
79
+ })
80
+ },
81
+ // 查询
82
+ 'search' () {
83
+ // 关闭详细
84
+ this.showtotal = false
85
+ // 显示列表数据
86
+ this.showData = true
87
+ // 显示分页
88
+ this.$refs.query.$refs.cp.pager = true
89
+ // 调用查询
90
+ this.$refs.query.$refs.cp.$refs.cri.search()
91
+ },
92
+ 'loadPage' () {
93
+ // 关闭详细
94
+ this.showtotal = false
95
+ // 显示列表数据
96
+ this.showData = true
97
+ // 显示分页
98
+ this.$refs.query.$refs.cp.pager = true
99
+ // 调用查询
100
+ this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
101
+ },
102
+ // 点击功能操作
103
+ 'func' (funcdata, row) {
104
+ this.selectdata = Object.assign({}, funcdata, row)
105
+ this.isupload = funcdata.title === '图纸变更';
106
+ console.log("当前按钮",funcdata.title)
107
+ // 关闭分页
108
+ this.$refs.query.$refs.cp.pager = false
109
+ // 关闭列表数据
110
+ this.showData = false
111
+
112
+ this.$nextTick(() => {
113
+ this.showtotal = true
114
+ })
115
+ }
116
+ }
117
+ }
118
+ </script>
119
+ <style scoped>
120
+ /*清除浮动*/
121
+ .clearfix:after,.clearfix:before{
122
+ display: table;
123
+ }
124
+ .clearfix:after{
125
+ clear: both;
126
+ }
127
+ .head{
128
+ height: auto;
129
+ font-weight: bold;
130
+ color: #000000;
131
+ font-family: 微软雅黑;
132
+ }
133
+ </style>