sale-client 4.3.65 → 4.3.67
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/jinhong/CardList.vue +1 -1
- package/src/filiale/jinhong/CardMeterCenterInner.vue +3 -0
- package/src/filiale/jinhong/RecordCancel.vue +1 -1
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/9.3.0/checksums/checksums.lock +0 -0
- package/.gradle/9.3.0/fileChanges/last-build.bin +0 -0
- package/.gradle/9.3.0/fileHashes/fileHashes.lock +0 -0
- package/.gradle/9.3.0/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/vcs-1/gc.properties +0 -0
package/package.json
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
<cancellation-detail :data="row" v-if="row.type === '销户'"></cancellation-detail>
|
|
130
130
|
<refund-detail :data="row" v-if="row.type === '退费' || row.type == '卡表退费'"></refund-detail>
|
|
131
131
|
|
|
132
|
-
<insurance-manage-detail :data="row" v-if="row.type === '保险收费'"></insurance-manage-detail>
|
|
132
|
+
<insurance-manage-detail :data="row" v-if="row.type === '保险收费' || row.type === '保险收费撤销'"></insurance-manage-detail>
|
|
133
133
|
|
|
134
134
|
<change-meter-cancel :data="row" v-if="row.type === '换表撤销'"></change-meter-cancel>
|
|
135
135
|
<autoaccounts-cancel-detail :data="row" v-if="row.type === '自动下账撤销'"></autoaccounts-cancel-detail>
|
|
@@ -932,6 +932,9 @@
|
|
|
932
932
|
if (item.f_gas > 0) {
|
|
933
933
|
num = num + 1
|
|
934
934
|
}
|
|
935
|
+
if (item.f_price_name === '阶梯2' || item.f_price_name === '阶梯3') {
|
|
936
|
+
num = num + 2
|
|
937
|
+
}
|
|
935
938
|
if (this.row.f_isdecimal === '是') {
|
|
936
939
|
str = str + item.f_price + ' x ' + item.f_gas + '+'
|
|
937
940
|
} else {
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|