Commit 8103e23c authored by guang.wu's avatar guang.wu

fix: 修改供货价信息

parent 9faf9551
......@@ -73,7 +73,7 @@ const UpdatePriceStock = options => {
className={styles.priceStockTable}
destroyOnClose
>
<div className={styles.modalTitle}>{spuName}</div>
<div className={styles.modalTitle}>SPU名称:{spuName}</div>
<Form form={form} scrollToFirstError component={false}>
<EditableContext.Provider value={form}>
<Table
......
......@@ -155,7 +155,8 @@ class supplyPriceUpdate extends Component {
if (!data) return;
this.setState({
spuId: row.spuId,
skuPriceStockList: data,
spuName: data.productName,
skuPriceStockList: data.itemList,
visibleUpdatePrice: true,
});
} catch (e) {
......
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