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

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

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

Loading…
Cancel
Save