apply-clients 3.2.32 → 3.2.37

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 (37) hide show
  1. package/package.json +1 -1
  2. package/src/AndroidApp.vue +26 -26
  3. package/src/App.vue +20 -20
  4. package/src/apply.js +67 -67
  5. package/src/applyAndroid.js +24 -24
  6. package/src/components/Util.js +359 -359
  7. package/src/components/app_apply/AppOnetomany.vue +90 -90
  8. package/src/components/app_apply/AppServiceView.vue +664 -664
  9. package/src/components/app_apply/AppTakePic.vue +112 -112
  10. package/src/components/app_apply/Process/AppExplorationUser.vue +310 -310
  11. package/src/components/app_apply/Process/AppServiceControl.vue +409 -409
  12. package/src/components/app_apply/Process/Processes/AppInstallationDetails.vue +456 -456
  13. package/src/components/app_apply/Supervisory/AppProcessSupervisory.vue +300 -300
  14. package/src/components/app_apply/Supervisory/AppSupervisoryCart.vue +121 -121
  15. package/src/components/product/ApplyCharge/ApplyChargeList.vue +251 -251
  16. package/src/components/product/ApplyCharge/ApplyChargeReport.vue +107 -107
  17. package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +30 -30
  18. package/src/components/product/Function/InstallFunction.vue +147 -147
  19. package/src/components/product/Function/InstallInfoSelect.vue +281 -281
  20. package/src/components/product/Function/Service/FunctionServiceControl.vue +245 -245
  21. package/src/components/product/Function/StopApplyCrrdList.vue +176 -176
  22. package/src/components/product/Function/functions/StopInstall.vue +106 -106
  23. package/src/components/product/Process/ExplorationSelect.vue +346 -346
  24. package/src/components/product/Process/ExplorationUser.vue +134 -134
  25. package/src/components/product/Process/Processes/InstallationDetails.vue +243 -233
  26. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +201 -201
  27. package/src/components/product/Process/Processes/chargeManagement.vue +555 -555
  28. package/src/components/product/Process/Processes/printCharge.vue +133 -133
  29. package/src/components/product/Process/Processes/supplementalAgreement.vue +297 -297
  30. package/src/components/product/Process/ShowBackReason.vue +32 -32
  31. package/src/components/product/ServiceView.vue +759 -759
  32. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +199 -199
  33. package/src/components/product/Supervisory/SupervisoryControl.vue +119 -119
  34. package/src/components/product/Supervisory/SupervisoryList.vue +208 -208
  35. package/src/components/product/Supervisory/SupervisoryhCart.vue +103 -103
  36. package/src/components/product/VueUtils/ApplyUpload.vue +261 -261
  37. package/src/main.js +23 -23
