This commit is contained in:
2022-07-08 15:00:02 +08:00
5 changed files with 27 additions and 10 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
}
}