Commit 531dc6e6 authored by 武广's avatar 武广

fix: 修改可售日期和可售餐段回显问题

parent d9f92b1c
......@@ -202,7 +202,6 @@ const TakeawayGoods = () => {
</Button>,
],
}}
scroll={{ x: '100%', y: 400 }}
/>
)}
{/* 可售日期弹窗 */}
......@@ -211,6 +210,7 @@ const TakeawayGoods = () => {
visible={visibleSaleDate}
id={recordID}
item={editItem}
type="saleDateList"
handleRefresh={() => onRefresh()}
handleClose={() => setVisibleSaleDate(false)}
/>
......@@ -221,6 +221,7 @@ const TakeawayGoods = () => {
visible={visibleSaleSection}
id={recordID}
enterpriseID={enterpriseId}
type="tabCateList"
item={editItem}
handleRefresh={() => onRefresh()}
handleClose={() => setVisibleSaleSection(false)}
......
......@@ -232,6 +232,7 @@ const TakeawayGoodsInfo = props => {
<SaleDateModal
visible={visibleSaleDate}
item={editItem}
type="saleDate"
handleRefresh={v => refreshList('saleDate', v)}
handleClose={() => setVisibleSaleDate(false)}
/>
......@@ -242,6 +243,7 @@ const TakeawayGoodsInfo = props => {
visible={visibleSaleSection}
enterpriseID={id}
item={editItem}
type="tabCate"
handleRefresh={v => refreshList('tabCate', v)}
handleClose={() => setVisibleSaleSection(false)}
/>
......
......@@ -131,7 +131,6 @@ const VirtualGoods = () => {
</Button>,
],
}}
scroll={{ x: '100%', y: 400 }}
/>
)}
</div>
......
......@@ -57,7 +57,7 @@
}
}
.formTable {
padding: 0;
padding: 0 0 15px 0;
}
.formPageBox {
box-sizing: border-box;
......
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