apply-clients 3.4.2 → 3.4.3

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 (85) hide show
  1. package/android.html +23 -23
  2. package/build/dev-server.js +119 -119
  3. package/build/webpack.base.conf.js +2 -1
  4. package/build/webpack.dev.conf.js +12 -0
  5. package/dingding.html +23 -0
  6. package/index.html +33 -33
  7. package/package.json +2 -1
  8. package/src/AndroidApp.vue +35 -35
  9. package/src/DingDingApp.vue +51 -0
  10. package/src/android.js +21 -21
  11. package/src/apply.js +7 -1
  12. package/src/applyAndroid.js +32 -32
  13. package/src/applyDingDing.js +12 -0
  14. package/src/components/android/AppOnetomany.vue +301 -301
  15. package/src/components/android/AppServiceView.vue +566 -566
  16. package/src/components/android/AppSign.vue +142 -142
  17. package/src/components/android/AppTakePic.vue +143 -143
  18. package/src/components/android/Process/AppExplorationUser.vue +320 -320
  19. package/src/components/android/Process/AppServiceControl.vue +757 -757
  20. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -456
  21. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -64
  22. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -121
  23. package/src/components/android/TaskGraph.vue +125 -125
  24. package/src/components/product/Business/BusinessApply.vue +269 -0
  25. package/src/components/product/Business/CivilApply.vue +269 -0
  26. package/src/components/product/Function/InstallFunction.vue +131 -125
  27. package/src/components/product/Function/InstallInfoSelect.vue +300 -292
  28. package/src/components/product/Function/Service/FunctionServiceControl.vue +420 -222
  29. package/src/components/product/GroupByApply/ApplyGroupByList.vue +253 -0
  30. package/src/components/product/GroupByApply/ApplyGroupByMain.vue +53 -0
  31. package/src/components/product/GroupByApply/ApplyGroupByPaper.vue +376 -0
  32. package/src/components/product/Material/MaterialDetailed.vue +262 -0
  33. package/src/components/product/Onetomany.vue +377 -377
  34. package/src/components/product/Print/BuildOrder/buildOrderList.vue +339 -0
  35. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +157 -0
  36. package/src/components/product/Print/IgnitionBill/IgnitionBill.vue +259 -0
  37. package/src/components/product/Print/IgnitionBill/printIgnitionBill.vue +168 -0
  38. package/src/components/product/Process/ExplorationSelect.vue +7 -0
  39. package/src/components/product/Process/ExplorationUser.vue +138 -138
  40. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -592
  41. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -142
  42. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -207
  43. package/src/components/product/Process/Processes/chargeManagement.vue +638 -639
  44. package/src/components/product/Process/Service/ServiceControl.vue +10 -10
  45. package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
  46. package/src/components/product/ServiceView.vue +631 -631
  47. package/src/components/product/Stop/StopApply.vue +105 -103
  48. package/src/components/product/Stop/StopApplyList.vue +269 -269
  49. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -186
  50. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -100
  51. package/src/components/product/Supervisory/SupervisoryList.vue +233 -233
  52. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -107
  53. package/src/components/product/VueUtils/ApplyUpload.vue +273 -273
  54. package/src/components/product/VueUtils/HighMeter.vue +208 -208
  55. package/src/dingding.js +19 -0
  56. package/src/expandcssAndroid.less +1034 -1034
  57. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +735 -731
  58. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -824
  59. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -650
  60. package/src/filiale/yuchuan/android/Sign/AppSignTask.vue +182 -182
  61. package/src/filiale/yuchuan/android/Sign/BuildSign.vue +50 -50
  62. package/src/filiale/yuchuan/android/Sign/ConstructSign.vue +50 -50
  63. package/src/filiale/yuchuan/android/Sign/DesignSign.vue +50 -50
  64. package/src/filiale/yuchuan/android/Sign/SupervisorSign.vue +50 -50
  65. package/src/filiale/yuchuan/android/Task/Build/BuildTsak.vue +60 -60
  66. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -60
  67. package/src/filiale/yuchuan/android.js +14 -14
  68. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -528
  69. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  70. package/src/filiale/yuchuan/pc/Print/BuildOrder/buildOrderList.vue +264 -0
  71. package/src/filiale/yuchuan/pc/Print/BuildOrder/printBuildOrder.vue +152 -0
  72. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +149 -149
  73. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +67 -67
  74. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -809
  75. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -595
  76. package/src/filiale/yuchuan/pc/Process/Processes/Print/printCharge.vue +125 -0
  77. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +621 -470
  78. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1108 -1074
  79. package/src/filiale/yuchuan/pc/Sign/SignRecord.vue +24 -0
  80. package/src/filiale/yuchuan/pc/Sign/SignRecordList.vue +174 -0
  81. package/src/filiale/yuchuan/pc.js +20 -12
  82. package/src/main.js +1 -1
  83. package/src/components/product/Function/StopApplyCrrdList.vue +0 -176
  84. package/src/components/product/Function/functions/ApplyRecordCancel.vue +0 -102
  85. package/src/components/product/Function/functions/StopInstall.vue +0 -106
