This commit is contained in:
zds
2022-07-08 14:40:41 +08:00
parent 12484acb0d
commit b9ce4e74fa
2 changed files with 16 additions and 5 deletions

View File

@@ -337,7 +337,7 @@ export default {
if (rows[i].order_status < '40' || rows.length !== 1) {
this.print1_flag = true
}
if (rows[i].status < '30' || rows.length !== 1 || "GX003,GX004,GX009,GX010,GX011".indexOf(rows[i].workprocedure_code)===-1) {
if (rows.length !== 1 || "GX003,GX004,GX009,GX010,GX011".indexOf(rows[i].workprocedure_code)===-1) {
this.print2_flag = true
}
}