|
|
@ -129,9 +129,16 @@ export const CountRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 180, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '库区编号', |
|
|
|
field: 'areaNumber', |
|
|
|
sort: 'custom', |
|
|
|
isForm: false, |
|
|
|
isSearch: true, |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '库位编号', |
|
|
|
field: 'locationNumber', |
|
|
@ -142,10 +149,9 @@ export const CountRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 180, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '库区编号', |
|
|
|
field: 'areaNumber', |
|
|
|
label: '批次', |
|
|
|
field: 'batch', |
|
|
|
sort: 'custom', |
|
|
|
isForm: false, |
|
|
|
isSearch: true, |
|
|
@ -153,7 +159,6 @@ export const CountRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 180, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '库存数量', |
|
|
|
field: 'qty', |
|
|
@ -220,17 +225,17 @@ export const CountRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
precision: 2 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|
field: 'action', |
|
|
|
isDetail: false, |
|
|
|
isForm: false, |
|
|
|
table: { |
|
|
|
width: 150, |
|
|
|
fixed: 'right' |
|
|
|
}, |
|
|
|
isTableForm: false, |
|
|
|
} |
|
|
|
// {
|
|
|
|
// label: '操作',
|
|
|
|
// field: 'action',
|
|
|
|
// isDetail: false,
|
|
|
|
// isForm: false,
|
|
|
|
// table: {
|
|
|
|
// width: 150,
|
|
|
|
// fixed: 'right'
|
|
|
|
// },
|
|
|
|
// isTableForm: false,
|
|
|
|
// }
|
|
|
|
])) |
|
|
|
|
|
|
|
//表单校验
|
|
|
|