|
|
@ -216,7 +216,7 @@ const searchTableSuccess = async(formField, searchField, val, formRef, type, row |
|
|
|
if (type == 'tableForm') { |
|
|
|
// 明细查询页赋值 |
|
|
|
row[formField] = val[0][searchField] |
|
|
|
if(formField=='purchaseReceiptRecordNumber'){ |
|
|
|
if(formField=='purchaseReceiptRecordNumber'){//搜索记录单号--回显数据 |
|
|
|
row['supplierCode'] = val[0]['supplierCode'] |
|
|
|
row['poNumber'] = val[0]['poNumber'] |
|
|
|
row['poLine'] = val[0]['poLine'] |
|
|
@ -314,9 +314,9 @@ const searchTableSuccess = async(formField, searchField, val, formRef, type, row |
|
|
|
if (item.field == 'qty') { |
|
|
|
item.tableForm.disabled = false |
|
|
|
} |
|
|
|
if (item.field == 'returnedQty') { |
|
|
|
item.tableForm.disabled = false |
|
|
|
} |
|
|
|
// if (item.field == 'returnedQty') { |
|
|
|
// item.tableForm.disabled = false |
|
|
|
// } |
|
|
|
if (item.field == 'reason') { |
|
|
|
item.tableForm.disabled = false |
|
|
|
} |
|
|
|