修改打包邮寄状态逻辑判断

This commit is contained in:
fengachen
2021-09-09 11:33:03 +08:00
parent edaa60ca9c
commit ce93f83a3f
+6 -1
View File
@@ -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
}
}
}
}