sale-client 4.3.28 → 4.3.29

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/CHANGELOG.md CHANGED
@@ -1,7 +1,10 @@
1
1
  # Change Log
2
2
  所有关于本产品的变化都在该文档里。
3
+ ## **🚀 V4.3.29 2026-04-08 `@张科科`**
4
+ ### `🌟` 功能调整
5
+ - 洪雅 机表收费 页面中 实欠气费 改为 用气金额
3
6
 
4
- ## **🚀 V4.3.24 2023-04-02 `@张科科`**
7
+ ## **🚀 V4.3.24 2026-04-02 `@张科科`**
5
8
  ### `🌟` 功能调整
6
9
  - 换新表界面 中提示词修改
7
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.3.28",
3
+ "version": "4.3.29",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -47,10 +47,10 @@
47
47
  v-scale = "[data.f_pregas, 2]" disabled>
48
48
  </div>
49
49
  <div class="col-sm-4 form-group">
50
- <label for="f_preamount" class="font_normal_body">实欠气费</label>
50
+ <label for="f_preamount" class="font_normal_body">用气金额</label>
51
51
  <input class="input_search" style="width:60%" style="width:60%" type="number" v-model="data.f_preamount"
52
52
  v-scale = "[data.f_preamount, 2]"
53
- placeholder="实欠气费" disabled>
53
+ placeholder="用气金额" disabled>
54
54
  </div>
55
55
 
56
56
  <div class="col-sm-4 form-group">
@@ -275,7 +275,7 @@
275
275
  this.sliceArea = []
276
276
  let getAllArea = await this.$resetpost('/api/af-revenue/logic/getZoneByKeys', {
277
277
  orgId: this.f_filialeids
278
- }, {rejectMsg: null, resolveMsg: '获取片区失败'})
278
+ }, {rejectMsg: '获取片区失败', resolveMsg: null})
279
279
  let arr = getAllArea.data
280
280
  arr.forEach((res) => {
281
281
  this.sliceArea.push({label: res.label, value: {name: res.label, code: res.value}})
File without changes
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Wed Mar 18 10:18:57 CST 2026
2
- gradle.version=5.2.1
Binary file
File without changes