sale-client 3.6.225 → 3.6.226

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.6.225",
3
+ "version": "3.6.226",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -213,6 +213,8 @@
213
213
  'f_user_name': '姓名',
214
214
  'f_last_tablebase': '上期底数',
215
215
  'f_tablebase': '本期底数',
216
+ 'f_balance': '上期余额',
217
+ 'f_curbalance': '本期余额',
216
218
  'f_oughtamount': '用气量',
217
219
  'f_oughtfee': '用气金额',
218
220
  'f_qianfei_fee': '欠费金额合计',
@@ -199,6 +199,8 @@
199
199
  'f_user_name': '姓名',
200
200
  'f_last_tablebase': '上期底数',
201
201
  'f_tablebase': '本期底数',
202
+ 'f_balance': '上期余额',
203
+ 'f_curbalance': '本期余额',
202
204
  'f_oughtamount': '用气量',
203
205
  'f_oughtfee': '用气金额',
204
206
  'f_detailprice': '结算明细',
@@ -197,16 +197,14 @@
197
197
  <!-- <input class="form-control col-sm-2" :disabled="diytick"-->
198
198
  <!-- v-model="row.f_address_phone" placeholder="开票地址">-->
199
199
  <!-- </div>-->
200
- <div class="col-sm-12 form-group form-input-group" :class="[!row.f_buy_address ? 'has-error' : '']">
200
+ <div class="col-sm-12 form-group form-input-group">
201
201
  <label class="control-label">开票地址:</label>
202
202
  <input class="form-control col-sm-2"
203
- :disabled="diytick"
204
203
  v-model="row.f_buy_address" placeholder="开票地址">
205
204
  </div>
206
- <div class="col-sm-12 form-group form-input-group" :class="[!row.f_buy_phone ? 'has-error' : '']">
205
+ <div class="col-sm-12 form-group form-input-group">
207
206
  <label class="control-label">开票电话:</label>
208
207
  <input class="form-control col-sm-2"
209
- :disabled="diytick"
210
208
  v-model="row.f_buy_phone" placeholder="开票电话">
211
209
  </div>
212
210
  <div class="col-sm-12 form-group form-input-group">
@@ -225,7 +223,7 @@
225
223
  </button>
226
224
  <button type="button" class="btn button_search"
227
225
  v-if="diytick"
228
- :disabled="diytick && !(row.f_paper_name&&row.name&&row.money&&row.f_buy_address&&row.f_buy_phone&&invoice_type)"
226
+ :disabled="diytick && !(row.f_paper_name&&row.name&&row.money&&invoice_type)"
229
227
  @click='openCustETicket'>确认收费
230
228
  </button>
231
229
  </footer>
@@ -170,7 +170,7 @@ export default {
170
170
  is_pax: invoice_is_pax === '征税',
171
171
  isTax: invoice_is_pax === '征税' ? 1 : 0,
172
172
  invoice_type: 0,
173
- retry: true
173
+ retry: false
174
174
  }, custModel)
175
175
  // TODO 组织开票数据并保存
176
176
  const res = await this.$resetpost('/invoice/rs/logic/customInvoice', model, {