|
|
@ -517,6 +517,7 @@ console.log('PurchaseMain.allSchemas.searchSchema',PurchaseMain.allSchemas.searc |
|
|
|
if (item.field == 'orderQty') { |
|
|
|
console.log("AAAAAA",item) |
|
|
|
item.tableForm.disabled = false |
|
|
|
item.hidden = false |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
@ -525,6 +526,7 @@ console.log('PurchaseMain.allSchemas.searchSchema',PurchaseMain.allSchemas.searc |
|
|
|
if (item.field == 'orderQty') { |
|
|
|
console.log("BBBBB",item) |
|
|
|
item.tableForm.disabled = true |
|
|
|
item.hidden = true |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|