Commit 4b2ac7a9 by wusiyi

feat: 工厂订单展示ERP的客户发货备注 #1009821

parent 4b29cd82
......@@ -18,6 +18,7 @@ export interface OrderData {
orderStatus?: number
fromUser?: string | number
salesPlatform?: string
platform?: string
logisticsCompanyId?: number
blocked?: boolean
logisticsCompanyName?: string
......
......@@ -1882,6 +1882,12 @@ const mainColumns = computed(() => [
},
},
{
prop: 'shipmentsNote',
label: '客户发货备注',
width: 140,
align: 'center',
},
{
prop: 'logisticsWayName',
label: '物流类型',
width: 140,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment