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,157 +1,157 @@
1
- <template>
2
- <style id="printBuildOrderStyle">
3
- td{
4
- height: 30px;
5
- text-align: center;
6
- }
7
- table{
8
- margin: auto;
9
- width: 100%;
10
- border-collapse:collapse;
11
- border: 1px solid black;
12
- }
13
- h1,h2,h3,h4,h5,h6 {
14
- text-align: center;
15
- }
16
- .sign {
17
- vertical-align: top;
18
- padding: 10px;
19
- }
20
- .material {
21
- text-align: left;
22
- vertical-align: top;
23
- padding: 10px;
24
- }
25
- </style>
26
-
27
- <div id="printBuildOrder">
28
- <h2><span style="letter-spacing: 15px">施工安装通知单</span></h2>
29
- <table border="1">
30
- <tr>
31
- <td>用户姓名</td>
32
- <td>{{ selectdata.f_user_name }}</td>
33
- <td>报装编号</td>
34
- <td>{{ selectdata.f_apply_num }}</td>
35
- <td>电&emsp;&emsp;&emsp;&emsp;话</td>
36
- <td>{{ selectdata.f_phone }}</td>
37
- </tr>
38
- <tr>
39
- <td>用户地址</td>
40
- <td colspan="3">{{ selectdata.f_address }}</td>
41
- <td>施工安装时间</td>
42
- <td>{{ selectdata.f_construction_date }}</td>
43
- </tr>
44
- <tr>
45
- <td>安装项目</td>
46
- <td>{{ parse }}</td>
47
- <td>通知时间</td>
48
- <td>{{ selectdata.sendtime }}</td>
49
- <td>施工安装单位</td>
50
- <td>{{ selectdata.f_construction_unit }}</td>
51
- </tr>
52
- <tr>
53
- <td>表号</td>
54
- <td colspan="2">{{ selectdata.f_meternumber }}</td>
55
- <td>表封号</td>
56
- <td colspan="2">{{ selectdata.f_metertitles }}</td>
57
- </tr>
58
- <tr>
59
- <td colspan="6" class="material">
60
- <p style="margin: 0px 0px 10px 0px">施工安装情况</p>
61
- <p style="margin: 0px 0px 10px 0px">{{ selectdata.f_material }}</p>
62
- <!-- <p v-for="item in selectdata.onetomany[0].rows" style="width: auto;display: inline-block;margin: 0px 15px 5px 0px">-->
63
- <!-- <span style="margin-right: 10px">{{$index + 1}}、{{item.f_material_name}}{{item.f_material_style}}</span>{{item.f_material_number}}{{item.f_material_unit}}-->
64
- <!-- </p>-->
65
- </td>
66
- </tr>
67
- <tr style="height: 80px">
68
- <td colspan="2" class="sign">施工安装单位(签字)</td>
69
- <td colspan="2" class="sign">工程验收(签字)</td>
70
- <td colspan="2" class="sign">用户(签字):<img src='{{selectdata.f_downloadpath}}' style="width: 90px ;height: 70px"></td>
71
- </tr>
72
- <tr>
73
- <td>备&emsp;&emsp;注</td>
74
- <td colspan="5">{{ selectdata.f_construction_remarks }}</td>
75
- </tr>
76
- <tr>
77
- <td>报建备注</td>
78
- <td colspan="5">{{ selectdata.f_apply_remarks }}</td>
79
- </tr>
80
- </table>
81
- </div>
82
-
83
- <print-element v-show="false" v-ref:print id='printBuildOrder' styleid='printBuildOrderStyle'
84
- top='10' left='30' width='100%' height='100%' :type="type">
85
- </print-element>
86
-
87
- </template>
88
-
89
- <script>
90
- import { isEmpty } from '../../../Util'
91
- import {HttpResetClass} from "vue-client";
92
- Date.prototype.Format = function (fmt) {
93
- var o = {
94
- "M+": this.getMonth() + 1, //月份
95
- "d+": this.getDate(), //日
96
- "H+": this.getHours(), //小时
97
- "m+": this.getMinutes(), //分
98
- "s+": this.getSeconds(), //秒
99
- "q+": Math.floor((this.getMonth() + 3) / 3), //季度
100
- "S": this.getMilliseconds() //毫秒
101
- };
102
- if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
103
- for (var k in o)
104
- if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
105
- return fmt;
106
- }
107
- export default {
108
- title: '施工安装通知单',
109
- props: {
110
- selectdata: {
111
- type: Object
112
- },
113
- type: {
114
- type: String
115
- }
116
- },
117
- data () {
118
- return {
119
- showModal: false,
120
- userfile: null
121
- }
122
- },
123
- ready () {
124
- },
125
- methods: {
126
- print () {
127
- this.$refs.print.PrintTable()
128
- }
129
- },
130
- computed: {
131
- parse () {
132
- return JSON.parse(this.selectdata.f_install_project).toString()
133
- },
134
- orgs () {
135
- return this.$login.f.orgs
136
- }
137
- }
138
- }
139
- </script>
140
-
141
- <style scoped>
142
- .control-label-justify {
143
- display: inline-block;
144
- vertical-align: top;
145
- width: 130px;
146
- text-align: justify;
147
- font-family: PingFang-SC-Bold;
148
- }
149
-
150
- .control-label-justify::after {
151
- content: "";
152
- display: inline-block;
153
- width: 100%;
154
- overflow: hidden;
155
- height: 0;
156
- }
157
- </style>
1
+ <template>
2
+ <style id="printBuildOrderStyle">
3
+ td{
4
+ height: 30px;
5
+ text-align: center;
6
+ }
7
+ table{
8
+ margin: auto;
9
+ width: 100%;
10
+ border-collapse:collapse;
11
+ border: 1px solid black;
12
+ }
13
+ h1,h2,h3,h4,h5,h6 {
14
+ text-align: center;
15
+ }
16
+ .sign {
17
+ vertical-align: top;
18
+ padding: 10px;
19
+ }
20
+ .material {
21
+ text-align: left;
22
+ vertical-align: top;
23
+ padding: 10px;
24
+ }
25
+ </style>
26
+
27
+ <div id="printBuildOrder">
28
+ <h2><span style="letter-spacing: 15px">施工安装通知单</span></h2>
29
+ <table border="1">
30
+ <tr>
31
+ <td>用户姓名</td>
32
+ <td>{{ selectdata.f_user_name }}</td>
33
+ <td>报装编号</td>
34
+ <td>{{ selectdata.f_apply_num }}</td>
35
+ <td>电&emsp;&emsp;&emsp;&emsp;话</td>
36
+ <td>{{ selectdata.f_phone }}</td>
37
+ </tr>
38
+ <tr>
39
+ <td>用户地址</td>
40
+ <td colspan="3">{{ selectdata.f_address }}</td>
41
+ <td>施工安装时间</td>
42
+ <td>{{ selectdata.f_construction_date }}</td>
43
+ </tr>
44
+ <tr>
45
+ <td>安装项目</td>
46
+ <td>{{ parse }}</td>
47
+ <td>通知时间</td>
48
+ <td>{{ selectdata.sendtime }}</td>
49
+ <td>施工安装单位</td>
50
+ <td>{{ selectdata.f_construction_unit }}</td>
51
+ </tr>
52
+ <tr>
53
+ <td>表号</td>
54
+ <td colspan="2">{{ selectdata.f_meternumber }}</td>
55
+ <td>表封号</td>
56
+ <td colspan="2">{{ selectdata.f_metertitles }}</td>
57
+ </tr>
58
+ <tr>
59
+ <td colspan="6" class="material">
60
+ <p style="margin: 0px 0px 10px 0px">施工安装情况</p>
61
+ <p style="margin: 0px 0px 10px 0px">{{ selectdata.f_material }}</p>
62
+ <!-- <p v-for="item in selectdata.onetomany[0].rows" style="width: auto;display: inline-block;margin: 0px 15px 5px 0px">-->
63
+ <!-- <span style="margin-right: 10px">{{$index + 1}}、{{item.f_material_name}}{{item.f_material_style}}</span>{{item.f_material_number}}{{item.f_material_unit}}-->
64
+ <!-- </p>-->
65
+ </td>
66
+ </tr>
67
+ <tr style="height: 80px">
68
+ <td colspan="2" class="sign">施工安装单位(签字)</td>
69
+ <td colspan="2" class="sign">工程验收(签字)</td>
70
+ <td colspan="2" class="sign">用户(签字):<img src='{{selectdata.f_downloadpath}}' style="width: 90px ;height: 70px"></td>
71
+ </tr>
72
+ <tr>
73
+ <td>备&emsp;&emsp;注</td>
74
+ <td colspan="5">{{ selectdata.f_construction_remarks }}</td>
75
+ </tr>
76
+ <tr>
77
+ <td>报建备注</td>
78
+ <td colspan="5">{{ selectdata.f_apply_remarks }}</td>
79
+ </tr>
80
+ </table>
81
+ </div>
82
+
83
+ <print-element v-show="false" v-ref:print id='printBuildOrder' styleid='printBuildOrderStyle'
84
+ top='10' left='30' width='100%' height='100%' :type="type">
85
+ </print-element>
86
+
87
+ </template>
88
+
89
+ <script>
90
+ import { isEmpty } from '../../../Util'
91
+ import {HttpResetClass} from "vue-client";
92
+ Date.prototype.Format = function (fmt) {
93
+ var o = {
94
+ "M+": this.getMonth() + 1, //月份
95
+ "d+": this.getDate(), //日
96
+ "H+": this.getHours(), //小时
97
+ "m+": this.getMinutes(), //分
98
+ "s+": this.getSeconds(), //秒
99
+ "q+": Math.floor((this.getMonth() + 3) / 3), //季度
100
+ "S": this.getMilliseconds() //毫秒
101
+ };
102
+ if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
103
+ for (var k in o)
104
+ if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
105
+ return fmt;
106
+ }
107
+ export default {
108
+ title: '施工安装通知单',
109
+ props: {
110
+ selectdata: {
111
+ type: Object
112
+ },
113
+ type: {
114
+ type: String
115
+ }
116
+ },
117
+ data () {
118
+ return {
119
+ showModal: false,
120
+ userfile: null
121
+ }
122
+ },
123
+ ready () {
124
+ },
125
+ methods: {
126
+ print () {
127
+ this.$refs.print.PrintTable()
128
+ }
129
+ },
130
+ computed: {
131
+ parse () {
132
+ return JSON.parse(this.selectdata.f_install_project).toString()
133
+ },
134
+ orgs () {
135
+ return this.$login.f.orgs
136
+ }
137
+ }
138
+ }
139
+ </script>
140
+
141
+ <style scoped>
142
+ .control-label-justify {
143
+ display: inline-block;
144
+ vertical-align: top;
145
+ width: 130px;
146
+ text-align: justify;
147
+ font-family: PingFang-SC-Bold;
148
+ }
149
+
150
+ .control-label-justify::after {
151
+ content: "";
152
+ display: inline-block;
153
+ width: 100%;
154
+ overflow: hidden;
155
+ height: 0;
156
+ }
157
+ </style>