|
|
@ -573,8 +573,7 @@ const buttonTableClick = async (val, row) => { |
|
|
|
// 判断物料 可采购 |
|
|
|
detailListTableColumnsRules.value = cloneDeep(ProductionreturnRequestDetailLabelRules) |
|
|
|
if (res.list[0].enableBuy == "TRUE") { |
|
|
|
detailListTableColumns.tableFormColumns = ProductionreturnRequestDetailLabel.allSchemas.tableFormColumns.filter(item=>item.field != 'productionLineCodePackage') |
|
|
|
delete detailListTableColumnsRules.value.productionLineCodePackage |
|
|
|
detailListTableColumns.tableFormColumns = ProductionreturnRequestDetailLabel.allSchemas.tableFormColumns.filter(item=>item.field != 'productionLineCode') |
|
|
|
// 修改 tableform 属性 |
|
|
|
detailListTableColumns.tableFormColumns.map(itemColumns => { |
|
|
|
if(itemColumns.field == 'supplierCode') { |
|
|
|