|
@ -614,18 +614,7 @@ export const PurchasereceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '批次', // 实际是子表的到批次,为了不影响页面,单独放上面
|
|
|
label: '批次', // 实际是子表的到批次,为了不影响页面,单独放上面
|
|
|
field: 'toBatch', |
|
|
field: 'batch', |
|
|
sort: 'custom', |
|
|
|
|
|
isForm:false, |
|
|
|
|
|
isTableForm:false, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
sortTableDefault:1001, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '包装号', // 实际是子表的到包装号,为了不影响页面,单独放上面
|
|
|
|
|
|
field: 'toPackingNumber', |
|
|
|
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isForm:false, |
|
|
isForm:false, |
|
|
isTableForm:false, |
|
|
isTableForm:false, |
|
@ -634,6 +623,17 @@ export const PurchasereceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
sortTableDefault:1001, |
|
|
sortTableDefault:1001, |
|
|
}, |
|
|
}, |
|
|
|
|
|
// {
|
|
|
|
|
|
// label: '包装号', // 实际是子表的到包装号,为了不影响页面,单独放上面
|
|
|
|
|
|
// field: 'toPackingNumber',
|
|
|
|
|
|
// sort: 'custom',
|
|
|
|
|
|
// isForm:false,
|
|
|
|
|
|
// isTableForm:false,
|
|
|
|
|
|
// table: {
|
|
|
|
|
|
// width: 150
|
|
|
|
|
|
// },
|
|
|
|
|
|
// sortTableDefault:1001,
|
|
|
|
|
|
// },
|
|
|
])) |
|
|
])) |
|
|
|
|
|
|
|
|
//表单校验
|
|
|
//表单校验
|
|
|