Browse Source

销售开票记录添加字段

intex_online20250427
张立 1 day ago
parent
commit
0de0a155b5
  1. 13
      src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts
  2. 8
      src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts

13
src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts

@ -325,7 +325,20 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive<CrudSchema[]>([
disabled: true,
}
},
},
{
label: '已分摊价税合计',
field: 'alreadyMoldTaxTotal',
formatter: accountantFormart,
table: {
width: 160
},
form: {
componentProps: {
disabled: true,
}
},
},
{
label: '模具未税差异',
field: 'moldTaxAmountDiff',

8
src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts

@ -331,8 +331,8 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive<CrudSchema[]>([
},
},
{
label: '模具未税差异',
field: 'moldTaxAmountDiff',
label: '已分摊价税合计',
field: 'alreadyMoldTaxTotal',
formatter: accountantFormart,
table: {
width: 160
@ -344,8 +344,8 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive<CrudSchema[]>([
},
},
{
label: '已分摊价税合计',
field: 'alreadyMoldTaxTotal',
label: '模具未税差异',
field: 'moldTaxAmountDiff',
formatter: accountantFormart,
table: {
width: 160

Loading…
Cancel
Save