diff --git a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue index a5b04cfd2..0eea10e7a 100644 --- a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue +++ b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue @@ -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