|
@ -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', |
|
|