|
|
@@ -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
|