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,149 +1,149 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <div :class="showData ? 'top' : 'auto'" v-show="showQuery">
5
- <exploration-select v-ref:query :show-data="showData"></exploration-select>
6
- </div>
7
- <div v-if="showtotal" style="height: 89%">
8
- <tabset v-ref:tabs :close="false">
9
- <tab :header='selectdata.defname'>
10
- <service-control v-ref:service :selectdata="selectdata"></service-control>
11
- </tab>
12
- <tab header='地图'>
13
- <apply-map-com :selectdata="selectdata"></apply-map-com>
14
- </tab>
15
- <tab header='附件'>
16
- <apply-upload :blodid="selectdata.f_process_id"
17
- :isupload = "true"
18
- :isdelete="true"
19
- :isusetype="true"
20
- :isremark = "true"
21
- :takeimg="true"
22
- :issearch="true"
23
- :defname="selectdata.defname">
24
- </apply-upload>
25
- </tab>
26
- </tabset>
27
- </div>
28
- </div>
29
- </div>
30
- </template>
31
- <script>
32
- import Vue from 'vue'
33
- import {HttpResetClass} from 'vue-client'
34
- export default {
35
- title: '报建流程',
36
- data () {
37
- return {
38
- showQuery: true, // 控制查询页
39
- showData: true, // 控制列表数据
40
- showtotal: false, // 详情显示
41
- selectdata: {},
42
- xmlname: '' // 配置文件名
43
- }
44
- },
45
- ready () {
46
- },
47
- methods: {
48
- // 获取页面配置json文件
49
- async loadName () {
50
-
51
- let data = {
52
- workname: this.selectdata.processname
53
- }
54
- let http = new HttpResetClass()
55
- let res = await http.load(
56
- 'POST',
57
- 'rs/logic/ApplyGetConfigs',
58
- {data: data},
59
- {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
60
- )
61
-
62
- Vue.prototype.$workflow_vue = res.data
63
- }
64
- },
65
- events: {
66
- 'locationclick' (res) {
67
- console.log('/*/*/*/*/*/*/*/*/*/*/*/*/*/**/*/*/*/*')
68
- this.$refs.service.setLabelValue('定位地址', res.pname + res.cityname + res.adname + res.address + res.name)
69
- this.$refs.service.show_data.f_longitude = res.location.lng
70
- this.$refs.service.show_data.f_dimension = res.location.lat
71
- },
72
- 'onMessage' (data) {
73
- console.log('接收消息')
74
- console.log(data)
75
- if (data.type === 'apply-task') {
76
- this.$refs.query.$refs.cp.$refs.cri.search()
77
- }
78
- },
79
- // 刷新控制层
80
- async 'breakControl' (servicedata) {
81
-
82
- if (servicedata.id) {
83
- let data = {
84
- condition: `u.id = ${servicedata.id}`,
85
- data: {
86
- userid: this.$login.f.id,
87
- orgid: this.$login.f.orgid
88
- }
89
- }
90
- let res = await this.$resetpost(
91
- 'rs/sql/checkuser',
92
- {data: data},
93
- {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
94
- )
95
-
96
- this.selectdata = res.data[0]
97
- } else {
98
- this.selectdata = servicedata
99
- }
100
-
101
- this.showtotal = false
102
- this.$nextTick(() => {
103
- this.showtotal = true
104
- })
105
-
106
- },
107
- // 初始化
108
- async 'apply' (val) {
109
- this.showtotal = false
110
- this.selectdata = val
111
-
112
- // 次方法必须同步执行,否则后续会出问题
113
- // 获取页面json配置文件
114
- await this.loadName()
115
-
116
- // 显示详细
117
- this.showtotal = true
118
- // 关闭列表数据
119
- this.showData = false
120
- // 关闭分页
121
- this.$refs.query.$refs.cp.pager = false
122
- },
123
- 'search' () {
124
- this.selectdata = null
125
- // 关闭详细
126
- this.showtotal = false
127
- // 显示列表数据
128
- this.showData = true
129
- // 显示分页
130
- this.$refs.query.$refs.cp.pager = true
131
- // 调用查询
132
- this.$refs.query.$refs.cp.$refs.cri.search()
133
- },
134
- 'loadPage' () {
135
- this.selectdata = null
136
- // 关闭详细
137
- this.showtotal = false
138
- // 显示列表数据
139
- this.showData = true
140
- // 显示分页
141
- this.$refs.query.$refs.cp.pager = true
142
- // 调用查询
143
- this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
144
- }
145
- },
146
- watch: {
147
- }
148
- }
149
- </script>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <div :class="showData ? 'top' : 'auto'" v-show="showQuery">
5
+ <exploration-select v-ref:query :show-data="showData"></exploration-select>
6
+ </div>
7
+ <div v-if="showtotal" style="height: 89%">
8
+ <tabset v-ref:tabs :close="false">
9
+ <tab :header='selectdata.defname'>
10
+ <service-control v-ref:service :selectdata="selectdata"></service-control>
11
+ </tab>
12
+ <tab header='地图'>
13
+ <apply-map-com :selectdata="selectdata"></apply-map-com>
14
+ </tab>
15
+ <tab header='附件'>
16
+ <apply-upload :blodid="selectdata.f_process_id"
17
+ :isupload = "true"
18
+ :isdelete="true"
19
+ :isusetype="true"
20
+ :isremark = "true"
21
+ :takeimg="true"
22
+ :issearch="true"
23
+ :defname="selectdata.defname">
24
+ </apply-upload>
25
+ </tab>
26
+ </tabset>
27
+ </div>
28
+ </div>
29
+ </div>
30
+ </template>
31
+ <script>
32
+ import Vue from 'vue'
33
+ import {HttpResetClass} from 'vue-client'
34
+ export default {
35
+ title: '报建流程',
36
+ data () {
37
+ return {
38
+ showQuery: true, // 控制查询页
39
+ showData: true, // 控制列表数据
40
+ showtotal: false, // 详情显示
41
+ selectdata: {},
42
+ xmlname: '' // 配置文件名
43
+ }
44
+ },
45
+ ready () {
46
+ },
47
+ methods: {
48
+ // 获取页面配置json文件
49
+ async loadName () {
50
+
51
+ let data = {
52
+ workname: this.selectdata.processname
53
+ }
54
+ let http = new HttpResetClass()
55
+ let res = await http.load(
56
+ 'POST',
57
+ 'rs/logic/ApplyGetConfigs',
58
+ {data: data},
59
+ {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
60
+ )
61
+
62
+ Vue.prototype.$workflow_vue = res.data
63
+ }
64
+ },
65
+ events: {
66
+ 'locationclick' (res) {
67
+ console.log('/*/*/*/*/*/*/*/*/*/*/*/*/*/**/*/*/*/*')
68
+ this.$refs.service.setLabelValue('定位地址', res.pname + res.cityname + res.adname + res.address + res.name)
69
+ this.$refs.service.show_data.f_longitude = res.location.lng
70
+ this.$refs.service.show_data.f_dimension = res.location.lat
71
+ },
72
+ 'onMessage' (data) {
73
+ console.log('接收消息')
74
+ console.log(data)
75
+ if (data.type === 'apply-task') {
76
+ this.$refs.query.$refs.cp.$refs.cri.search()
77
+ }
78
+ },
79
+ // 刷新控制层
80
+ async 'breakControl' (servicedata) {
81
+
82
+ if (servicedata.id) {
83
+ let data = {
84
+ condition: `u.id = ${servicedata.id}`,
85
+ data: {
86
+ userid: this.$login.f.id,
87
+ orgid: this.$login.f.orgid
88
+ }
89
+ }
90
+ let res = await this.$resetpost(
91
+ 'rs/sql/checkuser',
92
+ {data: data},
93
+ {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
94
+ )
95
+
96
+ this.selectdata = res.data[0]
97
+ } else {
98
+ this.selectdata = servicedata
99
+ }
100
+
101
+ this.showtotal = false
102
+ this.$nextTick(() => {
103
+ this.showtotal = true
104
+ })
105
+
106
+ },
107
+ // 初始化
108
+ async 'apply' (val) {
109
+ this.showtotal = false
110
+ this.selectdata = val
111
+
112
+ // 次方法必须同步执行,否则后续会出问题
113
+ // 获取页面json配置文件
114
+ await this.loadName()
115
+
116
+ // 显示详细
117
+ this.showtotal = true
118
+ // 关闭列表数据
119
+ this.showData = false
120
+ // 关闭分页
121
+ this.$refs.query.$refs.cp.pager = false
122
+ },
123
+ 'search' () {
124
+ this.selectdata = null
125
+ // 关闭详细
126
+ this.showtotal = false
127
+ // 显示列表数据
128
+ this.showData = true
129
+ // 显示分页
130
+ this.$refs.query.$refs.cp.pager = true
131
+ // 调用查询
132
+ this.$refs.query.$refs.cp.$refs.cri.search()
133
+ },
134
+ 'loadPage' () {
135
+ this.selectdata = null
136
+ // 关闭详细
137
+ this.showtotal = false
138
+ // 显示列表数据
139
+ this.showData = true
140
+ // 显示分页
141
+ this.$refs.query.$refs.cp.pager = true
142
+ // 调用查询
143
+ this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
144
+ }
145
+ },
146
+ watch: {
147
+ }
148
+ }
149
+ </script>
@@ -1,67 +1,67 @@
1
- <template>
2
- <div style="background-color: #ffffff;padding: 10px;">
3
- <template v-if="this.selectdata.defname === '报装申请' && this.selectdata.f_apply_source === '线下发起'">
4
- <amap-pick-main
5
- @locationclick="locationclick"
6
- ></amap-pick-main>
7
- </template>
8
- <template v-else>
9
- <amap-location
10
- :isshowsearch="false"
11
- :mylocationinfo="false"
12
- :isshowmapmodel="false"
13
- :islocation="false"
14
- mapmodel="dragMarker"
15
- :labelmarksarray="labelmarksarray"
16
- ></amap-location>
17
- </template>
18
- </div>
19
- </template>
20
- <script>
21
- import Vue from 'vue'
22
- export default {
23
- title: '地图',
24
- props: {
25
- selectdata: {
26
- type: Object
27
- }
28
- },
29
- data () {
30
- return {
31
- }
32
- },
33
- ready () {
34
- console.log('-----------------------进入地图-------------------------')
35
- },
36
- methods: {
37
- locationclick (res) {
38
- console.log('=======选点回调=======')
39
- console.log(res)
40
-
41
- this.$dispatch('locationclick', res)
42
- }
43
- },
44
- events: {
45
- },
46
- computed: {
47
- labelmarksarray () {
48
- return [{
49
- data: {
50
- data: this.selectdata,
51
- label: `<div style="background: #fff;border-radius: 5px;height: 100px;padding: 5px">
52
- <h5>${this.selectdata.f_user_name}</h5>
53
- <h5>${this.selectdata.f_phone}</h5>
54
- <h5>${this.selectdata.f_order_address}</h5>
55
- </div>`
56
- },
57
- position: [this.selectdata.f_longitude, this.selectdata.f_dimension],
58
- isclearmarker: false
59
- }]
60
- }
61
- },
62
- watch: {
63
- }
64
- }
65
- </script>
66
- <style scoped>
67
- </style>
1
+ <template>
2
+ <div style="background-color: #ffffff;padding: 10px;">
3
+ <template v-if="this.selectdata.defname === '报装申请' && this.selectdata.f_apply_source === '线下发起'">
4
+ <amap-pick-main
5
+ @locationclick="locationclick"
6
+ ></amap-pick-main>
7
+ </template>
8
+ <template v-else>
9
+ <amap-location
10
+ :isshowsearch="false"
11
+ :mylocationinfo="false"
12
+ :isshowmapmodel="false"
13
+ :islocation="false"
14
+ mapmodel="dragMarker"
15
+ :labelmarksarray="labelmarksarray"
16
+ ></amap-location>
17
+ </template>
18
+ </div>
19
+ </template>
20
+ <script>
21
+ import Vue from 'vue'
22
+ export default {
23
+ title: '地图',
24
+ props: {
25
+ selectdata: {
26
+ type: Object
27
+ }
28
+ },
29
+ data () {
30
+ return {
31
+ }
32
+ },
33
+ ready () {
34
+ console.log('-----------------------进入地图-------------------------')
35
+ },
36
+ methods: {
37
+ locationclick (res) {
38
+ console.log('=======选点回调=======')
39
+ console.log(res)
40
+
41
+ this.$dispatch('locationclick', res)
42
+ }
43
+ },
44
+ events: {
45
+ },
46
+ computed: {
47
+ labelmarksarray () {
48
+ return [{
49
+ data: {
50
+ data: this.selectdata,
51
+ label: `<div style="background: #fff;border-radius: 5px;height: 100px;padding: 5px">
52
+ <h5>${this.selectdata.f_user_name}</h5>
53
+ <h5>${this.selectdata.f_phone}</h5>
54
+ <h5>${this.selectdata.f_order_address}</h5>
55
+ </div>`
56
+ },
57
+ position: [this.selectdata.f_longitude, this.selectdata.f_dimension],
58
+ isclearmarker: false
59
+ }]
60
+ }
61
+ },
62
+ watch: {
63
+ }
64
+ }
65
+ </script>
66
+ <style scoped>
67
+ </style>