apply-clients 3.4.50 → 3.4.52

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 (57) hide show
  1. package/build/dev-server.js +2 -2
  2. package/package.json +1 -1
  3. package/src/apply.js +113 -113
  4. package/src/applyAndroid.js +53 -53
  5. package/src/components/android/AppServiceView.vue +745 -745
  6. package/src/components/android/AppSign.vue +154 -154
  7. package/src/components/android/Process/AppExplorationUser.vue +507 -507
  8. package/src/components/android/Process/AppServiceControl.vue +1708 -1708
  9. package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -477
  10. package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -519
  11. package/src/components/android/Process/Processes/AppInstallationDetails.vue +482 -482
  12. package/src/components/android/Supervisory/AppSupervisoryCart.vue +156 -156
  13. package/src/components/product/Business/BusinessApply.vue +269 -269
  14. package/src/components/product/Business/CivilApply.vue +269 -269
  15. package/src/components/product/GroupByApply/ApplyGroupByList.vue +253 -253
  16. package/src/components/product/GroupByApply/ApplyGroupByMain.vue +53 -53
  17. package/src/components/product/GroupByApply/ApplyGroupByPaper.vue +376 -376
  18. package/src/components/product/Material/MaterialDetailed.vue +262 -262
  19. package/src/components/product/OldApply/Monitor/MonitorApply.vue +360 -360
  20. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +157 -157
  21. package/src/components/product/Print/IgnitionBill/IgnitionBill.vue +259 -259
  22. package/src/components/product/Print/IgnitionBill/printIgnitionBill.vue +168 -168
  23. package/src/components/product/Process/ExplorationSelect.vue +495 -495
  24. package/src/components/product/Process/ExplorationUser.vue +189 -189
  25. package/src/components/product/Process/Processes/InstallationDetails.vue +610 -610
  26. package/src/components/product/Process/Processes/Print/printCharge.vue +166 -166
  27. package/src/components/product/Process/Processes/addMaterialScience.vue +454 -454
  28. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +211 -211
  29. package/src/components/product/Process/Processes/chargeManagement.vue +656 -656
  30. package/src/components/product/Process/Processes/devicesManagement.vue +484 -484
  31. package/src/components/product/Process/Service/ServiceControl.vue +26 -21
  32. package/src/components/product/ServiceView.vue +981 -981
  33. package/src/components/product/Supervisory/SupervisoryControl.vue +137 -137
  34. package/src/components/product/Supervisory/SupervisoryList.vue +404 -404
  35. package/src/components/product/VueUtils/ApplyUpload.vue +275 -280
  36. package/src/filiale/gehua/pc/ExplorationSelect.vue +483 -483
  37. package/src/filiale/gehua/pc/ServiceControl.vue +1929 -1929
  38. package/src/filiale/gehua/pc/SupervisoryControl.vue +137 -137
  39. package/src/filiale/gehua/pc/SupervisoryServiceControl.vue +890 -890
  40. package/src/filiale/gehua/pc/buildOrderList.vue +339 -0
  41. package/src/filiale/gehua/pc/printBuildOrder.vue +243 -0
  42. package/src/filiale/gehua/pc.js +3 -2
  43. package/src/filiale/guangxi/android/Process/AppExplorationUser.vue +503 -503
  44. package/src/filiale/guangxi/android/Process/Processes/AppAddMaterialScience.vue +470 -470
  45. package/src/filiale/guangxi/android/Process/Processes/AppDevicesManagement.vue +519 -519
  46. package/src/filiale/guangxi/android/Process/Processes/AppInstallationDetails.vue +482 -482
  47. package/src/filiale/guangxi/android/Process/Processes/AppServiceControl.vue +1708 -1708
  48. package/src/filiale/guangxi/android/Process/Processes/AppServiceView.vue +766 -766
  49. package/src/filiale/guangxi/android.js +9 -9
  50. package/src/filiale/guangxi/pc/ApplyCharge/ApplyChargeList.vue +470 -470
  51. package/src/filiale/guangxi/pc/ApplyCharge/chargeManagement.vue +702 -702
  52. package/src/filiale/guangxi/pc/Process/ExplorationSelect.vue +538 -538
  53. package/src/filiale/guangxi/pc/Process/Service/ServiceControl.vue +1922 -1922
  54. package/src/filiale/guangxi/pc/Process/Service/SupervisoryServiceControl.vue +891 -891
  55. package/src/filiale/guangxi/pc/Process/Service/addMaterialScience.vue +482 -482
  56. package/src/filiale/guangxi/pc.js +15 -15
  57. package/src/main.js +23 -23
