|
@@ -102,6 +102,10 @@ export const TableColumns = [
|
|
|
{ key: "marketingCode", title: "销售订单号" },
|
|
|
// { key: "flowId", title: "OA流程ID" },
|
|
|
{ key: "oaDemandNo", title: "OA需求单号" },
|
|
|
+ {
|
|
|
+ key: "erpOrderCode",
|
|
|
+ title: "erp订单编号",
|
|
|
+ },
|
|
|
{ key: "address", title: "收货地址" },
|
|
|
{ key: "contacts", title: "收获联系人" },
|
|
|
{
|