Browse Source

采购收货任务,采购收货

hella_online_20240829
wangyufei 4 months ago
parent
commit
9467d532fc
  1. 22
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts
  2. 22
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts

22
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts

@ -617,7 +617,7 @@ export const PurchasereceiptJobMain = useCrudSchemas(
},
{
label: '批次', // 实际是子表的到批次,为了不影响页面,单独放上面
field: 'toBatch',
field: 'batch',
sort: 'custom',
isForm: false,
isTableForm: false,
@ -628,7 +628,7 @@ export const PurchasereceiptJobMain = useCrudSchemas(
},
{
label: '包装号', // 实际是子表的到包装号,为了不影响页面,单独放上面
field: 'toPackingNumber',
field: 'packingNumber',
sort: 'custom',
isForm: false,
isTableForm: false,
@ -847,15 +847,15 @@ export const PurchasereceiptJobDetail = useCrudSchemas(
hiddenInMain: true,
sortTableDefault: 1006
},
{
label: '来源库位',
field: 'fromLocationCode',
sort: 'custom',
table: {
width: 150
},
sortTableDefault: 1007
},
// {
// label: '来源库位',
// field: 'fromLocationCode',
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault: 1007
// },
{
label: '目标库位',
field: 'toLocationCode',

22
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts

@ -1202,17 +1202,17 @@ export const PurchasereceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[]
type: 'Select'
}
},
{
label: '从库位代码',
field: 'fromLocationCode',
sort: 'custom',
table: {
width: 150
},
sortTableDefault:12,
isTableForm: false,
isForm: false
},
// {
// label: '从库位代码',
// field: 'fromLocationCode',
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault:12,
// isTableForm: false,
// isForm: false
// },
{
label: '项目代码',

Loading…
Cancel
Save