apply-clients 3.4.98-2 → 3.4.98-21

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 (73) hide show
  1. package/build/dev-server.js +2 -10
  2. package/package.json +3 -2
  3. package/src/App.vue +6 -11
  4. package/src/applyAndroid.js +1 -0
  5. package/src/components/android/AppSign.vue +9 -10
  6. package/src/components/android/Ignition/VentilationIgnition.vue +312 -312
  7. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +353 -353
  8. package/src/components/android/Process/AppServiceControl.vue +1738 -1734
  9. package/src/components/product/ApplyCharge/ApplyChargeList.vue +476 -476
  10. package/src/components/product/Function/InstallInfoSelect.vue +326 -326
  11. package/src/components/product/Ignition/IgnitionListManage.vue +420 -420
  12. package/src/components/product/Install/ContractCharge.vue +210 -210
  13. package/src/components/product/Material/MaterialDetailed.vue +268 -268
  14. package/src/components/product/Material/Materiallist.vue +74 -74
  15. package/src/components/product/Material/Materialmanger.vue +58 -58
  16. package/src/components/product/Process/ExplorationSelect.vue +491 -491
  17. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +203 -203
  18. package/src/components/product/Process/Service/ServiceControl.vue +2 -2
  19. package/src/components/product/Process/ShowBackReason.vue +40 -40
  20. package/src/components/product/Stop/StopApplyList.vue +278 -278
  21. package/src/components/product/Supervisory/SupervisoryControl.vue +140 -140
  22. package/src/components/product/Supervisory/SupervisoryList.vue +27 -0
  23. package/src/filiale/gongyi/pc/ServiceControl.vue +1926 -0
  24. package/src/filiale/gongyi/pc.js +6 -0
  25. package/src/filiale/guzhou/pc/ServiceControl.vue +1926 -0
  26. package/src/filiale/guzhou/pc.js +6 -0
  27. package/src/filiale/hongda/pc/FunctionServiceControl.vue +21 -0
  28. package/src/filiale/hongda/pc/printChargepc.vue +114 -114
  29. package/src/filiale/hongda/pc/printactivatecard.vue +151 -151
  30. package/src/filiale/hongda/pc/printrefit.vue +3 -1
  31. package/src/filiale/huayinyihua/pc/StopApplyList.vue +271 -0
  32. package/src/filiale/huayinyihua/pc/SupervisoryList.vue +363 -0
  33. package/src/filiale/huayinyihua/pc.js +7 -0
  34. package/src/filiale/linzhou/pc/ApplyChargeList.vue +486 -486
  35. package/src/filiale/linzhou/pc/ServiceControl.vue +1968 -1968
  36. package/src/filiale/linzhou/pc/devicesManagement.vue +494 -494
  37. package/src/filiale/linzhou/pc.js +10 -10
  38. package/src/filiale/qianneng/android/AppAddMaterialScience.vue +477 -477
  39. package/src/filiale/qianneng/android/AppExplorationUser.vue +447 -447
  40. package/src/filiale/qianneng/android/AppServiceControl.vue +1608 -1608
  41. package/src/filiale/qianneng/android/AppServiceView.vue +761 -761
  42. package/src/filiale/qianneng/android/AppSign.vue +152 -152
  43. package/src/filiale/qianneng/android/AppTakePic.vue +140 -140
  44. package/src/filiale/qianneng/android.js +12 -12
  45. package/src/filiale/qianneng/pc/ApplyUpload.vue +290 -290
  46. package/src/filiale/qianneng/pc/Applybatchdispatch.vue +685 -685
  47. package/src/filiale/qianneng/pc/ExplorationUser.vue +189 -189
  48. package/src/filiale/qianneng/pc/InstallationDetails.vue +561 -561
  49. package/src/filiale/qianneng/pc/ServiceView.vue +1118 -1118
  50. package/src/filiale/qianneng/pc/SupervisoryList.vue +344 -344
  51. package/src/filiale/qianneng/pc/SupervisoryhCart.vue +127 -127
  52. package/src/filiale/qianneng/pc/addMaterialScience.vue +464 -464
  53. package/src/filiale/qianneng/pc/addressAndUserinfoManagement.vue +389 -389
  54. package/src/filiale/qianneng/pc/devicesManagement.vue +484 -484
  55. package/src/filiale/qianneng/pc/printactivatecard.vue +295 -295
  56. package/src/filiale/qianneng/pc.js +26 -26
  57. package/src/filiale/yangchunboneng/android/AppAddMaterialScience.vue +390 -0
  58. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +108 -0
  59. package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +552 -0
  60. package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +507 -0
  61. package/src/filiale/yangchunboneng/android/chargesList.vue +173 -0
  62. package/src/filiale/yangchunboneng/android.js +6 -0
  63. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +594 -546
  64. package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +375 -375
  65. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +469 -469
  66. package/src/filiale/yangchunboneng/pc/InstallInfoSelect.vue +364 -357
  67. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +1739 -1734
  68. package/src/filiale/yangchunboneng/pc/ServiceView.vue +1004 -0
  69. package/src/filiale/yangchunboneng/pc/addMaterialScience.vue +374 -0
  70. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +955 -1011
  71. package/src/filiale/yangchunboneng/pc/devicesManagement.vue +511 -0
  72. package/src/filiale/yangchunboneng/pc.js +16 -13
  73. package/src/main.js +1 -1
