|
|
@ -956,9 +956,9 @@ const openForm = async (type: string, row?: any) => { |
|
|
|
} |
|
|
|
|
|
|
|
// 发票未税金额 |
|
|
|
if (item.field == 'beforeTaxAmount') { |
|
|
|
item.componentProps.disabled = true |
|
|
|
} |
|
|
|
// if (item.field == 'beforeTaxAmount') { |
|
|
|
// item.componentProps.disabled = true |
|
|
|
// } |
|
|
|
|
|
|
|
// 编辑---procurementCreator采购审批人、discountAmount1折扣金额 |
|
|
|
if (item.field == 'procurementCreator' || item.field == 'discountAmount1') { |
|
|
@ -1001,9 +1001,9 @@ const openForm = async (type: string, row?: any) => { |
|
|
|
} |
|
|
|
|
|
|
|
// 发票未税金额 |
|
|
|
if (item.field == 'beforeTaxAmount') { |
|
|
|
item.componentProps.disabled = false |
|
|
|
} |
|
|
|
// if (item.field == 'beforeTaxAmount') { |
|
|
|
// item.componentProps.disabled = false |
|
|
|
// } |
|
|
|
// if (item.field == 'procurementCreator') { |
|
|
|
// item.componentProps.options = procurementCreators.value |
|
|
|
|
|
|
|