优化
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user