@@ -0,0 +1,6 @@
1
+ import Vue from 'vue'
2
+
3
+ let specialComp = {
4
+ 'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) }
5
+ }
6
+ exports.specialComp = specialComp
@@ -236,6 +236,27 @@
236
236
  }
237
237
  }
238
238
  },
239
+ // 获取集收单位
240
+ async getArea () {
241
+ let data = {
242
+ tablename: 't_area',
243
+ condition: `f_filialeid = '${this.$login.f.orgid}'`
244
+ }
245
+ let http = new HttpResetClass()
246
+ let res = await http.load(
247
+ 'POST',
248
+ `rs/sql/apply_singleTable`,
249
+ {data: data},
250
+ {resolveMsg: null, rejectMsg: '集收单位查询失败!!!'}
251
+ )
252
+
253
+ return res.data.map(item => {
254
+ return {
255
+ label: item.f_residential_area,
256
+ value: item.f_residential_area
257
+ }
258
+ })
259
+ },
239
260
  async getPrice (f_price_id) {
240
261
  console.log('=======================')
241
262
  console.log(f_price_id)
@@ -1,114 +1,114 @@
1
- <template>
2
- <style id="printChargeStyle">
3
- td{
4
- height: 30px;
5
- width: 12.5%;
6
- }
7
- table{
8
- margin: auto;
9
- border-collapse:collapse;
10
- border: none;
11
- }
12
- h1,h2,h3,h4,h5,h6 {
13
- text-align: center;
14
- }
15
- </style>
16
- <div style="margin-bottom: 20px">
17
- <span style="font-size: 20px">{{ charge.f_payment_term }}预览</span>
18
- </div>
19
- <div id="printCharge">
20
- <table >
21
- <tr>
22
- <td v-for="index in 8"></td>
23
- </tr>
24
- <tr>
25
- <td v-for="index in 8"></td>
26
- </tr>
27
- <tr>
28
- <td></td>
29
- <td colspan="2">{{selectdata.f_userinfo_code}}</td>
30
- <td colspan="3">{{ getdate() }}</td>
31
- <td colspan="2"></td>
32
- </tr>
33
- <tr>
34
- <td></td>
35
- <td colspan="2">{{selectdata.f_user_name}}</td>
36
- <td colspan="2">协议单号</td>
37
- <td colspan="3">{{selectdata.f_apply_num}}</td>
38
- </tr>
39
- <tr>
40
- <td></td>
41
- <td colspan="7">{{selectdata.f_address}}</td>
42
- </tr>
43
- <tr>
44
- </tr>
45
- <tr>
46
- <td></td>
47
- <td colspan="2">收费明细</td>
48
- <td colspan="3">{{ charge.f_payment_term }}</td>
49
- <td colspan="2">{{ charge.f_charge_money }}</td>
50
- </tr>
51
- <tr>
52
- <td></td>
53
- <td>合计</td>
54
- <td colspan="2">{{ charge.f_charge_money }}</td>
55
- <td colspan="2">{{ charge.f_amount_words }}</td>
56
- <td rowspan="2" colspan="2"></td>
57
- </tr>
58
- <tr>
59
- <td></td>
60
- </tr>
61
- <tr>
62
- <td></td>
63
- <td colspan="5">湖南鸿达燃气有限公司</td>
64
- </tr>
65
- <tr>
66
- <td></td>
67
- </tr>
68
- <tr>
69
- <td v-for="index in 4"></td>
70
- <td colspan="2">{{ charge.f_charge_collectors }}</td>
71
- <td v-for="index in 2"></td>
72
- </tr>
73
- <tr>
74
- <td colspan="8"></td>
75
- </tr>
76
- </table>
77
- </div>
78
- <div style="margin-top: 20px">
79
- <span :style="billnum.isOk?'color: blue;font-weight: bold':'color: red;font-weight: bold'">{{billnum.msg}}</span>
80
- </div>
81
- <print-element v-show="false" type="PRINT" v-ref:print id='printCharge' styleid='printChargeStyle'
82
- top='20' left='30' width='100%' height='100%'>
83
- </print-element>
84
- </template>
85
-
86
- <script>
87
- import { toStandardTimeString } from '../../../components/Util'
88
- import {HttpResetClass} from 'vue-client'
89
- export default {
90
- title: '打印收费票据',
91
- props: ['selectdata', 'charge', 'billnum'],
92
- data () {
93
- return {
94
- }
95
- },
96
- ready () {
97
- },
98
- methods: {
99
- // 获取当前时间 格式 2023-07-09 23:59:59
100
- getdate () {
101
- return toStandardTimeString()
102
- }
103
- },
104
- computed: {
105
- orgs () {
106
- return this.$login.f.orgs
107
- }
108
- }
109
- }
110
- </script>
111
-
112
- <style scoped>
113
-
114
- </style>
1
+ <template>
2
+ <style id="printChargeStyle">
3
+ td{
4
+ height: 30px;
5
+ width: 12.5%;
6
+ }
7
+ table{
8
+ margin: auto;
9
+ border-collapse:collapse;
10
+ border: none;
11
+ }
12
+ h1,h2,h3,h4,h5,h6 {
13
+ text-align: center;
14
+ }
15
+ </style>
16
+ <div style="margin-bottom: 20px">
17
+ <span style="font-size: 20px">{{ charge.f_payment_term }}预览</span>
18
+ </div>
19
+ <div id="printCharge">
20
+ <table >
21
+ <tr>
22
+ <td v-for="index in 8"></td>
23
+ </tr>
24
+ <tr>
25
+ <td v-for="index in 8"></td>
26
+ </tr>
27
+ <tr>
28
+ <td></td>
29
+ <td colspan="2">{{selectdata.f_userinfo_code}}</td>
30
+ <td colspan="3">{{ getdate() }}</td>
31
+ <td colspan="2"></td>
32
+ </tr>
33
+ <tr>
34
+ <td></td>
35
+ <td colspan="2">{{selectdata.f_user_name}}</td>
36
+ <td colspan="2">协议单号</td>
37
+ <td colspan="3">{{selectdata.f_apply_num}}</td>
38
+ </tr>
39
+ <tr>
40
+ <td></td>
41
+ <td colspan="7">{{selectdata.f_address}}</td>
42
+ </tr>
43
+ <tr>
44
+ </tr>
45
+ <tr>
46
+ <td></td>
47
+ <td colspan="2">收费明细</td>
48
+ <td colspan="3">{{ charge.f_payment_term }}</td>
49
+ <td colspan="2">{{ charge.f_charge_money }}</td>
50
+ </tr>
51
+ <tr>
52
+ <td></td>
53
+ <td>合计</td>
54
+ <td colspan="2">{{ charge.f_charge_money }}</td>
55
+ <td colspan="2">{{ charge.f_amount_words }}</td>
56
+ <td rowspan="2" colspan="2"></td>
57
+ </tr>
58
+ <tr>
59
+ <td></td>
60
+ </tr>
61
+ <tr>
62
+ <td></td>
63
+ <td colspan="5">湖南鸿达燃气有限公司</td>
64
+ </tr>
65
+ <tr>
66
+ <td></td>
67
+ </tr>
68
+ <tr>
69
+ <td v-for="index in 4"></td>
70
+ <td colspan="2">{{ charge.f_charge_collectors }}</td>
71
+ <td v-for="index in 2"></td>
72
+ </tr>
73
+ <tr>
74
+ <td colspan="8"></td>
75
+ </tr>
76
+ </table>
77
+ </div>
78
+ <div style="margin-top: 20px">
79
+ <span :style="billnum.isOk?'color: blue;font-weight: bold':'color: red;font-weight: bold'">{{billnum.msg}}</span>
80
+ </div>
81
+ <print-element v-show="false" type="PRINT" v-ref:print id='printCharge' styleid='printChargeStyle'
82
+ top='20' left='30' width='100%' height='100%'>
83
+ </print-element>
84
+ </template>
85
+
86
+ <script>
87
+ import { toStandardTimeString } from '../../../components/Util'
88
+ import {HttpResetClass} from 'vue-client'
89
+ export default {
90
+ title: '打印收费票据',
91
+ props: ['selectdata', 'charge', 'billnum'],
92
+ data () {
93
+ return {
94
+ }
95
+ },
96
+ ready () {
97
+ },
98
+ methods: {
99
+ // 获取当前时间 格式 2023-07-09 23:59:59
100
+ getdate () {
101
+ return toStandardTimeString()
102
+ }
103
+ },
104
+ computed: {
105
+ orgs () {
106
+ return this.$login.f.orgs
107
+ }
108
+ }
109
+ }
110
+ </script>
111
+
112
+ <style scoped>
113
+
114
+ </style>
@@ -1,151 +1,151 @@
1
- <template>
2
- <style id="printChargeStyle">
3
- td{
4
- height: 30px;
5
- width: 12.5%;
6
- }
7
- table{
8
- margin: auto;
9
- border-collapse:collapse;
10
- border: none;
11
- }
12
- h1,h2,h3,h4,h5,h6 {
13
- text-align: center;
14
- }
15
- .orgs {
16
- border-bottom: 2px solid;
17
- padding: 5px;
18
- }
19
- .date {
20
- float: left;
21
- padding-left: 10px;
22
- }
23
- .status {
24
- float: right;
25
- padding-right: 10px;
26
- }
27
- .seal {
28
- position: absolute;
29
- right: 100px;
30
- top: 120px;
31
- width: 150px;
32
- height: 150px;
33
- /*opacity: 0.5;*/
34
- z-index: -1;
35
- }
36
- </style>
37
- <div style="margin-bottom: 20px">
38
- <span style="font-size: 20px">开通卡预览</span>
39
- </div>
40
- <div id="printCharge">
41
- <table >
42
- <tr>
43
- <td v-for="index in 2"></td>
44
- <td colspan="4">湖南省澧县城区燃气管道工程</td>
45
- <td v-for="index in 2"></td>
46
- </tr>
47
- <tr>
48
- <td v-for="index in 2"></td>
49
- <td colspan="2">用户户内开通卡</td>
50
- <td >左</td>
51
- <td >右</td>
52
- <td >日期</td>
53
- <td >{{getdate()}}</td>
54
- </tr>
55
- <tr>
56
- <td >使用证编号</td>
57
- <td ></td>
58
- <td >用户编号</td>
59
- <td >{{ selectdata.f_userinfo_code }}</td>
60
- <td >内</td>
61
- <td >外</td>
62
- <td >电话号码</td>
63
- <td >{{ selectdata.f_phone }}</td>
64
- </tr>
65
- <tr>
66
- <td >用户姓名</td>
67
- <td >{{selectdata.f_user_name}}</td>
68
- <td >地址(单位)</td>
69
- <td colspan="3">{{ selectdata.f_address }}</td>
70
- <td >开通日期</td>
71
- <td ></td>
72
- </tr>
73
- <tr>
74
- <td >表号</td>
75
- <td >{{userfiles.f_meternumber}}</td>
76
- <td >表底数</td>
77
- <td >{{userfiles.f_meter_base}}</td>
78
- <td >开通人</td>
79
- <td ></td>
80
- <td >协议号</td>
81
- <td >{{ selectdata.f_apply_num }}</td>
82
- </tr>
83
- <tr>
84
- <td >热(□外□购)</td>
85
- <td ></td>
86
- <td >灶(□外□购)</td>
87
- <td ></td>
88
- <td colspan="2">抽油烟机(□外□购)</td>
89
- <td ></td>
90
- <td ></td>
91
- </tr>
92
- <tr>
93
- <td >波纹管(米)</td>
94
- <td ></td>
95
- <td >管网检测()</td>
96
- <td ></td>
97
- <td >软管(米)</td>
98
- <td ></td>
99
- <td >用户签名</td>
100
- <td ></td>
101
- </tr>
102
- </table>
103
- </div>
104
- <!-- <div style="margin-top: 20px">
105
- <span :style="billnum.isOk?'color: blue;font-weight: bold':'color: red;font-weight: bold'">{{billnum.msg}}</span>
106
- </div>-->
107
- <print-element v-show="false" type="PRINT" v-ref:print id='printCharge' styleid='printChargeStyle'
108
- top='20' left='30' width='100%' height='100%'>
109
- </print-element>
110
- </template>
111
-
112
- <script>
113
- import {toStandardDateString, toStandardTimeString, toStartAndEndDateString} from '../../../components/Util'
114
- import {HttpResetClass} from 'vue-client'
115
- export default {
116
- title: '打印票据',
117
- props: ['selectdata','billnum'],
118
- data () {
119
- return {
120
- userfiles: {}
121
- }
122
- },
123
- ready () {
124
- this.getuserfiles()
125
- },
126
- methods: {
127
- // 获取当前时间 格式 2023-07-09 23:59:59
128
- getdate () {
129
- return toStandardDateString()
130
- },
131
- getuserfiles () {
132
- let http = new HttpResetClass()
133
- let data = {
134
- condition: `f_userinfo_id = '${this.selectdata.f_userinfo_id}'`
135
- }
136
- http.load('POST', 'rs/logic/getUserinfoAndUserfiles', {data: data}, {
137
- resolveMsg: null,
138
- rejectMsg: null
139
- }).then(res => {
140
- this.userfiles = res.data.userfiles[0]
141
- })
142
- }
143
- },
144
- computed: {
145
- }
146
- }
147
- </script>
148
-
149
- <style scoped>
150
-
151
- </style>
1
+ <template>
2
+ <style id="printChargeStyle">
3
+ td{
4
+ height: 30px;
5
+ width: 12.5%;
6
+ }
7
+ table{
8
+ margin: auto;
9
+ border-collapse:collapse;
10
+ border: none;
11
+ }
12
+ h1,h2,h3,h4,h5,h6 {
13
+ text-align: center;
14
+ }
15
+ .orgs {
16
+ border-bottom: 2px solid;
17
+ padding: 5px;
18
+ }
19
+ .date {
20
+ float: left;
21
+ padding-left: 10px;
22
+ }
23
+ .status {
24
+ float: right;
25
+ padding-right: 10px;
26
+ }
27
+ .seal {
28
+ position: absolute;
29
+ right: 100px;
30
+ top: 120px;
31
+ width: 150px;
32
+ height: 150px;
33
+ /*opacity: 0.5;*/
34
+ z-index: -1;
35
+ }
36
+ </style>
37
+ <div style="margin-bottom: 20px">
38
+ <span style="font-size: 20px">开通卡预览</span>
39
+ </div>
40
+ <div id="printCharge">
41
+ <table >
42
+ <tr>
43
+ <td v-for="index in 2"></td>
44
+ <td colspan="4">湖南省澧县城区燃气管道工程</td>
45
+ <td v-for="index in 2"></td>
46
+ </tr>
47
+ <tr>
48
+ <td v-for="index in 2"></td>
49
+ <td colspan="2">用户户内开通卡</td>
50
+ <td >左</td>
51
+ <td >右</td>
52
+ <td >日期</td>
53
+ <td >{{getdate()}}</td>
54
+ </tr>
55
+ <tr>
56
+ <td >使用证编号</td>
57
+ <td ></td>
58
+ <td >用户编号</td>
59
+ <td >{{ selectdata.f_userinfo_code }}</td>
60
+ <td >内</td>
61
+ <td >外</td>
62
+ <td >电话号码</td>
63
+ <td >{{ selectdata.f_phone }}</td>
64
+ </tr>
65
+ <tr>
66
+ <td >用户姓名</td>
67
+ <td >{{selectdata.f_user_name}}</td>
68
+ <td >地址(单位)</td>
69
+ <td colspan="3">{{ selectdata.f_address }}</td>
70
+ <td >开通日期</td>
71
+ <td ></td>
72
+ </tr>
73
+ <tr>
74
+ <td >表号</td>
75
+ <td >{{userfiles.f_meternumber}}</td>
76
+ <td >表底数</td>
77
+ <td >{{userfiles.f_meter_base}}</td>
78
+ <td >开通人</td>
79
+ <td ></td>
80
+ <td >协议号</td>
81
+ <td >{{ selectdata.f_apply_num }}</td>
82
+ </tr>
83
+ <tr>
84
+ <td >热(□外□购)</td>
85
+ <td ></td>
86
+ <td >灶(□外□购)</td>
87
+ <td ></td>
88
+ <td colspan="2">抽油烟机(□外□购)</td>
89
+ <td ></td>
90
+ <td ></td>
91
+ </tr>
92
+ <tr>
93
+ <td >波纹管(米)</td>
94
+ <td ></td>
95
+ <td >管网检测()</td>
96
+ <td ></td>
97
+ <td >软管(米)</td>
98
+ <td ></td>
99
+ <td >用户签名</td>
100
+ <td ></td>
101
+ </tr>
102
+ </table>
103
+ </div>
104
+ <!-- <div style="margin-top: 20px">
105
+ <span :style="billnum.isOk?'color: blue;font-weight: bold':'color: red;font-weight: bold'">{{billnum.msg}}</span>
106
+ </div>-->
107
+ <print-element v-show="false" type="PRINT" v-ref:print id='printCharge' styleid='printChargeStyle'
108
+ top='20' left='30' width='100%' height='100%'>
109
+ </print-element>
110
+ </template>
111
+
112
+ <script>
113
+ import {toStandardDateString, toStandardTimeString, toStartAndEndDateString} from '../../../components/Util'
114
+ import {HttpResetClass} from 'vue-client'
115
+ export default {
116
+ title: '打印票据',
117
+ props: ['selectdata','billnum'],
118
+ data () {
119
+ return {
120
+ userfiles: {}
121
+ }
122
+ },
123
+ ready () {
124
+ this.getuserfiles()
125
+ },
126
+ methods: {
127
+ // 获取当前时间 格式 2023-07-09 23:59:59
128
+ getdate () {
129
+ return toStandardDateString()
130
+ },
131
+ getuserfiles () {
132
+ let http = new HttpResetClass()
133
+ let data = {
134
+ condition: `f_userinfo_id = '${this.selectdata.f_userinfo_id}'`
135
+ }
136
+ http.load('POST', 'rs/logic/getUserinfoAndUserfiles', {data: data}, {
137
+ resolveMsg: null,
138
+ rejectMsg: null
139
+ }).then(res => {
140
+ this.userfiles = res.data.userfiles[0]
141
+ })
142
+ }
143
+ },
144
+ computed: {
145
+ }
146
+ }
147
+ </script>
148
+
149
+ <style scoped>
150
+
151
+ </style>
@@ -50,7 +50,7 @@
50
50
  <tr>
51
51
  <td></td>
52
52
  <td></td>
53
- <td colspan="4">{{selectdata.f_apply_num}}</td>
53
+ <td colspan="4">{{selectdata.f_contract_number}}</td>
54
54
  </tr>
55
55
  <tr>
56
56
  <td></td>
@@ -80,6 +80,8 @@ export default {
80
80
  }
81
81
  },
82
82
  ready () {
83
+ console.log(this.selectdata)
84
+ debugger
83
85
  },
84
86
  methods: {
85
87
  // 获取当前时间 格式 2023-07-09