Commit 8e9194a8 authored by GuanHua's avatar GuanHua

fix:修改求购动态样式

parent 5e2a4ea6
......@@ -139,6 +139,8 @@
&_item {
width: 50%;
padding: 20px;
border-top: 1px solid #F5F5F5;
border-right: 1px solid #F5F5F5;
&_header {
display: flex;
......
......@@ -294,6 +294,8 @@ const PurchaseOrder: React.FC<PurchaseOrderPropsType> = (props) => {
centered: true,
className: styles.mallComfirm,
content: `是否从进货单中移除该商品?`,
okText: '确定',
cancelText: '取消',
onOk: () => {
return new Promise((resolve, reject) => {
let postFn
......
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