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.
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/package.json +1 -1
- package/src/filiale/dexin/PaymentCode.vue +1 -1
- package/src/filiale/ronghao/ChangeMeter.vue +5 -3
- package/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/8.10/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.10/fileChanges/last-build.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/gc.properties +0 -0
- package/.gradle/file-system.probe +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Mon Jan 05 11:37:36 CST 2026
|
|
2
2
|
gradle.version=5.2.1
|
package/package.json
CHANGED
|
@@ -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="
|
|
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, // 换表人是否必填
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|