This commit is contained in:
parent
7c68ec49f4
commit
3eb2fe7b30
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue