apply-clients 3.3.213 → 3.4.1

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 (93) hide show
  1. package/android.html +23 -23
  2. package/index.html +33 -33
  3. package/package.json +3 -3
  4. package/src/AndroidApp.vue +35 -30
  5. package/src/App.vue +20 -20
  6. package/src/android.js +21 -21
  7. package/src/apply.js +81 -90
  8. package/src/applyAndroid.js +2 -16
  9. package/src/components/android/AppOnetomany.vue +301 -285
  10. package/src/components/android/AppServiceView.vue +566 -570
  11. package/src/components/android/AppSign.vue +142 -142
  12. package/src/components/android/AppTakePic.vue +143 -144
  13. package/src/components/android/Process/AppExplorationUser.vue +320 -270
  14. package/src/components/android/Process/AppServiceControl.vue +757 -686
  15. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -466
  16. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -0
  17. package/src/components/android/ProgressReport/ProgressReportList.vue +209 -0
  18. package/src/components/android/Supervisory/AppProcessSupervisory.vue +73 -152
  19. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -115
  20. package/src/components/android/TaskGraph.vue +125 -0
  21. package/src/components/product/ApplyCharge/ApplyChargeList.vue +36 -50
  22. package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
  23. package/src/components/product/Function/InstallFunction.vue +125 -122
  24. package/src/components/product/Function/InstallInfoSelect.vue +292 -318
  25. package/src/components/product/Function/Service/FunctionServiceControl.vue +222 -254
  26. package/src/components/product/Function/StopApplyCrrdList.vue +176 -0
  27. package/src/components/product/Function/functions/ApplyRecordCancel.vue +102 -0
  28. package/src/components/product/Function/functions/StopInstall.vue +106 -0
  29. package/src/components/product/Onetomany.vue +377 -296
  30. package/src/components/product/Order/OrderApply.vue +30 -30
  31. package/src/components/product/Order/OrderApplyList.vue +78 -67
  32. package/src/components/product/Order/OrderMessage.vue +11 -87
  33. package/src/components/product/Process/ExplorationSelect.vue +410 -369
  34. package/src/components/product/Process/ExplorationUser.vue +138 -128
  35. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -504
  36. package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
  37. package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
  38. package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
  39. package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
  40. package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
  41. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -0
  42. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -181
  43. package/src/components/product/Process/Processes/chargeManagement.vue +639 -638
  44. package/src/components/product/Process/Processes/devicesManagement.vue +22 -2
  45. package/src/components/product/Process/Processes/selectApply.vue +1 -1
  46. package/src/components/product/Process/Service/ServiceControl.vue +1254 -883
  47. package/src/components/product/Process/Service/ShowBackReason.vue +33 -0
  48. package/src/components/product/ServiceView.vue +631 -741
  49. package/src/components/product/Stop/StopApply.vue +103 -103
  50. package/src/components/product/Stop/StopApplyList.vue +269 -254
  51. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -517
  52. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -108
  53. package/src/components/product/Supervisory/SupervisoryList.vue +233 -253
  54. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -124
  55. package/src/components/product/VueUtils/ApplyUpload.vue +273 -264
  56. package/src/components/product/VueUtils/HighMeter.vue +208 -0
  57. package/src/expandcssAndroid.less +1034 -517
  58. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +548 -414
  59. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +754 -456
  60. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -0
  61. package/src/filiale/yuchuan/android.js +7 -8
  62. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -517
  63. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  64. package/src/filiale/yuchuan/pc/Process/ExplorationSelect.vue +270 -231
  65. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +147 -131
  66. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +66 -0
  67. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +759 -0
  68. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +470 -0
  69. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +879 -517
  70. package/src/filiale/yuchuan/pc.js +11 -13
  71. package/src/main.js +23 -23
  72. package/src/components/android/Function/AppFunctionServiceControl.vue +0 -329
  73. package/src/components/android/Function/AppInstallFunction.vue +0 -330
  74. package/src/components/android/Process/Processes/AppBuildSign.vue +0 -47
  75. package/src/components/android/Process/Processes/AppChargeManagement.vue +0 -468
  76. package/src/components/android/Process/Processes/AppDevicesManagement.vue +0 -490
  77. package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +0 -297
  78. package/src/components/image/dwg.jpg +0 -0
  79. package/src/components/image/yasuobao.jpg +0 -0
  80. package/src/components/product/Function/Inform.vue +0 -73
  81. package/src/components/product/Function/MarketSurvey.vue +0 -81
  82. package/src/components/product/Process/Processes/printCharge.vue +0 -121
  83. package/src/components/product/Process/ShowBackReason.vue +0 -33
  84. package/src/components/product/Supervisory/Service/printChargeNode.vue +0 -873
  85. package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +0 -1090
  86. package/src/components/product/VueUtils/ToolsPage.vue +0 -51
  87. package/src/components/product/VueUtils/Tree.vue +0 -330
  88. package/src/filiale/wuan/android.js +0 -0
  89. package/src/filiale/wuan/pc.js +0 -4
  90. package/src/filiale/yuchuan/android/AppServiceView.vue +0 -599
  91. package/src/filiale/yuchuan/android/Reserve/ApplyReserve.vue +0 -200
  92. package/src/filiale/yuchuan/android/SiteSurvey/TaskGraph.vue +0 -137
  93. package/src/filiale/yuchuan/pc/Process/Processes/MapCom.vue +0 -51
