sale-client 3.5.232 → 3.5.233

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.232",
3
+ "version": "3.5.233",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -481,7 +481,7 @@
481
481
  this.pregas()
482
482
  },
483
483
  pregas () {
484
- if (this.model.f_pregas && this.model.f_pregas >= 0) {
484
+ if (this.model.f_pregas >= 0) {
485
485
  try {
486
486
  pregasGen(this)
487
487
  } catch (error) {
@@ -490,7 +490,7 @@
490
490
  this.pregas()
491
491
  },
492
492
  pregas () {
493
- if (this.model.f_pregas && this.model.f_pregas >= 0) {
493
+ if (this.model.f_pregas >= 0) {
494
494
  try {
495
495
  pregasGen(this)
496
496
  } catch (error) {
@@ -482,7 +482,7 @@ let preamountGen = async function (self) {
482
482
  this.pregas()
483
483
  },
484
484
  pregas () {
485
- if (this.model.f_pregas && this.model.f_pregas >= 0) {
485
+ if (this.model.f_pregas >= 0) {
486
486
  try {
487
487
  pregasGen(this)
488
488
  } catch (error) {
@@ -499,7 +499,7 @@
499
499
  this.pregas()
500
500
  },
501
501
  pregas () {
502
- if (this.model.f_pregas && this.model.f_pregas >= 0) {
502
+ if (this.model.f_pregas >= 0) {
503
503
  try {
504
504
  pregasGen(this)
505
505
  } catch (error) {
@@ -496,7 +496,7 @@
496
496
  this.pregas()
497
497
  },
498
498
  pregas () {
499
- if (this.model.f_pregas && this.model.f_pregas >= 0) {
499
+ if (this.model.f_pregas >= 0) {
500
500
  try {
501
501
  pregasGen(this)
502
502
  } catch (error) {
@@ -503,7 +503,7 @@
503
503
  this.pregas()
504
504
  },
505
505
  pregas () {
506
- if (this.model.f_pregas && this.model.f_pregas >= 0) {
506
+ if (this.model.f_pregas >= 0) {
507
507
  try {
508
508
  pregasGen(this)
509
509
  } catch (error) {
@@ -625,7 +625,7 @@
625
625
  this.pregas()
626
626
  },
627
627
  pregas () {
628
- if (this.model.f_pregas && this.model.f_pregas >= 0) {
628
+ if (this.model.f_pregas >= 0) {
629
629
  try {
630
630
  pregasGen(this)
631
631
  } catch (error) {
@@ -474,6 +474,7 @@
474
474
  this.$dispatch('refresh', this.row)
475
475
  },
476
476
  pregasBuy () {
477
+ debugger
477
478
  if (this.model.f_pregasBuy < 0) {
478
479
  this.model.f_pregasBuy = 0
479
480
  return
@@ -482,7 +483,7 @@
482
483
  this.pregas()
483
484
  },
484
485
  pregas () {
485
- if (this.model.f_pregas && this.model.f_pregas >= 0) {
486
+ if (this.model.f_pregas >= 0) {
486
487
  try {
487
488
  pregasGen(this)
488
489
  } catch (error) {