|
|
@ -657,14 +657,6 @@ export const ItemareaRules = reactive({ |
|
|
|
* @returns {Array} 库存转移申请子表 |
|
|
|
*/ |
|
|
|
export const ItemareaDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '库位组', |
|
|
|
field: 'locationGroupCode', |
|
|
|
sort: 'custom', |
|
|
|
isForm: false, |
|
|
|
isTableForm: false, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '库位代码', |
|
|
|
field: 'locationCode', |
|
|
@ -710,6 +702,14 @@ export const ItemareaDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '库位组', |
|
|
|
field: 'locationGroupCode', |
|
|
|
sort: 'custom', |
|
|
|
isForm: false, |
|
|
|
isTableForm: false, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '备注', |
|
|
|
field: 'remark', |
|
|
|