|
|
@ -57,7 +57,6 @@ |
|
|
|
@searchTableSuccess="searchTableSuccess" |
|
|
|
@submitForm="submitForm" |
|
|
|
:isShowButton = isShowButton |
|
|
|
:isShowReduceButton = isShowButton |
|
|
|
/> |
|
|
|
|
|
|
|
<!-- 详情 --> |
|
|
@ -175,9 +174,6 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => |
|
|
|
delete item.form.componentProps.searchCondition |
|
|
|
} |
|
|
|
}) |
|
|
|
}).catch(err => { |
|
|
|
console.log(err) |
|
|
|
message.error('错误') |
|
|
|
}) |
|
|
|
if(formField == 'itemCode'){ |
|
|
|
console.log( val[0]); |
|
|
@ -545,9 +541,6 @@ const resetShow = async () => { |
|
|
|
item.tableForm.isInpuFocusShow = true |
|
|
|
item.tableForm.disabled = false |
|
|
|
} |
|
|
|
if(item.field == 'planQty') { |
|
|
|
item.tableForm.disabled = false |
|
|
|
} |
|
|
|
if(item.field == 'uom') { |
|
|
|
item.tableForm.disabled = false |
|
|
|
} |
|
|
|