apply-clients 7.1.36-yuchuan-56 → 7.1.36-yuchuan-57

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 (68) hide show
  1. package/android.html +27 -27
  2. package/build/dev-server.js +192 -192
  3. package/package.json +1 -1
  4. package/src/apply.js +163 -163
  5. package/src/applyAndroid.js +98 -98
  6. package/src/components/android/AppSign.vue +232 -232
  7. package/src/components/android/Ignition/VentilationIgnition.vue +409 -409
  8. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +472 -472
  9. package/src/components/android/Process/AppExplorationUser.vue +454 -454
  10. package/src/components/android/Process/AppServiceControl.vue +1434 -1434
  11. package/src/components/android/Process/Processes/AppInstallationDetails.vue +1026 -1026
  12. package/src/components/android/Process/Processes/newAppInstallationDetails.vue +671 -671
  13. package/src/components/android/SealBind.vue +382 -382
  14. package/src/components/android/SealManage.vue +278 -278
  15. package/src/components/android/Sign/AppSignTask.vue +183 -183
  16. package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
  17. package/src/components/android/Task/Build/BuildTsak.vue +117 -117
  18. package/src/components/android/Task/BuildIgnition/BuildIgnition.vue +114 -114
  19. package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
  20. package/src/components/android/Task/RepairFromSend/RepairFrom.vue +124 -124
  21. package/src/components/android/Task/RepairFromSend/RepairSend.vue +124 -124
  22. package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
  23. package/src/components/android/Task/Survey/SurveyTsak.vue +141 -141
  24. package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
  25. package/src/components/android/newPackage/customerServiceManager.vue +218 -218
  26. package/src/components/android/newPackage/projectPrice.vue +218 -218
  27. package/src/components/product/ApplyCharge/ApplyChargeList.vue +1101 -1101
  28. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +325 -325
  29. package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +142 -142
  30. package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
  31. package/src/components/product/ApplyMap/AppMapLocation.vue +829 -829
  32. package/src/components/product/ApplyMap/ApplyMapInputSearch.vue +335 -335
  33. package/src/components/product/ChongZheng/ApplyChongZhengList.vue +417 -417
  34. package/src/components/product/Function/InstallFunction.vue +132 -132
  35. package/src/components/product/Function/InstallInfoSelect.vue +374 -374
  36. package/src/components/product/Function/Service/FunctionServiceControl.vue +581 -581
  37. package/src/components/product/Ignition/IgnitionDispatch.vue +90 -90
  38. package/src/components/product/Ignition/IgnitionListManage.vue +604 -604
  39. package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
  40. package/src/components/product/InsuranceApply/InsuranceReport.vue +188 -188
  41. package/src/components/product/List/OldShowDevices.vue +272 -272
  42. package/src/components/product/List/ShowAllActivity.vue +541 -541
  43. package/src/components/product/List/ShowDevices.vue +279 -279
  44. package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
  45. package/src/components/product/Process/ExplorationSelect.vue +593 -593
  46. package/src/components/product/Process/ExplorationUser.vue +154 -154
  47. package/src/components/product/Process/New1ExplorationUser.vue +196 -196
  48. package/src/components/product/Process/NewExplorationSelect.vue +587 -587
  49. package/src/components/product/Process/NewExplorationUser.vue +216 -216
  50. package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
  51. package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
  52. package/src/components/product/Process/Processes/chargeManagement.vue +2 -1
  53. package/src/components/product/Process/Processes/selectApply.vue +250 -250
  54. package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
  55. package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
  56. package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
  57. package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
  58. package/src/components/product/ServiceView.vue +644 -644
  59. package/src/components/product/Stop/StopApplyList.vue +224 -224
  60. package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
  61. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +593 -593
  62. package/src/components/product/Supervisory/SupervisoryControl.vue +114 -114
  63. package/src/components/product/Supervisory/SupervisoryList.vue +586 -586
  64. package/src/components/product/Supervisory/SupervisoryhCart.vue +120 -120
  65. package/src/components/product/Supervisory/YiBanSupervisoryControl.vue +111 -111
  66. package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
  67. package/src/components/product/VueUtils/ApplyUpload.vue +303 -303
  68. package/src/main.js +27 -27