@@ -1,156 +1,156 @@
1
- <template>
2
- <div style="padding: 10px">
3
- <div partial class="auto app-text panel" style="margin-bottom: 20px">
4
- <div class="panel-body panel-self">
5
- <div class="col-xs-12">
6
- <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
7
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_user_name }}</p>
8
- </div>
9
- <div class="col-xs-12">
10
- <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
11
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_phone }}</p>
12
- </div>
13
- <div class="col-xs-12">
14
- <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
15
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_num }}</p>
16
- </div>
17
- <div class="col-xs-12">
18
- <p class="col-xs-3 text-left font"><b>客户编号:</b></p>
19
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_userinfo_code }}</p>
20
- </div>
21
- <div class="col-xs-12">
22
- <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
23
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_type }}</p>
24
- </div>
25
- <div class="col-xs-12">
26
- <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
27
- <p class="col-xs-9 text-left input-font">{{ selectdata.defname }}</p>
28
- </div>
29
- <div class="col-xs-12">
30
- <p class="col-xs-3 text-left font"><b>地&emsp;&emsp;址:</b></p>
31
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_address }}</p>
32
- </div>
33
- <div class="col-xs-12">
34
- <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
35
- <p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_date }}</p>
36
- </div>
37
- </div>
38
- </div>
39
- <div class="row" v-for="(i,row) in defnames">
40
- <div :class="row.id === selectdata.actid ? 'item selectIndex' : 'item'" @click="shouju(row)">
41
- {{row.defname}}
42
- <span v-if="row.state === '结束'">({{ row.person }})</span>
43
- <span v-if="row.state !== '结束' && row.actorexpression !== null && row.actorexpression.indexOf('PI') === 0">
44
- ({{ row.peruser }})
45
- </span>
46
- <br>
47
- {{ row.finishtime ? row.finishtime : row.sendtime }}<br>
48
- <span v-if="row.defname==='报装缴费'"> 点击此节点可查看缴费单 </span>
49
- </div>
50
- <div class="arrow glyphicon glyphicon-menu-down" v-if="i != defnames.length-1" aria-hidden="true"></div>
51
- </div>
52
- <div class="row" v-for="(i,row) in shoufeis">
53
- <apply-print-charge :selectdata="selectdata" :charge="shoufeis[i]" v-ref:print v-if="shouju2"></apply-print-charge>
54
- </div>
55
- </div>
56
- </template>
57
-
58
- <script>
59
- import {HttpResetClass} from 'vue-client'
60
- export default {
61
- title: '流程节点',
62
- props: ['selectdata'],
63
- data () {
64
- return {
65
- defnames: [],
66
- shouju2:false,
67
- shoufeis:[]
68
- }
69
- },
70
- ready () {
71
- this.initial()
72
- },
73
- methods: {
74
- async shouju(row){
75
- if(!this.shouju2){
76
- this.$showMessage('往下滑动可看到缴费单!')
77
- }
78
- console.log("进入方法 哈哈哈哈哈哈")
79
- delete row.id
80
- row = Object.assign({},this.selectdata,row)
81
- if(row.defname =='报装缴费'){
82
- console.log("点击缴费了 嘻嘻嘻嘻")
83
- let http = new HttpResetClass()
84
- let data = {
85
- tablename: 't_charge_record',
86
- condition: `f_process_id = '${this.selectdata.f_process_id}'`
87
- }
88
- let res = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/singleTable`, {data:data}, {
89
- resolveMsg: null,
90
- rejectMsg: '收费信息查询失败!!!'
91
- })
92
- debugger
93
- console.log('打印收费记录',res.data.length)
94
- if(res.data.length >0){
95
- console.log("发请求了 哈哈哈哈哈哈")
96
- this.shoufeis=res.data
97
- this.shouju2=!this.shouju2
98
- }else{
99
- console.log("没数据 呜呜呜")
100
- this.$showMessage('该数据没有缴费记录!!!')
101
- return
102
- }
103
- }
104
- },
105
- async initial() {
106
- // 获取流程节点信息
107
- let http = new HttpResetClass()
108
- let data = {
109
- processid: this.selectdata.f_process_id
110
- }
111
- let res = await http.load(
112
- 'POST',
113
- `${this.$androidUtil.getProxyUrl()}/rs/sql/getAllNode`,
114
- // `rs/sql/getAllNode`,
115
- {data: data},
116
- {
117
- resolveMsg:null,
118
- rejectMsg:null
119
- })
120
- this.defnames = res.data
121
- },
122
- },
123
- watch: {
124
- }
125
- }
126
- </script>
127
-
128
- <style scoped>
129
- .app-text {
130
- font-size: 12px;
131
- }
132
- .panel-self{
133
- border-radius: 10px;
134
- border:1px solid #499EDF;
135
- background-color: #F8F8F8;
136
- }
137
- .row{
138
- padding: 0 40px;
139
- text-align: center;
140
- height: auto;
141
- }
142
- .item{
143
- border-radius: 2em;
144
- border: 1px solid silver;
145
- line-height: 25px;
146
- }
147
- .arrow{
148
- width: 100%;
149
- color: #5ac0d9;
150
- font-weight: bold;
151
- }
152
- .selectIndex{
153
- background-color: #5ac0d9;
154
- color: #ffffff;
155
- }
156
- </style>
1
+ <template>
2
+ <div style="padding: 10px">
3
+ <div partial class="auto app-text panel" style="margin-bottom: 20px">
4
+ <div class="panel-body panel-self">
5
+ <div class="col-xs-12">
6
+ <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
7
+ <p class="col-xs-9 text-left input-font">{{ selectdata.f_user_name }}</p>
8
+ </div>
9
+ <div class="col-xs-12">
10
+ <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
11
+ <p class="col-xs-9 text-left input-font">{{ selectdata.f_phone }}</p>
12
+ </div>
13
+ <div class="col-xs-12">
14
+ <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
15
+ <p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_num }}</p>
16
+ </div>
17
+ <div class="col-xs-12">
18
+ <p class="col-xs-3 text-left font"><b>客户编号:</b></p>
19
+ <p class="col-xs-9 text-left input-font">{{ selectdata.f_userinfo_code }}</p>
20
+ </div>
21
+ <div class="col-xs-12">
22
+ <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
23
+ <p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_type }}</p>
24
+ </div>
25
+ <div class="col-xs-12">
26
+ <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
27
+ <p class="col-xs-9 text-left input-font">{{ selectdata.defname }}</p>
28
+ </div>
29
+ <div class="col-xs-12">
30
+ <p class="col-xs-3 text-left font"><b>地&emsp;&emsp;址:</b></p>
31
+ <p class="col-xs-9 text-left input-font">{{ selectdata.f_address }}</p>
32
+ </div>
33
+ <div class="col-xs-12">
34
+ <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
35
+ <p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_date }}</p>
36
+ </div>
37
+ </div>
38
+ </div>
39
+ <div class="row" v-for="(i,row) in defnames">
40
+ <div :class="row.id === selectdata.actid ? 'item selectIndex' : 'item'" @click="shouju(row)">
41
+ {{row.defname}}
42
+ <span v-if="row.state === '结束'">({{ row.person }})</span>
43
+ <span v-if="row.state !== '结束' && row.actorexpression !== null && row.actorexpression.indexOf('PI') === 0">
44
+ ({{ row.peruser }})
45
+ </span>
46
+ <br>
47
+ {{ row.finishtime ? row.finishtime : row.sendtime }}<br>
48
+ <span v-if="row.defname==='报装缴费'"> 点击此节点可查看缴费单 </span>
49
+ </div>
50
+ <div class="arrow glyphicon glyphicon-menu-down" v-if="i != defnames.length-1" aria-hidden="true"></div>
51
+ </div>
52
+ <div class="row" v-for="(i,row) in shoufeis">
53
+ <apply-print-charge :selectdata="selectdata" :charge="shoufeis[i]" v-ref:print v-if="shouju2"></apply-print-charge>
54
+ </div>
55
+ </div>
56
+ </template>
57
+
58
+ <script>
59
+ import {HttpResetClass} from 'vue-client'
60
+ export default {
61
+ title: '流程节点',
62
+ props: ['selectdata'],
63
+ data () {
64
+ return {
65
+ defnames: [],
66
+ shouju2:false,
67
+ shoufeis:[]
68
+ }
69
+ },
70
+ ready () {
71
+ this.initial()
72
+ },
73
+ methods: {
74
+ async shouju(row){
75
+ if(!this.shouju2){
76
+ this.$showMessage('往下滑动可看到缴费单!')
77
+ }
78
+ console.log("进入方法 哈哈哈哈哈哈")
79
+ delete row.id
80
+ row = Object.assign({},this.selectdata,row)
81
+ if(row.defname =='报装缴费'){
82
+ console.log("点击缴费了 嘻嘻嘻嘻")
83
+ let http = new HttpResetClass()
84
+ let data = {
85
+ tablename: 't_charge_record',
86
+ condition: `f_process_id = '${this.selectdata.f_process_id}'`
87
+ }
88
+ let res = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/singleTable`, {data:data}, {
89
+ resolveMsg: null,
90
+ rejectMsg: '收费信息查询失败!!!'
91
+ })
92
+ debugger
93
+ console.log('打印收费记录',res.data.length)
94
+ if(res.data.length >0){
95
+ console.log("发请求了 哈哈哈哈哈哈")
96
+ this.shoufeis=res.data
97
+ this.shouju2=!this.shouju2
98
+ }else{
99
+ console.log("没数据 呜呜呜")
100
+ this.$showMessage('该数据没有缴费记录!!!')
101
+ return
102
+ }
103
+ }
104
+ },
105
+ async initial() {
106
+ // 获取流程节点信息
107
+ let http = new HttpResetClass()
108
+ let data = {
109
+ processid: this.selectdata.f_process_id
110
+ }
111
+ let res = await http.load(
112
+ 'POST',
113
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/getAllNode`,
114
+ // `rs/sql/getAllNode`,
115
+ {data: data},
116
+ {
117
+ resolveMsg:null,
118
+ rejectMsg:null
119
+ })
120
+ this.defnames = res.data
121
+ },
122
+ },
123
+ watch: {
124
+ }
125
+ }
126
+ </script>
127
+
128
+ <style scoped>
129
+ .app-text {
130
+ font-size: 12px;
131
+ }
132
+ .panel-self{
133
+ border-radius: 10px;
134
+ border:1px solid #499EDF;
135
+ background-color: #F8F8F8;
136
+ }
137
+ .row{
138
+ padding: 0 40px;
139
+ text-align: center;
140
+ height: auto;
141
+ }
142
+ .item{
143
+ border-radius: 2em;
144
+ border: 1px solid silver;
145
+ line-height: 25px;
146
+ }
147
+ .arrow{
148
+ width: 100%;
149
+ color: #5ac0d9;
150
+ font-weight: bold;
151
+ }
152
+ .selectIndex{
153
+ background-color: #5ac0d9;
154
+ color: #ffffff;
155
+ }
156
+ </style>