Browse Source

发票未税金额

intex_online20250409
王宇飞 2 months 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') { // if (item.field == 'beforeTaxAmount') {
item.componentProps.disabled = true // item.componentProps.disabled = true
} // }
// ---procurementCreatordiscountAmount1 // ---procurementCreatordiscountAmount1
if (item.field == 'procurementCreator' || item.field == 'discountAmount1') { if (item.field == 'procurementCreator' || item.field == 'discountAmount1') {
@ -1001,9 +1001,9 @@ const openForm = async (type: string, row?: any) => {
} }
// //
if (item.field == 'beforeTaxAmount') { // if (item.field == 'beforeTaxAmount') {
item.componentProps.disabled = false // item.componentProps.disabled = false
} // }
// if (item.field == 'procurementCreator') { // if (item.field == 'procurementCreator') {
// item.componentProps.options = procurementCreators.value // 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', component: 'InputNumber',
componentProps: { componentProps: {
precision: 2, precision: 2,
disabled: false, disabled: true,
} }
}, },
isTableForm:false, isTableForm:false,

Loading…
Cancel
Save