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', // component: 'InputNumber',
// } // }
// }, // },
{ // {
label: '单价', // label: '单价',
field: 'singlePrice', // field: 'singlePrice',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
} // }
}, // },
{ // {
label: '金额', // label: '金额',
field: 'amount', // field: 'amount',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
} // }
}, // },
// { // {
// label: '入库时间', // label: '入库时间',
// field: 'putInTime', // field: 'putInTime',

Loading…
Cancel
Save