This commit is contained in:
linfso 2024-12-27 07:42:41 +08:00
parent b259b8d13b
commit fe9c50e24d

View File

@ -938,7 +938,7 @@ export default {
},
handleShowGotPic(row){
if(!this.currentSelectBill.orderStatus==0){
if(this.currentSelectBill.waybillStatus=='0'){
this.$modal.msgError("未揽收" );
return
}