Commit 92d7594b authored by XieZhiXiong's avatar XieZhiXiong

修改货品名称字段

parent 973e09f6
...@@ -536,7 +536,7 @@ const BillsForm: React.FC<BillsFormProps> = ({ ...@@ -536,7 +536,7 @@ const BillsForm: React.FC<BillsFormProps> = ({
const values = productRowCtl.selectRow.map(item => ({ const values = productRowCtl.selectRow.map(item => ({
itemNo: item.code, itemNo: item.code,
goodsId: item.id, goodsId: item.id,
itemName: item.name, itemNmae: item.name,
specifications: item.type, specifications: item.type,
category: item.customerCategory ? item.customerCategory.name : '', category: item.customerCategory ? item.customerCategory.name : '',
brand: item.brand ? item.brand.name : '', brand: item.brand ? item.brand.name : '',
......
...@@ -413,7 +413,7 @@ export const addBillSchema: ISchema = { ...@@ -413,7 +413,7 @@ export const addBillSchema: ISchema = {
title: '货号', title: '货号',
'x-component': 'Text', 'x-component': 'Text',
}, },
name: { itemNmae: {
type: 'string', type: 'string',
title: '货品名称', title: '货品名称',
'x-component': 'Text', '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