|
@ -608,7 +608,29 @@ export const PurchasereceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 120, |
|
|
width: 120, |
|
|
fixed: 'right' |
|
|
fixed: 'right' |
|
|
}, |
|
|
}, |
|
|
} |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '包装号', // 实际是子表的到包装号,为了不影响页面,单独放上面
|
|
|
|
|
|
field: 'toPackingNumber', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
isForm:false, |
|
|
|
|
|
isTableForm:false, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
sortTableDefault:1001, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '批次', // 实际是子表的到批次,为了不影响页面,单独放上面
|
|
|
|
|
|
field: 'toBatch', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
isForm:false, |
|
|
|
|
|
isTableForm:false, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
sortTableDefault:1001, |
|
|
|
|
|
}, |
|
|
])) |
|
|
])) |
|
|
|
|
|
|
|
|
//表单校验
|
|
|
//表单校验
|
|
@ -675,6 +697,7 @@ export const PurchasereceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
isSearch:true, |
|
|
isSearch:true, |
|
|
|
|
|
hiddenInMain:true, |
|
|
sortTableDefault:1001, |
|
|
sortTableDefault:1001, |
|
|
sortSearchDefault:1002 |
|
|
sortSearchDefault:1002 |
|
|
}, |
|
|
}, |
|
@ -696,7 +719,8 @@ export const PurchasereceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
sortTableDefault:1000, |
|
|
sortTableDefault:1000, |
|
|
sortSearchDefault:1000, |
|
|
sortSearchDefault:1000, |
|
|
isSearch:true |
|
|
isSearch:true, |
|
|
|
|
|
hiddenInMain:true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '替代批次', |
|
|
label: '替代批次', |
|
@ -1025,7 +1049,8 @@ export const PurchasereceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
fixed: 'right' |
|
|
fixed: 'right' |
|
|
}, |
|
|
}, |
|
|
isTableForm:true, |
|
|
isTableForm:true, |
|
|
} |
|
|
}, |
|
|
|
|
|
|
|
|
])) |
|
|
])) |
|
|
|
|
|
|
|
|
//表单校验
|
|
|
//表单校验
|
|
|