|
@ -458,7 +458,7 @@ const handleImport = () => { |
|
|
if(item.field == 'orderType'){ |
|
|
if(item.field == 'orderType'){ |
|
|
item.componentProps.disabled = true |
|
|
item.componentProps.disabled = true |
|
|
} |
|
|
} |
|
|
if(row.status=='1'||row.status=='3'||row.status=='6'){ |
|
|
if(row.status=='1'){ |
|
|
if(item.field == 'procurementCreator'){ |
|
|
if(item.field == 'procurementCreator'){ |
|
|
// 采购价格审批人 |
|
|
// 采购价格审批人 |
|
|
item.componentProps.disabled = false |
|
|
item.componentProps.disabled = false |
|
|