Browse Source

YT-2929:物料隔离需要支持线边负库存的隔离

intex_online20250725
songguoqiang 3 days ago
parent
commit
7b37e723fe
  1. 12
      src/views/wms/moveManage/inventorymove/inventorymoveJobMain/inventorymoveJobMain.data.ts
  2. 12
      src/views/wms/moveManage/inventorymove/inventorymoveRecordMainOKHOLD/inventorymoveRecordMainOKHOLD.data.ts
  3. 23
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts

12
src/views/wms/moveManage/inventorymove/inventorymoveJobMain/inventorymoveJobMain.data.ts

@ -39,6 +39,18 @@ export const InventorymoveJobMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
sortTableDefault:3,
},
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
isTable:true,
isTableForm:false,
isForm: false,
sortTableDefault:3,
},
// {
// label: '发货单号',

12
src/views/wms/moveManage/inventorymove/inventorymoveRecordMainOKHOLD/inventorymoveRecordMainOKHOLD.data.ts

@ -145,6 +145,18 @@ export const InventorymoveRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
// },
// isForm: false,
// },
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
isTable:true,
isTableForm:false,
isForm: false,
sortTableDefault:3,
},
{
label: '从仓库代码',
field: 'fromWarehouseCode',

23
src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts

@ -117,6 +117,17 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
// },
// sortTableDefault:3,
// },
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
isTable:true,
isTableForm:false,
isForm: false,
},
{
label: '到仓库代码',
field: 'toWarehouseCode',
@ -1218,6 +1229,18 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
isForm: false,
sortTableDefault:7,
},
// {
// label: '备注',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// hiddenSearchHigh: true,// 高级筛选中隐藏
// isSearch: false,
// isForm: false,
// sortTableDefault:7,
// },
{
label: '从批次',
field: 'fromBatch',

Loading…
Cancel
Save