shish 2 лет назад
Родитель
Сommit
93500794ac

+ 2 - 2
hdApp/src/admin/billing/affirmGhs.vue

@@ -619,8 +619,8 @@ export default {
 					//昆明发货到全国
 					let packCost = 0
 					let weight = this.allCountFun.weight ? this.allCountFun.weight : 0
-					if (that.getDictionariesInfo.kmPackCost && !this.$util.isEmpty(that.getDictionariesInfo.kmPackCost)){
-						for (const ele of that.getDictionariesInfo.kmPackCost) {
+					if (that.ghsInfo.kmPackCost && !this.$util.isEmpty(that.ghsInfo.kmPackCost)){
+						for (const ele of that.ghsInfo.kmPackCost) {
 							let flagWeight = ele.num?ele.num:0
 							if(Number(flagWeight)>=Number(weight)){
 								that.form.packCost = ele.amount?parseFloat(Number(ele.amount)):0

+ 2 - 2
hdApp/src/admin/billing/affirmGhsBook.vue

@@ -443,8 +443,8 @@ export default {
 					//昆明发货到全国
 					let packCost = 0
 					let weight = this.allCountFun.weight ? this.allCountFun.weight : 0
-					if (that.getDictionariesInfo.kmPackCost && !this.$util.isEmpty(that.getDictionariesInfo.kmPackCost)){
-						for (const ele of that.getDictionariesInfo.kmPackCost) {
+					if (that.ghsInfo.kmPackCost && !this.$util.isEmpty(that.ghsInfo.kmPackCost)){
+						for (const ele of that.ghsInfo.kmPackCost) {
 							let flagWeight = ele.num?ele.num:0
 							if(Number(flagWeight)>=Number(weight)){
 								that.form.packCost = ele.amount?parseFloat(Number(ele.amount)):0