This commit is contained in:
bb_pan 2025-06-13 17:46:09 +08:00
parent 7c68ec49f4
commit 3eb2fe7b30
1 changed files with 2 additions and 2 deletions

View File

@ -509,11 +509,11 @@ export default {
},
//
showCheckForm(row) {
return [3, 4, 13, 14, 19, 21, 22].includes(Number(row.taskStatus))
return [3, 4, 13, 14, 19, 21, 22].includes(Number(row.purchaseStatus))
},
//
showInboundForm(row) {
return [19, 21, 22].includes(Number(row.taskStatus))
return [19, 21, 22].includes(Number(row.purchaseStatus))
},
/** 搜索按钮操作 */
handleQuery() {