Commit 8d54bfdb authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改物料相关字段

parent 1eb27539
......@@ -402,7 +402,7 @@ const ExchangeForm: React.FC<BillsFormProps> = ({
id: item.orderRecordId,
taskTypeKey,
},
associated: !item.associatedProductId ? '' : `${item.associatedProductName}/${item.associatedType}/${item.associatedCategory}/${item.associatedBrand}`,
associated: !item.associatedProductId ? '' : `${item.associatedProductId}/${item.associatedProductName}/${item.associatedType || ' '}/${item.associatedCategory}/${item.associatedBrand}`,
})),
...rest,
});
......
......@@ -305,12 +305,12 @@ export const addSchema = (orderType: number): ISchema => {
title: '订单号',
'x-component': 'OrderNo',
},
associatedProductId: {
productId: {
type: 'string',
title: '物料编号',
'x-component': 'Text',
},
associatedProductName: {
productName: {
type: 'string',
title: '物料名称、规格',
'x-component': 'Text',
......
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