sale-client 3.5.248 → 3.5.250
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/package.json +1 -1
- package/src/filiale/kelai/CardMeterCenter.vue +6 -2
- package/src/filiale/kelai/IOTMeterCenter.vue +6 -2
- package/src/filiale/ningjin/CardMeterCenter.vue +908 -0
- package/src/filiale/ningjin/ChangeMeter.vue +979 -0
- package/src/filiale/ningjin/ChargeRecordQuery.vue +100 -0
- package/src/filiale/ningjin/FileUserFiles.vue +1017 -0
- package/src/filiale/ningjin/FilesManage/UserEssentialInfoTest.vue +321 -0
- package/src/filiale/ningjin/HandplanQuery.vue +1200 -0
- package/src/filiale/ningjin/IOTMeterCenter.vue +806 -0
- package/src/filiale/ningjin/MeterReadAudit.vue +347 -0
- package/src/filiale/ningjin/MeterinfoTest.vue +921 -0
- package/src/filiale/ningjin/NoCardMeterCenter.vue +464 -0
- package/src/filiale/ningjin/ReplaceCardManage.vue +423 -0
- package/src/filiale/ningjin/Userinfo.vue +180 -0
- package/src/filiale/ningjin/common/userinfo_detail/ic_detail/RecordQueryUser.vue +249 -0
- package/src/filiale/ningjin/machineDown.vue +1112 -0
- package/src/filiale/ningjin/machineHand.vue +2068 -0
- package/src/filiale/ningjin/refund/IOTRefund.vue +244 -0
- package/src/filiale/ningjin/refund/RefundManage.vue +28 -0
- package/src/filiale/ningjin/refund/machineRefund.vue +200 -0
- package/src/filiale/ningjin/sale.js +36 -0
- package/src/filiale/shanxian/ChangeMeter.vue +968 -0
- package/src/filiale/shanxian/OtherChargeNew.vue +550 -0
- package/src/filiale/shanxian/ResetMeter.vue +969 -0
- package/src/filiale/shanxian/TransferManage.vue +18 -16
- package/src/filiale/shanxian/sale.js +6 -0
- package/src/filiale/xiangyun/machineHand.vue +2068 -0
- package/src/filiale/xiangyun/sale.js +2 -0
package/package.json
CHANGED
|
@@ -147,9 +147,11 @@
|
|
|
147
147
|
|
|
148
148
|
<div class="row" style="padding-top: 0.5em;">
|
|
149
149
|
<div class="col-sm-4 form-group">
|
|
150
|
+
<label class="font_normal_body" style="color: red;">欠费账期</label>
|
|
151
|
+
<input class="input_search" style="width:60%" type="text" v-model="accountperiod" disabled>
|
|
150
152
|
</div>
|
|
151
153
|
<div class="col-sm-4 form-group">
|
|
152
|
-
<label class="font_normal_body">垃 圾 费</label>
|
|
154
|
+
<label class="font_normal_body" style="color: red;">垃 圾 费</label>
|
|
153
155
|
<input class="input_search" style="width:60%" type="number" v-model="garbage_money" disabled>
|
|
154
156
|
</div>
|
|
155
157
|
<div class="col-sm-4 form-group">
|
|
@@ -556,7 +558,8 @@
|
|
|
556
558
|
garbage_list: [],
|
|
557
559
|
garbage_number: 0,
|
|
558
560
|
garbage_money: 0,
|
|
559
|
-
totalCharge: 0
|
|
561
|
+
totalCharge: 0,
|
|
562
|
+
accountperiod: ''
|
|
560
563
|
}
|
|
561
564
|
},
|
|
562
565
|
props: ['row', 'cardData'],
|
|
@@ -647,6 +650,7 @@
|
|
|
647
650
|
this.garbage_list = res.data.list
|
|
648
651
|
this.garbage_number = res.data.list.length
|
|
649
652
|
this.garbage_money = res.data.money
|
|
653
|
+
this.accountperiod = res.data.accountperiod
|
|
650
654
|
},
|
|
651
655
|
// 校验发票信息
|
|
652
656
|
checkInvoiceMsg (flag) {
|
|
@@ -137,9 +137,11 @@
|
|
|
137
137
|
</div>
|
|
138
138
|
<div class="row" style="padding-top: 0.5em;">
|
|
139
139
|
<div class="col-sm-4 form-group">
|
|
140
|
+
<label class="font_normal_body" style="color: red;">欠费账期</label>
|
|
141
|
+
<input class="input_search" style="width:60%" type="text" v-model="accountperiod" disabled>
|
|
140
142
|
</div>
|
|
141
143
|
<div class="col-sm-4 form-group">
|
|
142
|
-
<label class="font_normal_body">垃 圾 费</label>
|
|
144
|
+
<label class="font_normal_body" style="color: red;">垃 圾 费</label>
|
|
143
145
|
<input class="input_search" style="width:60%" type="number" v-model="garbage_money" disabled>
|
|
144
146
|
</div>
|
|
145
147
|
<div class="col-sm-4 form-group">
|
|
@@ -517,7 +519,8 @@
|
|
|
517
519
|
garbage_list: [],
|
|
518
520
|
garbage_number: 0,
|
|
519
521
|
garbage_money: 0,
|
|
520
|
-
totalCharge: 0
|
|
522
|
+
totalCharge: 0,
|
|
523
|
+
accountperiod: ''
|
|
521
524
|
}
|
|
522
525
|
},
|
|
523
526
|
props: ['row'],
|
|
@@ -606,6 +609,7 @@
|
|
|
606
609
|
this.garbage_list = res.data.list
|
|
607
610
|
this.garbage_number = res.data.list.length
|
|
608
611
|
this.garbage_money = res.data.money
|
|
612
|
+
this.accountperiod = res.data.accountperiod
|
|
609
613
|
},
|
|
610
614
|
// 校验发票信息
|
|
611
615
|
checkInvoiceMsg () {
|