sale-client 4.2.154 → 4.2.156

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.
@@ -1,2 +1,2 @@
1
- #Tue Dec 30 10:04:44 CST 2025
1
+ #Mon Jan 05 11:37:36 CST 2026
2
2
  gradle.version=5.2.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.2.154",
3
+ "version": "4.2.156",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -134,7 +134,7 @@
134
134
  this.closeTimer()
135
135
  return
136
136
  }
137
- if (times > 12) {
137
+ if (times > 36) {
138
138
  self.$showAlert(`多次查询未成功,请重新扫描用户付款码`, 'danger')
139
139
  self.closeTimer()
140
140
  }
@@ -211,15 +211,17 @@
211
211
  <!-- <input class="input_search" style="width:60%" type="text"-->
212
212
  <!-- v-model="model.f_serial_number" placeholder="业务单号">-->
213
213
  <!-- </div>-->
214
- <div class="col-sm-4 ">
214
+ <div class="col-sm-4" :class="[$v.ladder_sync.required ? 'has-error' : '']">
215
215
  <label class=" font_normal_body">阶梯累计</label>
216
+ <input type="text" v-show="false" v-model="$refs.ladder_sync.selectedItems" v-validate:ladder_sync='{required: true }'>
216
217
  <v-select id="f_ladder_sync"
217
- v-model="f_ladder_sync"
218
+ v-model="f_payment"
218
219
  placeholder='是否累计'
219
220
  :search="false"
220
221
  :value-single="true"
221
222
  :value.sync="model.f_ladder_sync"
222
223
  :options='ladder'
224
+ v-ref:ladder_sync
223
225
  close-on-select clear-button></v-select>
224
226
  </div>
225
227
  <div class="col-sm-4" v-if="!config.f_change_reason">
@@ -466,7 +468,7 @@ export default {
466
468
  billType: '其他费用', // 票据类型(燃气费,其他费用,调用的发票代码不同)
467
469
  printType: '普通收据', // 收据/电子票/专用发票/国税发票
468
470
  payment: '现金缴费',
469
- ladderSync: '同步',
471
+ ladderSync: '',
470
472
  open_way: '发卡开户',
471
473
  hasArrearsChange: false, // 是否可以有欠费换表
472
474
  f_change_operator: false, // 换表人是否必填
File without changes
File without changes
Binary file