@@ -1,132 +1,132 @@
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 http = new HttpResetClass()
50
- let res = await http.load('POST', 'rs/logic/ApplyGetFunction', null,
51
- {resolveMsg: null, rejectMsg: '流程标识获取失败!!!'}
52
- )
53
- Vue.prototype.$function_vue = res.data
54
- }
55
- },
56
- events: {
57
- // 刷新控制层
58
- async 'breakControl' (servicedata) {
59
- let http = new HttpResetClass()
60
- let data = {
61
- condition: `u.id = ${servicedata.id}`,
62
- data: {
63
- f_filiale: "榆林."+this.$login.f.orgs
64
- }
65
- }
66
-
67
- let res = await http.load('POST', 'rs/sql/checkuserfunction', {data:data}, {
68
- resolveMsg: null,
69
- rejectMsg: '数据更新失败!!!'
70
- })
71
-
72
- this.showtotal = false
73
-
74
- this.selectdata = Object.assign({}, this.selectdata, res.data[0])
75
-
76
- this.$nextTick(() => {
77
- this.showtotal = true
78
- })
79
- },
80
- // 查询
81
- 'search' () {
82
- // 关闭详细
83
- this.showtotal = false
84
- // 显示列表数据
85
- this.showData = true
86
- // 显示分页
87
- this.$refs.query.$refs.cp.pager = true
88
- // 调用查询
89
- this.$refs.query.$refs.cp.$refs.cri.search()
90
- },
91
- 'loadPage' () {
92
- // 关闭详细
93
- this.showtotal = false
94
- // 显示列表数据
95
- this.showData = true
96
- // 显示分页
97
- this.$refs.query.$refs.cp.pager = true
98
- // 调用查询
99
- this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
100
- },
101
- // 点击功能操作
102
- 'func' (funcdata, row) {
103
- this.selectdata = Object.assign({}, funcdata, row)
104
- this.isupload = funcdata.title === '图纸变更';
105
- console.log("当前按钮",funcdata.title)
106
- // 关闭分页
107
- this.$refs.query.$refs.cp.pager = false
108
- // 关闭列表数据
109
- this.showData = false
110
-
111
- this.$nextTick(() => {
112
- this.showtotal = true
113
- })
114
- }
115
- }
116
- }
117
- </script>
118
- <style scoped>
119
- /*清除浮动*/
120
- .clearfix:after,.clearfix:before{
121
- display: table;
122
- }
123
- .clearfix:after{
124
- clear: both;
125
- }
126
- .head{
127
- height: auto;
128
- font-weight: bold;
129
- color: #000000;
130
- font-family: 微软雅黑;
131
- }
132
- </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 http = new HttpResetClass()
50
+ let res = await http.load('POST', 'rs/logic/ApplyGetFunction', null,
51
+ {resolveMsg: null, rejectMsg: '流程标识获取失败!!!'}
52
+ )
53
+ Vue.prototype.$function_vue = res.data
54
+ }
55
+ },
56
+ events: {
57
+ // 刷新控制层
58
+ async 'breakControl' (servicedata) {
59
+ let http = new HttpResetClass()
60
+ let data = {
61
+ condition: `u.id = ${servicedata.id}`,
62
+ data: {
63
+ f_filiale: "榆林."+this.$login.f.orgs
64
+ }
65
+ }
66
+
67
+ let res = await http.load('POST', 'rs/sql/checkuserfunction', {data:data}, {
68
+ resolveMsg: null,
69
+ rejectMsg: '数据更新失败!!!'
70
+ })
71
+
72
+ this.showtotal = false
73
+
74
+ this.selectdata = Object.assign({}, this.selectdata, res.data[0])
75
+
76
+ this.$nextTick(() => {
77
+ this.showtotal = true
78
+ })
79
+ },
80
+ // 查询
81
+ 'search' () {
82
+ // 关闭详细
83
+ this.showtotal = false
84
+ // 显示列表数据
85
+ this.showData = true
86
+ // 显示分页
87
+ this.$refs.query.$refs.cp.pager = true
88
+ // 调用查询
89
+ this.$refs.query.$refs.cp.$refs.cri.search()
90
+ },
91
+ 'loadPage' () {
92
+ // 关闭详细
93
+ this.showtotal = false
94
+ // 显示列表数据
95
+ this.showData = true
96
+ // 显示分页
97
+ this.$refs.query.$refs.cp.pager = true
98
+ // 调用查询
99
+ this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
100
+ },
101
+ // 点击功能操作
102
+ 'func' (funcdata, row) {
103
+ this.selectdata = Object.assign({}, funcdata, row)
104
+ this.isupload = funcdata.title === '图纸变更';
105
+ console.log("当前按钮",funcdata.title)
106
+ // 关闭分页
107
+ this.$refs.query.$refs.cp.pager = false
108
+ // 关闭列表数据
109
+ this.showData = false
110
+
111
+ this.$nextTick(() => {
112
+ this.showtotal = true
113
+ })
114
+ }
115
+ }
116
+ }
117
+ </script>
118
+ <style scoped>
119
+ /*清除浮动*/
120
+ .clearfix:after,.clearfix:before{
121
+ display: table;
122
+ }
123
+ .clearfix:after{
124
+ clear: both;
125
+ }
126
+ .head{
127
+ height: auto;
128
+ font-weight: bold;
129
+ color: #000000;
130
+ font-family: 微软雅黑;
131
+ }
132
+ </style>