@@ -1,121 +0,0 @@
1
- <template>
2
- <style id="style">
3
- td{
4
- height: 50px;
5
- width: 40px;
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>{{orgs}}统一收据</h4>
39
- <table border="1">
40
- <tr>
41
- <td colspan="6">
42
- <span>开票日期:{{ new Date().Format('yyyy年MM月dd日') }}</span>
43
- <span>收据编码:{{ charge.f_charge_number }}</span>
44
- <span>状态:{{ charge.f_charge_status }}</span>
45
- </td>
46
- </tr>
47
- <tr>
48
- <td>用户姓名</td>
49
- <td colspan="2">{{ charge.f_user_name }}</td>
50
- <td>用户编号</td>
51
- <td colspan="2">{{ selectdata.f_userinfo_code }}</td>
52
- </tr>
53
- <tr>
54
- <td>用户地址</td>
55
- <td colspan="5">{{ selectdata.f_address }}</td>
56
- </tr>
57
- <tr>
58
- <td>收款项目</td>
59
- <td colspan="2">{{ charge.f_payment_term }}</td>
60
- <td>收款方式</td>
61
- <td colspan="2">{{ charge.f_payment_method }}</td>
62
- </tr>
63
- <tr>
64
- <td>金额</td>
65
- <td>{{ charge.f_charge_money }}</td>
66
- <td>金额大写</td>
67
- <td colspan="3">{{ charge.f_amount_words }}</td>
68
- </tr>
69
- <tr>
70
- <td>备&emsp;&emsp;注</td>
71
- <td colspan="5">{{ selectdata.f_entry_name }}</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
- },
109
- ready () {
110
- },
111
- computed: {
112
- orgs () {
113
- return this.$login.f.orgs
114
- }
115
- }
116
- }
117
- </script>
118
-
119
- <style scoped>
120
-
121
- </style>
@@ -1,33 +0,0 @@
1
- <template>
2
- <div style="height: auto;text-align: center" class="col-sm-12" v-if="data != null">
3
- <span style="color: red;font-family: 微软雅黑;font-weight: bold;font-size: 18px">请注意被退回原因为:{{data.f_back_reason}} 退回时间:{{data.f_date}}</span>
4
- </div>
5
- </template>
6
- <script>
7
- import {HttpResetClass} from 'vue-client'
8
-
9
- export default {
10
- title: '退回原因展示',
11
- props: ['selectdata'],
12
- data () {
13
- return {
14
- data: null
15
- }
16
- },
17
- async ready () {
18
- let data = {
19
- tablename: 't_backcause',
20
- condition: `actid = '${this.selectdata.actid}' and f_process_id = '${this.selectdata.f_process_id}'`
21
- }
22
- let http = new HttpResetClass()
23
- let res = await http.load(
24
- 'POST',
25
- 'rs/sql/singleTable',
26
- {data: data}, {
27
- resolveMsg: null,
28
- rejectMsg: '退回原因查询失败!!!'
29
- })
30
- this.data = res.data[0]
31
- }
32
- }
33
- </script>