|
|
@@ -445,15 +445,16 @@ export default {
|
|
|
*/
|
|
|
displaySendCost(){
|
|
|
if(this.form.sendType == 2){
|
|
|
- if(this.ghsInfo.openIntraCity == 0){
|
|
|
+ if([0, 2].includes(this.ghsInfo.openIntraCity)){
|
|
|
return false
|
|
|
}else{
|
|
|
return true
|
|
|
}
|
|
|
}
|
|
|
- if(this.ghsInfo.pfLevel && this.ghsInfo.pfLevel == 1){
|
|
|
- return true
|
|
|
- }
|
|
|
+ // 这个要先去掉,后面再考虑
|
|
|
+ // if(this.ghsInfo.pfLevel && this.ghsInfo.pfLevel == 1){
|
|
|
+ // return true
|
|
|
+ // }
|
|
|
return false
|
|
|
},
|
|
|
/**
|