Browse Source

YT-1529客户对账单,模具分摊对账单,模具分摊单价字段应不显示

intex_online20241205
张立 2 months ago
parent
commit
b31aa07fe7
  1. 12
      src/views/wms/deliversettlementManage/moldAllocation/customerStatement/customerStatementMain.data.ts

12
src/views/wms/deliversettlementManage/moldAllocation/customerStatement/customerStatementMain.data.ts

@ -485,12 +485,12 @@ export const CustomerStatementShareReconciliation = useCrudSchemas(reactive<Crud
sort: 'custom',
isForm: false,
},
{
label: '模具分摊单价',
field: 'allocationPrice',
sort: 'custom',
isForm: false,
},
// {
// label: '模具分摊单价',
// field: 'allocationPrice',
// sort: 'custom',
// isForm: false,
// },
{
label: '调整金额',
field: 'adjustmentAmount',

Loading…
Cancel
Save