sale-client 3.7.68 → 3.7.70
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
|
@@ -189,6 +189,7 @@ let cardChargeCancelGen = async function (self) {
|
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
let readyGen = async function (self) {
|
|
192
|
+
await self.$getConfig(self, 'CardMeterChargeCancel')
|
|
192
193
|
console.log('冲正业务config', self.config)
|
|
193
194
|
self.correctModel.f_cancel_type = self.config.cancelType
|
|
194
195
|
|
|
@@ -261,7 +262,7 @@ export default {
|
|
|
261
262
|
cancleother: false, // 默认可以撤销别人的操作
|
|
262
263
|
hasBillManage: false, // 默认不启用发票管理
|
|
263
264
|
cancelType: 'newBill',
|
|
264
|
-
cancletime:
|
|
265
|
+
cancletime: true // 是否限制当天不能冲正
|
|
265
266
|
},
|
|
266
267
|
model: {
|
|
267
268
|
f_payment: '',
|
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
</div>
|
|
127
127
|
<div class="row">
|
|
128
128
|
<div style="" class="col-sm-4 form-group">
|
|
129
|
-
<label for="f_rent_name" class="font_normal_body"
|
|
129
|
+
<label for="f_rent_name" class="font_normal_body">实际使用人</label>
|
|
130
130
|
<input type="text" v-model="baseinfo.base.f_rent_name" class="input_search" style="width:60%"
|
|
131
|
-
placeholder="
|
|
131
|
+
placeholder="实际使用人" v-el:contract v-next-el="rentname">
|
|
132
132
|
</div>
|
|
133
133
|
<div style="" class="col-sm-4 form-group">
|
|
134
|
-
<label for="f_zuhu_phone" class="font_normal_body"
|
|
134
|
+
<label for="f_zuhu_phone" class="font_normal_body">使用人电话</label>
|
|
135
135
|
<input type="text" v-model="baseinfo.base.f_zuhu_phone" class="input_search" style="width:60%"
|
|
136
|
-
placeholder="
|
|
136
|
+
placeholder="使用人电话" v-el:rentname v-next-el="zuhuphone">
|
|
137
137
|
</div>
|
|
138
138
|
<div style="" class="col-sm-4 form-group">
|
|
139
139
|
<label for="f_is_mgq" class="font_normal_body "> 付款类型</label>
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
</div>
|
|
107
107
|
<div class="row">
|
|
108
108
|
<div style="" class="col-sm-4 form-group">
|
|
109
|
-
<label for="f_rent_name" class="font_normal_body"
|
|
109
|
+
<label for="f_rent_name" class="font_normal_body">实际使用人</label>
|
|
110
110
|
<input type="text" v-model="baseinfo.base.f_rent_name" class="input_search" style="width:60%"
|
|
111
|
-
placeholder="
|
|
111
|
+
placeholder="实际使用人">
|
|
112
112
|
</div>
|
|
113
113
|
<div style="" class="col-sm-4 form-group">
|
|
114
|
-
<label for="f_zuhu_phone" class="font_normal_body"
|
|
114
|
+
<label for="f_zuhu_phone" class="font_normal_body">使用人电话</label>
|
|
115
115
|
<input type="text" v-model="baseinfo.base.f_zuhu_phone" class="input_search" style="width:60%"
|
|
116
|
-
placeholder="
|
|
116
|
+
placeholder="使用人电话">
|
|
117
117
|
</div>
|
|
118
118
|
<div style="" class="col-sm-4 form-group">
|
|
119
119
|
<label for="f_cost_type" class="font_normal_body "> 付款类型</label>
|