Browse Source

YT-2602SCP《供应商发票申请》新增后,编辑时禁止编辑 “税率”

intex_online20250522
张立 4 weeks ago
parent
commit
4cb75649f7
  1. 5
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

5
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

@ -1001,7 +1001,10 @@ const openForm = async (type: string, row?: any) => {
item.componentProps.disabled = true item.componentProps.disabled = true
} }
} }
// ---taxRate
if (item.field == 'taxRate') {
item.componentProps.disabled = true
}
// //
// if (item.field == 'beforeTaxAmount') { // if (item.field == 'beforeTaxAmount') {
// item.componentProps.disabled = true // item.componentProps.disabled = true

Loading…
Cancel
Save