Commit 7c39742d authored by 武广's avatar 武广

fix: 修改已发货订单列表缺少物流信息

parent 1c9a2cc9
const isProduction = process.env.NODE_ENV === 'production';
const isPre = process.env.PRE_ENV === 'pre';
const environment = 'yxm';
const environment = 'xyqb';
const envAPi = {
api: `https://security-${environment}.liangkebang.net`, //'https://security-xyqb.liangkebang.net',
kdspOpApi: `https://sc-merchant-api-${environment}.liangkebang.net`,
......
......@@ -361,33 +361,36 @@ const TableList = props => {
hideInSearch: true,
width: 350,
},
// {
// title: '物流公司',
// dataIndex: 'expressCompanyName',
// key: 'expressCompanyName',
// width: 120,
// className: 'colStyle',
// hideInSearch: true,
// render: (_, record) => renderContent(record, 'expressCompanyName'),
// },
// {
// title: '物流单号',
// dataIndex: 'deliveryNo',
// key: 'deliveryNo',
// width: 210,
// className: 'colStyle',
// hideInSearch: true,
// render: (_, record) => renderContent(record, 'deliveryNo'),
// },
// {
// title: '物流信息',
// dataIndex: 'action',
// key: 'action',
// width: 150,
// hideInSearch: true,
// className: 'colStyle',
// render: (_, record) => renderContent(record, 'action'),
// },
{
title: '物流公司',
dataIndex: 'expressCompanyName',
key: 'expressCompanyName',
width: 120,
className: 'colStyle',
hideInSearch: true,
hideInTable: props.type !== 2,
render: (_, record) => renderContent(record, 'expressCompanyName'),
},
{
title: '物流单号',
dataIndex: 'deliveryNo',
key: 'deliveryNo',
width: 210,
className: 'colStyle',
hideInSearch: true,
hideInTable: props.type !== 2,
render: (_, record) => renderContent(record, 'deliveryNo'),
},
{
title: '物流信息',
dataIndex: 'action',
key: 'action',
width: 150,
hideInSearch: true,
hideInTable: props.type !== 2,
className: 'colStyle',
render: (_, record) => renderContent(record, 'action'),
},
{
title: '订单状态',
dataIndex: 'orderStatusDesc',
......
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