|
|
@@ -343,9 +343,12 @@ export default {
|
|
|
}
|
|
|
this.needAddPackCost = false
|
|
|
if(this.ghsInfo.pfLevel && this.ghsInfo.pfLevel == 1){
|
|
|
- //昆明发全国
|
|
|
- this.needAddPackCost = true
|
|
|
- price = price + this.form.packCost
|
|
|
+ //不是同城配送的,算打包费
|
|
|
+ if(this.form.transType != 4){
|
|
|
+ //昆明发全国
|
|
|
+ this.needAddPackCost = true
|
|
|
+ price = price + this.form.packCost
|
|
|
+ }
|
|
|
}else{
|
|
|
//同城配送
|
|
|
if(this.form.sendType == 4){
|