@@ -1,125 +1,131 @@
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="show_data.f_process_id"
14
- :isupload = "true"
15
- :isdelete="true"
16
- :isusetype="true"
17
- :isremark = "true"
18
- :takeimg="false"
19
- :issearch="true"
20
- :defname="show_data.defname"
21
- >
22
- </apply-upload>
23
- </tab>
24
- </tabset>
25
- <!-- <div class="panel-heading head" style="background-color: #e8f4ff">{{funcdata.title}}</div>-->
26
- <!-- <div class="panel-body" style="height: 89%">-->
27
- <!-- <function-service-control v-ref:func :funcdata="funcdata" :selectdata="selectdata"></function-service-control>-->
28
- <!-- </div>-->
29
- </div>
30
- </div>
31
- </div>
32
-
33
- </template>
34
- <script>
35
- import Vue from 'vue'
36
- import {HttpResetClass} from 'vue-client'
37
- export default {
38
- title: '报建业务',
39
- data () {
40
- return {
41
- selectdata: null,
42
- showtotal: false, // 控制详情显示
43
- showData: true // 控制列表数据
44
- }
45
- },
46
- created () {
47
- this.getConfig()
48
- },
49
- methods: {
50
- // 获取功能配置
51
- async getConfig () {
52
- let res = await this.$resetpost(
53
- 'rs/logic/ApplyGetFunction',
54
- null,
55
- {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
56
- )
57
- Vue.prototype.$function_vue = res.data
58
- }
59
- },
60
- events: {
61
- // 刷新控制层
62
- async 'breakControl' (servicedata) {
63
- let http = new HttpResetClass()
64
- let data = {
65
- condition: `u.id = ${servicedata.id}`,
66
- data: {
67
- id: this.$login.f.id,
68
- orgid: this.$login.f.orgid
69
- }
70
- }
71
-
72
- try {
73
- let res = await http.load('POST', 'rs/sql/checkuserfunction', {data: data}, {resolveMsg: null, rejectMsg: null})
74
-
75
- this.showtotal = false
76
- this.selectdata = res.data[0]
77
- this.$nextTick(() => {
78
- this.showtotal = true
79
- })
80
- } catch (e) {
81
- this.$showAlert('数据更新失败,请手查询更新!!!', 'danger', 3000)
82
- }
83
- },
84
- // 查询
85
- 'search' () {
86
- // 关闭详细
87
- this.showtotal = false
88
- // 显示列表数据
89
- this.showData = true
90
- // 显示分页
91
- this.$refs.query.$refs.cp.pager = true
92
- // 调用查询
93
- this.$refs.query.$refs.cp.$refs.cri.search()
94
- },
95
- // 点击功能操作
96
- 'func' (funcdata, row) {
97
- this.selectdata = Object.assign({}, funcdata, row)
98
-
99
- // 关闭分页
100
- this.$refs.query.$refs.cp.pager = false
101
- // 关闭列表数据
102
- this.showData = false
103
-
104
- this.$nextTick(() => {
105
- this.showtotal = true
106
- })
107
- }
108
- }
109
- }
110
- </script>
111
- <style scoped>
112
- /*清除浮动*/
113
- .clearfix:after,.clearfix:before{
114
- display: table;
115
- }
116
- .clearfix:after{
117
- clear: both;
118
- }
119
- .head{
120
- height: auto;
121
- font-weight: bold;
122
- color: #000000;
123
- font-family: 微软雅黑;
124
- }
125
- </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="show_data.f_process_id"
14
+ :isupload = "true"
15
+ :isdelete="true"
16
+ :isusetype="true"
17
+ :isremark = "true"
18
+ :takeimg="false"
19
+ :issearch="true"
20
+ :defname="show_data.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
+ }
41
+ },
42
+ ready () {
43
+ this.getConfig()
44
+ },
45
+ methods: {
46
+ // 获取功能配置
47
+ async getConfig () {
48
+ let res = await this.$resetpost(
49
+ 'rs/logic/ApplyGetFunction',
50
+ 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
+ orgid: this.$login.f.orgid
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
+
105
+ // 关闭分页
106
+ this.$refs.query.$refs.cp.pager = false
107
+ // 关闭列表数据
108
+ this.showData = false
109
+
110
+ this.$nextTick(() => {
111
+ this.showtotal = true
112
+ })
113
+ }
114
+ }
115
+ }
116
+ </script>
117
+ <style scoped>
118
+ /*清除浮动*/
119
+ .clearfix:after,.clearfix:before{
120
+ display: table;
121
+ }
122
+ .clearfix:after{
123
+ clear: both;
124
+ }
125
+ .head{
126
+ height: auto;
127
+ font-weight: bold;
128
+ color: #000000;
129
+ font-family: 微软雅黑;
130
+ }
131
+ </style>