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', sort: 'custom',
isForm: false, isForm: false,
}, },
{ // {
label: '模具分摊单价', // label: '模具分摊单价',
field: 'allocationPrice', // field: 'allocationPrice',
sort: 'custom', // sort: 'custom',
isForm: false, // isForm: false,
}, // },
{ {
label: '调整金额', label: '调整金额',
field: 'adjustmentAmount', field: 'adjustmentAmount',

Loading…
Cancel
Save