apply-clients 3.3.68 → 3.3.71-2

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 (46) hide show
  1. package/build/dev-server-app.js +2 -2
  2. package/build/dev-server.js +127 -133
  3. package/package.json +1 -1
  4. package/src/AndroidApp.vue +35 -35
  5. package/src/App.vue +20 -20
  6. package/src/apply.js +92 -89
  7. package/src/applyAndroid.js +31 -31
  8. package/src/components/android/AppOnetomany.vue +301 -301
  9. package/src/components/android/AppServiceView.vue +36 -0
  10. package/src/components/android/AppSign.vue +142 -142
  11. package/src/components/android/Function/AppInstallFunction.vue +366 -366
  12. package/src/components/android/Process/AppExplorationUser.vue +177 -27
  13. package/src/components/android/Process/AppServiceControl.vue +228 -1
  14. package/src/components/android/Process/Processes/AppBuildSign.vue +46 -46
  15. package/src/components/android/Process/Processes/AppInstallationDetails.vue +473 -471
  16. package/src/components/android/Supervisory/AppProcessSupervisory.vue +311 -300
  17. package/src/components/android/Supervisory/AppSupervisoryCart.vue +119 -119
  18. package/src/components/image/dwg.jpg +0 -0
  19. package/src/components/image/txt.jpg +0 -0
  20. package/src/components/product/ApplyCharge/ApplyChargeList.vue +382 -382
  21. package/src/components/product/Business/BusinessApply.vue +242 -242
  22. package/src/components/product/Function/InstallFunction.vue +132 -132
  23. package/src/components/product/Function/Service/FunctionServiceControl.vue +445 -445
  24. package/src/components/product/Material/MaterialDetailed.vue +252 -235
  25. package/src/components/product/OldApply/Monitor/MonitorApply.vue +329 -329
  26. package/src/components/product/OldApply/OldApply.vue +150 -150
  27. package/src/components/product/Onetomany.vue +377 -377
  28. package/src/components/product/Print/BuildOrder/buildOrderList.vue +264 -264
  29. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +153 -153
  30. package/src/components/product/Print/IgnitionBill/IgnitionBill.vue +259 -0
  31. package/src/components/product/Print/IgnitionBill/printIgnitionBill.vue +168 -0
  32. package/src/components/product/Process/ExplorationSelect.vue +452 -457
  33. package/src/components/product/Process/ExplorationUser.vue +189 -147
  34. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -142
  35. package/src/components/product/Process/Processes/Print/printRefund.vue +196 -196
  36. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +211 -211
  37. package/src/components/product/Process/Service/ServiceControl.vue +1362 -1362
  38. package/src/components/product/ServiceView.vue +631 -631
  39. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +863 -863
  40. package/src/components/product/Supervisory/SupervisoryControl.vue +137 -137
  41. package/src/components/product/Supervisory/SupervisoryList.vue +5 -0
  42. package/src/components/product/Supervisory/SupervisoryhCart.vue +130 -130
  43. package/src/components/product/VueUtils/ApplyUpload.vue +275 -273
  44. package/src/components/product/VueUtils/HighMeter.vue +208 -208
  45. package/src/main.js +27 -23
  46. package/yarn.lock +9013 -0
@@ -1,119 +1,119 @@
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'">
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 }}
48
- </div>
49
- <div class="arrow glyphicon glyphicon-menu-down" v-if="i != defnames.length-1" aria-hidden="true"></div>
50
- </div>
51
- </div>
52
- </template>
53
-
54
- <script>
55
- import {HttpResetClass} from 'vue-client'
56
- export default {
57
- title: '流程节点',
58
- props: ['selectdata'],
59
- data () {
60
- return {
61
- defnames: []
62
- }
63
- },
64
- ready () {
65
- this.initial()
66
- },
67
- methods: {
68
- async initial() {
69
- // 获取流程节点信息
70
- let http = new HttpResetClass()
71
- let data = {
72
- processid: this.selectdata.f_process_id
73
- }
74
- let res = await http.load(
75
- 'POST',
76
- `${this.$androidUtil.getProxyUrl()}/rs/sql/getAllNode`,
77
- // `rs/sql/getAllNode`,
78
- {data: data},
79
- {
80
- resolveMsg:null,
81
- rejectMsg:null
82
- })
83
- this.defnames = res.data
84
- },
85
- },
86
- watch: {
87
- }
88
- }
89
- </script>
90
-
91
- <style scoped>
92
- .app-text {
93
- font-size: 12px;
94
- }
95
- .panel-self{
96
- border-radius: 10px;
97
- border:1px solid #499EDF;
98
- background-color: #F8F8F8;
99
- }
100
- .row{
101
- padding: 0 40px;
102
- text-align: center;
103
- height: auto;
104
- }
105
- .item{
106
- border-radius: 2em;
107
- border: 1px solid silver;
108
- line-height: 25px;
109
- }
110
- .arrow{
111
- width: 100%;
112
- color: #5ac0d9;
113
- font-weight: bold;
114
- }
115
- .selectIndex{
116
- background-color: #5ac0d9;
117
- color: #ffffff;
118
- }
119
- </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'">
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 }}
48
+ </div>
49
+ <div class="arrow glyphicon glyphicon-menu-down" v-if="i != defnames.length-1" aria-hidden="true"></div>
50
+ </div>
51
+ </div>
52
+ </template>
53
+
54
+ <script>
55
+ import {HttpResetClass} from 'vue-client'
56
+ export default {
57
+ title: '流程节点',
58
+ props: ['selectdata'],
59
+ data () {
60
+ return {
61
+ defnames: []
62
+ }
63
+ },
64
+ ready () {
65
+ this.initial()
66
+ },
67
+ methods: {
68
+ async initial() {
69
+ // 获取流程节点信息
70
+ let http = new HttpResetClass()
71
+ let data = {
72
+ processid: this.selectdata.f_process_id
73
+ }
74
+ let res = await http.load(
75
+ 'POST',
76
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/getAllNode`,
77
+ // `rs/sql/getAllNode`,
78
+ {data: data},
79
+ {
80
+ resolveMsg:null,
81
+ rejectMsg:null
82
+ })
83
+ this.defnames = res.data
84
+ },
85
+ },
86
+ watch: {
87
+ }
88
+ }
89
+ </script>
90
+
91
+ <style scoped>
92
+ .app-text {
93
+ font-size: 12px;
94
+ }
95
+ .panel-self{
96
+ border-radius: 10px;
97
+ border:1px solid #499EDF;
98
+ background-color: #F8F8F8;
99
+ }
100
+ .row{
101
+ padding: 0 40px;
102
+ text-align: center;
103
+ height: auto;
104
+ }
105
+ .item{
106
+ border-radius: 2em;
107
+ border: 1px solid silver;
108
+ line-height: 25px;
109
+ }
110
+ .arrow{
111
+ width: 100%;
112
+ color: #5ac0d9;
113
+ font-weight: bold;
114
+ }
115
+ .selectIndex{
116
+ background-color: #5ac0d9;
117
+ color: #ffffff;
118
+ }
119
+ </style>
Binary file
Binary file