@@ -1,133 +1,133 @@
1
- <template>
2
- <style id="style">
3
- td{
4
- height: 30px;
5
- /*width: 30px;*/
6
- text-align: center;
7
- }
8
- table{
9
- margin: auto;
10
- width: 100%;
11
- border-collapse:collapse;
12
- border: 1px solid black;
13
- }
14
- h1,h2,h3,h4,h5,h6 {
15
- text-align: center;
16
- }
17
- .date{
18
- float: left;
19
- padding-left: 30px;
20
- }
21
- .number{
22
- float: right;
23
- padding-right: 30px;
24
- }
25
- .rescue{
26
- float: left;
27
- padding: 0 30px 0 40px;
28
- }
29
- .service{
30
- float: left;
31
- }
32
- .payee{
33
- float: right;
34
- padding-right: 30px;
35
- }
36
- </style>
37
- <div id="print">
38
- <h4>武安明星天然气有限公司收费单</h4>
39
- <span>
40
- <p class="date">{{new Date().Format('yyyy-MM-dd HH:mm:ss')}}</p>
41
- <p class="number">缴费编号:{{ charge.f_charge_number }}</p>
42
- </span>
43
- <table border="1">
44
- <tr>
45
- <td>用户姓名</td>
46
- <td colspan="2">{{ f_user_name }}</td>
47
- <td>联系电话</td>
48
- <td>{{ f_user_phone }}</td>
49
- </tr>
50
- <tr>
51
- <td>地&emsp;&emsp;址</td>
52
- <td colspan="4">{{ f_useraddress }}</td>
53
- </tr>
54
- <tr>
55
- <td>收费项目</td>
56
- <td colspan="2">庭院管网建设费</td>
57
- <td>收费方式</td>
58
- <td>{{ charge.f_payment_method }}</td>
59
- </tr>
60
- <tr>
61
- <td>收费金额</td>
62
- <td>{{ charge.f_charge_money }}</td>
63
- <td>大&emsp;&emsp;写</td>
64
- <td colspan="2">{{ charge.f_amount_words }}</td>
65
- </tr>
66
- <tr>
67
- <td>备&emsp;&emsp;注</td>
68
- <td colspan="4">
69
- <input v-if="showInput" type="text" style="text-align: center;border: 0px;width: 100%" v-model="charge.remark" placeholder="请输入备注信息">
70
- <span v-if="!showInput" >{{charge.remark}}</span>
71
- </td>
72
- </tr>
73
- </table>
74
- <span>
75
- <p class="rescue">抢险电话:5835588</p>
76
- <p class="service">服务电话:3718002</p>
77
- <p class="payee">收款人:{{ charge.f_charge_collectors }}</p>
78
- </span>
79
- </div>
80
-
81
- <print-element v-show="false" v-ref:print id='print' styleid='style'
82
- top='40' left='60' width='100%' height='100%'>
83
- </print-element>
84
- </template>
85
-
86
- <script>
87
- import { isEmpty } from '../../../Util'
88
- Date.prototype.Format = function (fmt) {
89
- var o = {
90
- "M+": this.getMonth() + 1, //月份
91
- "d+": this.getDate(), //日
92
- "H+": this.getHours(), //小时
93
- "m+": this.getMinutes(), //分
94
- "s+": this.getSeconds(), //秒
95
- "q+": Math.floor((this.getMonth() + 3) / 3), //季度
96
- "S": this.getMilliseconds() //毫秒
97
- };
98
- if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
99
- for (var k in o)
100
- if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
101
- return fmt;
102
- }
103
- export default {
104
- title: '打印收费票据',
105
- props: ['selectdata', 'charge'],
106
- data () {
107
- return {
108
- showInput: true
109
- }
110
- },
111
- ready () {
112
- console.log('------------------打印-------------------')
113
- console.log()
114
- },
115
- computed: {
116
- f_user_name () {
117
- return isEmpty(this.charge.f_user_name) ? this.selectdata.f_contact : this.charge.f_user_name
118
- },
119
- f_user_phone () {
120
- return isEmpty(this.charge.f_user_phone) ? this.selectdata.f_phone : this.charge.f_user_phone
121
- },
122
- f_useraddress () {
123
- return isEmpty(this.charge.f_useraddress) ? `武安市${this.selectdata.f_street}${this.selectdata.f_residential_area}` : `武安市${this.charge.f_useraddress}`
124
- }
125
- }
126
- }
127
- </script>
128
-
129
- <style scoped>
130
- input::placeholder {
131
- color: red;
132
- }
133
- </style>
1
+ <template>
2
+ <style id="style">
3
+ td{
4
+ height: 30px;
5
+ /*width: 30px;*/
6
+ text-align: center;
7
+ }
8
+ table{
9
+ margin: auto;
10
+ width: 100%;
11
+ border-collapse:collapse;
12
+ border: 1px solid black;
13
+ }
14
+ h1,h2,h3,h4,h5,h6 {
15
+ text-align: center;
16
+ }
17
+ .date{
18
+ float: left;
19
+ padding-left: 30px;
20
+ }
21
+ .number{
22
+ float: right;
23
+ padding-right: 30px;
24
+ }
25
+ .rescue{
26
+ float: left;
27
+ padding: 0 30px 0 40px;
28
+ }
29
+ .service{
30
+ float: left;
31
+ }
32
+ .payee{
33
+ float: right;
34
+ padding-right: 30px;
35
+ }
36
+ </style>
37
+ <div id="print">
38
+ <h4>武安明星天然气有限公司收费单</h4>
39
+ <span>
40
+ <p class="date">{{new Date().Format('yyyy-MM-dd HH:mm:ss')}}</p>
41
+ <p class="number">缴费编号:{{ charge.f_charge_number }}</p>
42
+ </span>
43
+ <table border="1">
44
+ <tr>
45
+ <td>用户姓名</td>
46
+ <td colspan="2">{{ f_user_name }}</td>
47
+ <td>联系电话</td>
48
+ <td>{{ f_user_phone }}</td>
49
+ </tr>
50
+ <tr>
51
+ <td>地&emsp;&emsp;址</td>
52
+ <td colspan="4">{{ f_useraddress }}</td>
53
+ </tr>
54
+ <tr>
55
+ <td>收费项目</td>
56
+ <td colspan="2">工程费</td>
57
+ <td>收费方式</td>
58
+ <td>{{ charge.f_payment_method }}</td>
59
+ </tr>
60
+ <tr>
61
+ <td>收费金额</td>
62
+ <td>{{ charge.f_charge_money }}</td>
63
+ <td>大&emsp;&emsp;写</td>
64
+ <td colspan="2">{{ charge.f_amount_words }}</td>
65
+ </tr>
66
+ <tr>
67
+ <td>备&emsp;&emsp;注</td>
68
+ <td colspan="4">
69
+ <input v-if="showInput" type="text" style="text-align: center;border: 0px;width: 100%" v-model="charge.remark" placeholder="请输入备注信息">
70
+ <span v-if="!showInput" >{{charge.remark}}</span>
71
+ </td>
72
+ </tr>
73
+ </table>
74
+ <span>
75
+ <p class="rescue">抢险电话:5835588</p>
76
+ <p class="service">服务电话:3718002</p>
77
+ <p class="payee">收款人:{{ charge.f_charge_collectors }}</p>
78
+ </span>
79
+ </div>
80
+
81
+ <print-element v-show="false" v-ref:print id='print' styleid='style'
82
+ top='40' left='60' width='100%' height='100%'>
83
+ </print-element>
84
+ </template>
85
+
86
+ <script>
87
+ import { isEmpty } from '../../../Util'
88
+ Date.prototype.Format = function (fmt) {
89
+ var o = {
90
+ "M+": this.getMonth() + 1, //月份
91
+ "d+": this.getDate(), //日
92
+ "H+": this.getHours(), //小时
93
+ "m+": this.getMinutes(), //分
94
+ "s+": this.getSeconds(), //秒
95
+ "q+": Math.floor((this.getMonth() + 3) / 3), //季度
96
+ "S": this.getMilliseconds() //毫秒
97
+ };
98
+ if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
99
+ for (var k in o)
100
+ if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
101
+ return fmt;
102
+ }
103
+ export default {
104
+ title: '打印收费票据',
105
+ props: ['selectdata', 'charge'],
106
+ data () {
107
+ return {
108
+ showInput: true
109
+ }
110
+ },
111
+ ready () {
112
+ console.log('------------------打印-------------------')
113
+ console.log()
114
+ },
115
+ computed: {
116
+ f_user_name () {
117
+ return isEmpty(this.charge.f_user_name) ? this.selectdata.f_contact : this.charge.f_user_name
118
+ },
119
+ f_user_phone () {
120
+ return isEmpty(this.charge.f_user_phone) ? this.selectdata.f_phone : this.charge.f_user_phone
121
+ },
122
+ f_useraddress () {
123
+ return isEmpty(this.charge.f_useraddress) ? `武安市${this.selectdata.f_street}${this.selectdata.f_residential_area}` : `武安市${this.charge.f_useraddress}`
124
+ }
125
+ }
126
+ }
127
+ </script>
128
+
129
+ <style scoped>
130
+ input::placeholder {
131
+ color: red;
132
+ }
133
+ </style>