Quellcode durchsuchen

商品code

tags/小炒逻辑变更前
gwbvipvip vor 2 Jahren
Ursprung
Commit
7893419cc4
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      src/pages/goods/goodsInfo/index.jsx

+ 2
- 2
src/pages/goods/goodsInfo/index.jsx Datei anzeigen

@@ -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 />


Laden…
Abbrechen
Speichern