@ -182,21 +182,21 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150,
},
{
label: '物料描述',
field: 'itemDescription',
sort: 'custom',
table: {
form: {
component: 'Editor',
componentProps: {
valueHtml: '',
height: 200
}
// {
// label: '物料描述',
// field: 'itemDescription',
// sort: 'custom',
// table: {
// width: 150,
// },
// form: {
// component: 'Editor',
// componentProps: {
// valueHtml: '',
// height: 200
// }
label: '库位',
field: 'toLocationCode',
@ -176,21 +176,21 @@ export const UnfinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([