@ -52,6 +52,16 @@ export const SaleMain = useCrudSchemas(reactive<CrudSchema[]>([
}
},
{
label: '发货至',
field: 'ship',
isSearch: true,
isTable: true,
sort: 'custom',
table: {
width: 150
label: '订单类型',
field: 'type',
@ -815,6 +825,16 @@ export const SaleDetailAndMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '物料代码',
field: 'itemCode',