Commit e8cbdfcf authored by 前端-彭佳文's avatar 前端-彭佳文

Merge branch 'jinfa-0518' into 'jinfa-0518'

Jinfa 0518 See merge request project/jinfa-admin!17
parents 4c79a84f e1130858
......@@ -94,10 +94,10 @@ const tableListSchema: ISchema = {
}
export const baseOrderListColumns: any[] = [
{
title: 'SAP物料编码',
dataIndex: 'sapGoodsGlobalMQID',
},
// {
// title: 'SAP物料编码',
// dataIndex: 'sapGoodsGlobalMQID',
// },
{
title: '订单号',
align: 'center',
......
......@@ -58,7 +58,7 @@ const CommonOrderDetail:React.FC<CommonOrderDetailProps> = (props) => {
{ label: '下单时间', name: 'createTime', span: 8, render: text => formatTimeString(text) },
{ label: '外部状态', name: 'outerStatusName', span: 8 },
{ label: 'SAP订单编号', name: 'orderId', span: 8, render: (_text, record) => record.sapOrderNo},
{ label: 'SAP物料编码', name: 'orderId', span: 8, render: (_text, record) => record.sapGoodsGlobalMQID},
// { label: 'SAP物料编码', name: 'orderId', span: 8, render: (_text, record) => record.sapGoodsGlobalMQID},
{ label: '订单分类', name: 'documentTypeName', span: 8},
{ label: '业务类型', name: 'businessTypeName', span: 8},
]
......
......@@ -12,10 +12,10 @@ const intl = getIntl()
export function getColumn(params: Params) {
const columns = [
{
title: intl.formatMessage({ id: 'material.sapGoodsGlobalMQID', defaultMessage: 'SAP物料编码' }),
dataIndex: 'sapGoodsGlobalMQID',
},
// {
// title: intl.formatMessage({ id: 'material.sapGoodsGlobalMQID', defaultMessage: 'SAP物料编码' }),
// dataIndex: 'sapGoodsGlobalMQID',
// },
{
title: intl.formatMessage({ id: 'material.code', defaultMessage: '物料编号' }),
dataIndex: 'code',
......
......@@ -50,10 +50,10 @@ function useGetDetailCommon<T extends GetProductGoodsGetGoodsProcessDetailRespon
const basicInfoList = useMemo(() => {
return [
{
title: intl.formatMessage({ id: 'material.sapGoodsGlobalMQID', defaultMessage: 'SAP物料编码' }),
value: initialValue?.sapGoodsGlobalMQID
},
// {
// title: intl.formatMessage({ id: 'material.sapGoodsGlobalMQID', defaultMessage: 'SAP物料编码' }),
// value: initialValue?.sapGoodsGlobalMQID
// },
{
title: intl.formatMessage({ id: 'material.code', defaultMessage: '物料编号' }),
value: initialValue?.code
......
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