Browse Source

发票未税金额

intex_online20250409
王宇飞 2 weeks ago
parent
commit
57f25644f8
  1. 12
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue
  2. 2
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/supplierinvoiceRequestMain.data.ts

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

@ -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
// }
// ---procurementCreatordiscountAmount1
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

2
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/supplierinvoiceRequestMain.data.ts

@ -507,7 +507,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>(
component: 'InputNumber',
componentProps: {
precision: 2,
disabled: false,
disabled: true,
}
},
isTableForm:false,

Loading…
Cancel
Save