修改打包邮寄状态逻辑判断
This commit is contained in:
@@ -61,7 +61,12 @@ export default {
|
||||
}else if(this.statusNo === 1){
|
||||
return finished
|
||||
}else if(this.statusNo == 2){
|
||||
return half
|
||||
// 如果不是打包和需要发票
|
||||
if(this.statusType){
|
||||
return half
|
||||
}else {
|
||||
return finished
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user