sale-client 3.5.262 → 3.5.264

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.5.262",
3
+ "version": "3.5.264",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -351,7 +351,7 @@
351
351
  },
352
352
  methods: {
353
353
  async initdata () {
354
- this.model.f_address_state = '已通气'
354
+ this.model.f_address_state = '未通气'
355
355
  this.initAreas(this.f_filialeids)
356
356
  // 添加特殊地址选省市区
357
357
 
@@ -509,7 +509,7 @@
509
509
  hasBillManage: false, // 默认不启用发票管理
510
510
  billType: '燃气费', // 票据类型(燃气费,其他费用,调用的发票代码不同)
511
511
  printType: '普通收据', // 收据/电子票/专用发票/国税发票
512
- payment: '现金缴费',
512
+ payment: '',
513
513
  floor: false,
514
514
  overdraftBalance: false // 是否支持系统余额透支
515
515
  },
@@ -444,7 +444,7 @@
444
444
  hasBillManage: false, // 默认不启用发票管理
445
445
  billType: '燃气费', // 票据类型(燃气费,其他费用,调用的发票代码不同)
446
446
  printType: '普通收据', // 收据/电子票/专用发票/国税发票
447
- payment: '现金缴费',
447
+ payment: '',
448
448
  overdraftBalance: false // 是否支持系统余额透支
449
449
  },
450
450
  model: {
@@ -320,7 +320,7 @@
320
320
  model: {
321
321
  f_purchase: 0,
322
322
  f_write_card: '不写卡',
323
- f_payment: '现金缴费',
323
+ f_payment: '',
324
324
  f_pregas: '',
325
325
  f_preamount: 0,
326
326
  f_totalcost: 0,
@@ -482,7 +482,7 @@ export default {
482
482
  },
483
483
  model: {
484
484
  f_stairprice_id: '',
485
- f_payment: '现金缴费',
485
+ f_payment: '',
486
486
  f_pregas: '',
487
487
  f_preamount: 0,
488
488
  f_totalcost: 0,
@@ -372,7 +372,7 @@
372
372
  },
373
373
  model: {
374
374
  f_stairprice_id: '',
375
- f_payment: '现金缴费',
375
+ f_payment: '',
376
376
  f_pregas: '',
377
377
  f_preamount: 0,
378
378
  f_totalcost: 0,
@@ -29,7 +29,7 @@ export default function () {
29
29
  // 机表收费
30
30
  Vue.component('machine-meter-center', (resolve) => { require(['./machine/MachineMeterCenter'], resolve) })
31
31
  // 欠费查询
32
- Vue.component('sale-ar欠款-query', (resolve) => { require(['./machine/ArrearsQuery'], resolve) })
32
+ Vue.component('sale-arrears-query', (resolve) => { require(['./machine/ArrearsQuery'], resolve) })
33
33
  // 批量管理
34
34
  Vue.component('batch-manage', (resolve) => { require(['./revenue/comprehen/closeaccount/Batchmanage'], resolve) })
35
35
  // 气损收费查询