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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.7.68",
3
+ "version": "3.7.70",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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: false // 是否限制当天不能冲正
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">&ensp;租户姓名</label>
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="租户姓名" v-el:contract v-next-el="rentname">
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">&ensp;租户电话</label>
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="租户电话" v-el:rentname v-next-el="zuhuphone">
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 ">&ensp;付款类型</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">&ensp;租户姓名</label>
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">&ensp;租户电话</label>
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 ">&ensp;付款类型</label>