Browse Source

YT-2505《隔离出库》新增时,明细隐藏“单价”和“金额”字段,同时,列表页和详情的明细页面,也隐藏单价和金额字段

intex_online20250427
张立 4 days ago
parent
commit
8d8ce0517c
  1. 44
      src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts

44
src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts

@ -745,28 +745,28 @@ export const ScrapRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
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: 'fromLocationGroupCode',

Loading…
Cancel
Save