|
|
@ -1001,7 +1001,10 @@ const openForm = async (type: string, row?: any) => { |
|
|
|
item.componentProps.disabled = true |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// 编辑---taxRate税率 |
|
|
|
if (item.field == 'taxRate') { |
|
|
|
item.componentProps.disabled = true |
|
|
|
} |
|
|
|
// 发票未税金额 |
|
|
|
// if (item.field == 'beforeTaxAmount') { |
|
|
|
// item.componentProps.disabled = true |
|
|
|