Browse Source

合格转报废申请页面,不用展示库存余额。库存余额能在新增页面查看就行,不用在列表展示 YT-1174

intex_online20241228
叶佳兴 3 months ago
parent
commit
4c84f78ce0
  1. 16
      src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/inventorymoveRecordMain.data.ts
  2. 1
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts

16
src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/inventorymoveRecordMain.data.ts

@ -477,14 +477,14 @@ export const InventorymoveRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '供应商批次',
field: 'altBatch',
sort: 'custom',
table: {
width: 150
},
},
// {
// label: '123',
// field: 'altBatch',
// sort: 'custom',
// table: {
// width: 150
// },
// },
{
label: '从包装号',
field: 'fromPackingNumber',

1
src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts

@ -658,6 +658,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
{
label: '库存余额',
field: 'balanceQty',
isTable:false,
sort: 'custom',
table: {
width: 150

Loading…
Cancel
Save