sale-client 4.2.107 → 4.2.108
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.
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/package.json +1 -1
- package/src/filiale/meihekou/UserFeeInfo.vue +4 -4
- package/src/filiale/meihekou/deviceMessage.vue +4 -4
- package/src/filiale/meihekou/meterinfodetail.vue +56 -56
- package/src/filiale/meihekou/otherinfo.vue +1 -1
- package/businessNew.json +0 -201
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Thu Dec 11 10:17:57 CST 2025
|
|
2
2
|
gradle.version=5.2.1
|
package/package.json
CHANGED
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
<label class="col-sm-4 ">办理人:</label>
|
|
13
13
|
<span class="col-sm-8">{{row.f_operator}}</span>
|
|
14
14
|
</div>
|
|
15
|
-
<div class="row"
|
|
16
|
-
<label class="col-sm-4 ">购买时间:</label
|
|
17
|
-
<span class="col-sm-8">{{row.f_operate_date}}</span
|
|
18
|
-
</div
|
|
15
|
+
<!-- <div class="row">-->
|
|
16
|
+
<!-- <label class="col-sm-4 ">购买时间:</label>-->
|
|
17
|
+
<!-- <span class="col-sm-8">{{row.f_operate_date}}</span>-->
|
|
18
|
+
<!-- </div>-->
|
|
19
19
|
<div class="row">
|
|
20
20
|
<label class="col-sm-4 ">开始时间:</label>
|
|
21
21
|
<span class="col-sm-8">{{row.f_ins_start_date}}</span>
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
</div>
|
|
17
17
|
<div class="row">
|
|
18
18
|
<label class="col-sm-4 ">安装方式:</label>
|
|
19
|
-
<span class="col-sm-8">{{
|
|
19
|
+
<span class="col-sm-8">{{row.f_install_type}}</span>
|
|
20
20
|
</div>
|
|
21
21
|
<div class="row">
|
|
22
22
|
<label class="col-sm-4 ">安装日期:</label>
|
|
23
|
-
<span class="col-sm-8">{{
|
|
23
|
+
<span class="col-sm-8">{{row.f_input_date}}</span>
|
|
24
24
|
</div>
|
|
25
25
|
<div class="row">
|
|
26
26
|
<label class="col-sm-4 ">到期日期:</label>
|
|
27
|
-
<span class="col-sm-8">{{
|
|
27
|
+
<span class="col-sm-8">{{row.f_expire_date}}</span>
|
|
28
28
|
</div>
|
|
29
29
|
<div class="row">
|
|
30
30
|
<label class="col-sm-4 ">设备备注:</label>
|
|
31
|
-
<span class="col-sm-8">{{
|
|
31
|
+
<span class="col-sm-8">{{row.f_comments}}</span>
|
|
32
32
|
</div>
|
|
33
33
|
</div>
|
|
34
34
|
</div>
|
|
@@ -37,39 +37,39 @@
|
|
|
37
37
|
<label class = "col-sm-5 " >上次抄表日期</label>
|
|
38
38
|
<span class = "col-sm-7">{{data?data.f_hand_date.substring(0,12):dafault.f_hand_date}}</span>
|
|
39
39
|
</div>
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
40
|
+
<div class="row" v-if="data.f_meter_type.includes('物联网') && data.f_collection_type === '按金额'">
|
|
41
|
+
<label class = "col-sm-5 " style="color: brown">系统余额</label>
|
|
42
|
+
<span class = "col-sm-7" style="color: brown">{{data?data.f_balance_amount:dafault.f_balance_amount}}</span>
|
|
43
|
+
</div>
|
|
44
|
+
<div class="row" v-if="data.f_meter_type.includes('物联网') && data.f_collection_type === '按气量'">
|
|
45
|
+
<label class = "col-sm-5 " style="color: brown">系统余量</label>
|
|
46
|
+
<span class = "col-sm-7" style="color: brown">{{data?data.f_balance_gas:dafault.f_balance_gas}}</span>
|
|
47
|
+
</div>
|
|
48
|
+
<div class="row" v-if="data.f_meter_type.includes('物联网') && data.f_collection_type === '按金额'">
|
|
49
|
+
<label class = "col-sm-5 " style="color: brown">表上余额</label>
|
|
50
|
+
<span class = "col-sm-7" style="color: brown">{{data?data.f_jval:dafault.f_jval}}</span>
|
|
51
|
+
</div>
|
|
52
|
+
<div class="row" v-if="data.f_meter_type.includes('物联网') && data.f_collection_type === '按气量'">
|
|
53
|
+
<label class = "col-sm-5 " style="color: brown">表上余量</label>
|
|
54
|
+
<span class = "col-sm-7" style="color: brown">{{data?data.f_jval:dafault.f_jval}}</span>
|
|
55
|
+
</div>
|
|
56
56
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
57
|
+
<div class="row" v-show="data.f_times">
|
|
58
|
+
<label class = "col-sm-5 " >写卡次数</label>
|
|
59
|
+
<span class = "col-sm-7" >{{data?data.f_times:dafault.f_times}}</span>
|
|
60
|
+
</div>
|
|
61
|
+
<div class="row" v-if="data.f_meter_type.includes('物联网')">
|
|
62
|
+
<label class = "col-sm-5 ">物联网次数</label>
|
|
63
|
+
<span class = "col-sm-7" >{{data?data.f_iot_times:dafault.f_iot_times}}</span>
|
|
64
|
+
</div>
|
|
65
|
+
<div class="row" v-if="data.f_meter_type.includes('物联网')">
|
|
66
|
+
<label class = "col-sm-5 ">表累购金额</label>
|
|
67
|
+
<span class = "col-sm-7" >{{data?data.f_total_fee:dafault.f_total_fee}}</span>
|
|
68
|
+
</div>
|
|
69
|
+
<div class="row" v-if="data.f_meter_type.includes('物联网')">
|
|
70
|
+
<label class = "col-sm-5 ">户累购金额</label>
|
|
71
|
+
<span class = "col-sm-7" >{{data?data.f_total_fee_all:dafault.f_total_fee_all}}</span>
|
|
72
|
+
</div>
|
|
73
73
|
<!-- <div class="row" v-if="(data.f_meter_type === '机表' || data.f_meter_type === '物联网表') && data.f_deduction_gas > 0">-->
|
|
74
74
|
<!-- <label class = "col-sm-5 " >剩余抵扣量</label>-->
|
|
75
75
|
<!-- <span class = "col-sm-7" >{{data?data.f_deduction_gas:dafault.f_deduction_gas}}</span>-->
|
|
@@ -78,34 +78,34 @@
|
|
|
78
78
|
<!-- <label class = "col-sm-5 " style="color: brown" >户累购气量</label>-->
|
|
79
79
|
<!-- <span class = "col-sm-7" style="color: brown">{{data?data.f_total_gas_all:dafault.f_total_gas_all}}</span>-->
|
|
80
80
|
<!-- </div>-->
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
81
|
+
<div class="row" v-if="(data.f_meter_brand.includes('数码表'))">
|
|
82
|
+
<label class = "col-sm-5 " style="color: brown" >累购气量</label>
|
|
83
|
+
<span class = "col-sm-7" style="color: brown">{{data?data.f_total_gas:dafault.f_total_gas}}</span>
|
|
84
|
+
</div>
|
|
85
|
+
<div class="row" v-if="data.f_meter_type.includes('卡表') && data.f_meter_type === '气量卡表'">
|
|
86
|
+
<label class = "col-sm-5 " style="color: brown" >累购气量</label>
|
|
87
|
+
<span class = "col-sm-7" style="color: brown">{{data?data.f_total_gas:dafault.f_total_gas}}</span>
|
|
88
|
+
</div>
|
|
89
|
+
<div class="row" v-if="data.f_meter_type.includes('卡表')">
|
|
90
|
+
<label class = "col-sm-5 " style="color: brown">累购金额</label>
|
|
91
|
+
<span class = "col-sm-7" style="color: brown">{{data?data.f_total_fee:dafault.f_total_fee}}</span>
|
|
92
|
+
</div>
|
|
93
|
+
<div class="row" v-if="data.f_meter_type.includes('卡表')">
|
|
94
|
+
<label class = "col-sm-5 " style="color: brown">累购写卡金额</label>
|
|
95
|
+
<span class = "col-sm-7" style="color: brown">{{data?data.f_write_totalfee:dafault.f_total_fee}}</span>
|
|
96
|
+
</div>
|
|
97
97
|
<div class="row">
|
|
98
98
|
<label class = "col-sm-5 " >气表表号</label>
|
|
99
99
|
<span class = "col-sm-7">{{data?data.f_meternumber:dafault.f_meternumber}}</span>
|
|
100
100
|
</div>
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
101
|
+
<div class="row" v-if="data.f_meter_type.includes('卡表') || (data.f_meter_type.includes('物联网表') && data.f_hascard==='是')">
|
|
102
|
+
<label class = "col-sm-5 " >卡  号</label>
|
|
103
|
+
<span class = "col-sm-7">{{data?data.f_card_id:dafault.f_card_id}}</span>
|
|
104
|
+
</div>
|
|
105
|
+
<div class="row" v-if="data.f_meter_type.includes('卡表') || data.f_meter_type.includes('物联网表') && data.f_hascard==='是'">
|
|
106
|
+
<label class = "col-sm-5 " >写卡次数</label>
|
|
107
|
+
<span class = "col-sm-7">{{data?data.f_times:dafault.f_times}}</span>
|
|
108
|
+
</div>
|
|
109
109
|
<div class="row">
|
|
110
110
|
<label class = "col-sm-5 " >用气性质</label>
|
|
111
111
|
<span class = "col-sm-7">{{data?data.f_gasproperties:dafault.f_gasproperties}}</span>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<mix-price-info :data="data" v-if="data.f_price_type === '固定气价'"></mix-price-info>
|
|
4
4
|
<stairinfo :data="data" v-if="data.f_price_type === '阶梯气价'"></stairinfo>
|
|
5
5
|
<device-message @setstate="setstate" :state="state" :data="data"></device-message>
|
|
6
|
-
<valueaddinfo :data="data" v-ref:valueaddinfo></valueaddinfo
|
|
6
|
+
<!-- <valueaddinfo :data="data" v-ref:valueaddinfo></valueaddinfo>-->
|
|
7
7
|
<user-fee-info :userinfoid="data.f_userinfo_id" v-ref:valueaddinfo></user-fee-info>
|
|
8
8
|
<sale-safecheck-info :data="data"></sale-safecheck-info>
|
|
9
9
|
<!-- 未处理隐患 -->
|
package/businessNew.json
DELETED
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"机表收费":
|
|
3
|
-
{
|
|
4
|
-
"weight": 1,
|
|
5
|
-
"routeName": "machine-charge"
|
|
6
|
-
},
|
|
7
|
-
"物联网表收费": {
|
|
8
|
-
"weight": 1,
|
|
9
|
-
"routeName": "iot-meter-center"
|
|
10
|
-
},
|
|
11
|
-
"复拆表":
|
|
12
|
-
{
|
|
13
|
-
"weight": 9,
|
|
14
|
-
"routeName": "remove-table-cancel"
|
|
15
|
-
},
|
|
16
|
-
"转气":
|
|
17
|
-
{
|
|
18
|
-
"weight": 9,
|
|
19
|
-
"routeName": "gas-move"
|
|
20
|
-
},
|
|
21
|
-
"启用":
|
|
22
|
-
{
|
|
23
|
-
"weight": 7,
|
|
24
|
-
"routeName": "enable-manage"
|
|
25
|
-
},
|
|
26
|
-
"其他欠费":
|
|
27
|
-
{
|
|
28
|
-
"weight": 4,
|
|
29
|
-
"routeName": "other-charge-bypay"
|
|
30
|
-
},
|
|
31
|
-
"其他收费":
|
|
32
|
-
{
|
|
33
|
-
"weight": 4,
|
|
34
|
-
"routeName": "other-charge-new"
|
|
35
|
-
},
|
|
36
|
-
"过户":
|
|
37
|
-
{
|
|
38
|
-
"weight": 10,
|
|
39
|
-
"routeName": "transfer-manage"
|
|
40
|
-
},
|
|
41
|
-
"预存收费":
|
|
42
|
-
{
|
|
43
|
-
"weight": 9,
|
|
44
|
-
"routeName": "deposit-charge"
|
|
45
|
-
},
|
|
46
|
-
"发折":
|
|
47
|
-
{
|
|
48
|
-
"weight": 5,
|
|
49
|
-
"routeName": "send-book"
|
|
50
|
-
},
|
|
51
|
-
"停用":
|
|
52
|
-
{
|
|
53
|
-
"weight": 7,
|
|
54
|
-
"routeName": "disable-manage"
|
|
55
|
-
},
|
|
56
|
-
"迁表":
|
|
57
|
-
{
|
|
58
|
-
"weight": 9,
|
|
59
|
-
"routeName": "move-meter"
|
|
60
|
-
},
|
|
61
|
-
"其他退款":
|
|
62
|
-
{
|
|
63
|
-
"weight": 9,
|
|
64
|
-
"routeName": "bzj-cancel"
|
|
65
|
-
},
|
|
66
|
-
"清表退款": {
|
|
67
|
-
"weight": 7,
|
|
68
|
-
"routeName": "drop-table-refund"
|
|
69
|
-
},
|
|
70
|
-
"换表&清零":
|
|
71
|
-
{
|
|
72
|
-
"weight": 5,
|
|
73
|
-
"routeName": "change-meter"
|
|
74
|
-
},
|
|
75
|
-
"数码表收费":
|
|
76
|
-
{
|
|
77
|
-
"weight": 1,
|
|
78
|
-
"routeName": "digital-charge"
|
|
79
|
-
},
|
|
80
|
-
"气费(其他)":
|
|
81
|
-
{
|
|
82
|
-
"weight": 9,
|
|
83
|
-
"routeName": "over-use-charge"
|
|
84
|
-
},
|
|
85
|
-
"机表发卡":
|
|
86
|
-
{
|
|
87
|
-
"weight": 8,
|
|
88
|
-
"routeName": "show-card-sell-gas-jb"
|
|
89
|
-
},
|
|
90
|
-
"补气购气":
|
|
91
|
-
{
|
|
92
|
-
"weight": 0,
|
|
93
|
-
"routeName": "change_fill_sendcard"
|
|
94
|
-
},
|
|
95
|
-
"调价补差":
|
|
96
|
-
{
|
|
97
|
-
"weight": -1,
|
|
98
|
-
"routeName": "compensation-manage"
|
|
99
|
-
},
|
|
100
|
-
"气费退款":
|
|
101
|
-
{
|
|
102
|
-
"weight": 6,
|
|
103
|
-
"routeName": "refund-manage"
|
|
104
|
-
},
|
|
105
|
-
"补费扣费":
|
|
106
|
-
{
|
|
107
|
-
"weight": 8,
|
|
108
|
-
"routeName": "deduction-manage"
|
|
109
|
-
},
|
|
110
|
-
"拆表":
|
|
111
|
-
{
|
|
112
|
-
"weight": 9,
|
|
113
|
-
"routeName": "remove-table"
|
|
114
|
-
},
|
|
115
|
-
"卡表收费":
|
|
116
|
-
{
|
|
117
|
-
"weight": 1,
|
|
118
|
-
"routeName": "card-meter-center"
|
|
119
|
-
},
|
|
120
|
-
"换表补气":
|
|
121
|
-
{
|
|
122
|
-
"weight": 3,
|
|
123
|
-
"routeName": "change-meter-add-gas"
|
|
124
|
-
},
|
|
125
|
-
"其他补气":
|
|
126
|
-
{
|
|
127
|
-
"weight": 3,
|
|
128
|
-
"routeName": "other-gas"
|
|
129
|
-
},
|
|
130
|
-
"掉气补气":
|
|
131
|
-
{
|
|
132
|
-
"weight": 3,
|
|
133
|
-
"routeName": "off-gas-add-gas"
|
|
134
|
-
},
|
|
135
|
-
"补卡":
|
|
136
|
-
{
|
|
137
|
-
"weight": 2,
|
|
138
|
-
"routeName": "replace-card-manage"
|
|
139
|
-
},
|
|
140
|
-
"发卡售气":
|
|
141
|
-
{
|
|
142
|
-
"weight": 1,
|
|
143
|
-
"routeName": "show-card-sell-gas"
|
|
144
|
-
},
|
|
145
|
-
"物联网表发卡":
|
|
146
|
-
{
|
|
147
|
-
"weight": 8,
|
|
148
|
-
"routeName": "send-card-web"
|
|
149
|
-
},
|
|
150
|
-
"无卡收费": {
|
|
151
|
-
"weight": 2,
|
|
152
|
-
"routeName": "no-card-meter-center"
|
|
153
|
-
},
|
|
154
|
-
"赠气":
|
|
155
|
-
{
|
|
156
|
-
"weight": 9,
|
|
157
|
-
"routeName": "iotTable"
|
|
158
|
-
},
|
|
159
|
-
"卡表赠气":
|
|
160
|
-
{
|
|
161
|
-
"weight": 9,
|
|
162
|
-
"routeName": "icTable"
|
|
163
|
-
},
|
|
164
|
-
"物联网抄表冲正":
|
|
165
|
-
{
|
|
166
|
-
"weight": 9,
|
|
167
|
-
"routeName": "iot_read_correction"
|
|
168
|
-
},
|
|
169
|
-
"初始化卡": {
|
|
170
|
-
"weight": 9,
|
|
171
|
-
"routeName": "reset-show-card-gas"
|
|
172
|
-
},
|
|
173
|
-
"增值服务管理": {
|
|
174
|
-
"weight": 9,
|
|
175
|
-
"routeName": "value-addser-show"
|
|
176
|
-
},
|
|
177
|
-
"壁挂炉信息变更": {
|
|
178
|
-
"weight": 9,
|
|
179
|
-
"routeName": "wallheating-info-add"
|
|
180
|
-
},
|
|
181
|
-
"保险": {
|
|
182
|
-
"weight": 9,
|
|
183
|
-
"routeName": "insurance-add"
|
|
184
|
-
},
|
|
185
|
-
"档案完善": {
|
|
186
|
-
"weight": 9,
|
|
187
|
-
"routeName": "files_complete"
|
|
188
|
-
},
|
|
189
|
-
"封堵": {
|
|
190
|
-
"weight": 10,
|
|
191
|
-
"routeName": "user-plugging"
|
|
192
|
-
},
|
|
193
|
-
"余量补差": {
|
|
194
|
-
"weight": 10,
|
|
195
|
-
"routeName": "margin-compensation"
|
|
196
|
-
},
|
|
197
|
-
"解除封堵": {
|
|
198
|
-
"weight": 10,
|
|
199
|
-
"routeName": "secure-plugging"
|
|
200
|
-
}
|
|
201
|
-
}
|