Commit 3f496433 authored by GuanHua's avatar GuanHua
parents db5cc91d 0867b6d2
...@@ -54,7 +54,7 @@ const ReturnPrConfirmBackVerify: React.FC = () => { ...@@ -54,7 +54,7 @@ const ReturnPrConfirmBackVerify: React.FC = () => {
icon: <ExclamationCircleOutlined />, icon: <ExclamationCircleOutlined />,
content: `是否确认全部退货发货单已收到回单?`, content: `是否确认全部退货发货单已收到回单?`,
onOk() { onOk() {
return PublicApi.postAsReplaceGoodsConfirmAllReturnGoodsReceipt({ return PublicApi.postAsReturnGoodsConfirmAllReturnGoodsReceipt({
dataId: id, dataId: id,
}).then(res => { }).then(res => {
if (res.code === 1000) { if (res.code === 1000) {
......
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