Browse Source

库存余额隐藏单价金额

hella_online_20240829
陈薪名 2 months ago
parent
commit
4d365a91fe
  1. 44
      src/views/wms/inventoryManage/balance/balance.data.ts

44
src/views/wms/inventoryManage/balance/balance.data.ts

@ -253,28 +253,28 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([
// component: 'InputNumber',
// }
// },
{
label: '单价',
field: 'singlePrice',
sort: 'custom',
table: {
width: 150
},
form: {
component: 'InputNumber',
}
},
{
label: '金额',
field: 'amount',
sort: 'custom',
table: {
width: 150
},
form: {
component: 'InputNumber',
}
},
// {
// label: '单价',
// field: 'singlePrice',
// sort: 'custom',
// table: {
// width: 150
// },
// form: {
// component: 'InputNumber',
// }
// },
// {
// label: '金额',
// field: 'amount',
// sort: 'custom',
// table: {
// width: 150
// },
// form: {
// component: 'InputNumber',
// }
// },
// {
// label: '入库时间',
// field: 'putInTime',

Loading…
Cancel
Save