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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.3.65",
3
+ "version": "4.3.67",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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 {
@@ -267,7 +267,7 @@
267
267
  } else if (type === '加成气费收费') {
268
268
  name = 'gasChargeCancel'
269
269
  } else if (type === '保险收费') {
270
- name = 'cancelInsurance'
270
+ name = 'InsuranceCancellation'
271
271
  } else {
272
272
  return
273
273
  }
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Wed May 13 15:19:48 CST 2026
2
- gradle.version=5.2.1
File without changes