Browse Source

商品code

tags/小炒逻辑变更前
gwbvipvip 2 years ago
parent
commit
7893419cc4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/pages/goods/goodsInfo/index.jsx

+ 2
- 2
src/pages/goods/goodsInfo/index.jsx View File

@@ -212,8 +212,8 @@ const Advanced = (props) => {
<Form.Item name="id" hidden={true}>
<Input />
</Form.Item>
<Form.Item name="code" label="商品编码" rules={[{ required: true }]}>
<Input />
<Form.Item name="code" label="商品编码" >
<Input disabled/>
</Form.Item>
<Form.Item name="name" label="商品名称" rules={[{ required: true }]}>
<Input />


Loading…
Cancel
Save