Browse Source

HL-6306增加发货至字段

hella_online_20241024
yufei_wang 1 month ago
parent
commit
dbab44a464
  1. 20
      src/views/wms/deliversettlementManage/deliverplan/saleMain/saleMain.data.ts

20
src/views/wms/deliversettlementManage/deliverplan/saleMain/saleMain.data.ts

@ -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[]>([
width: 150
},
},
{
label: '发货至',
field: 'ship',
isSearch: true,
isTable: true,
sort: 'custom',
table: {
width: 150
},
},
{
label: '物料代码',
field: 'itemCode',

Loading…
Cancel
Save