Commit 6434ddcc authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改取值字段

parent 45d1edb2
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-06 16:30:44
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-20 16:08:41
* @LastEditTime: 2021-09-16 15:17:24
* @Description: 待新增换货入库单
*/
import React, { useState, useRef } from 'react';
......@@ -44,7 +44,7 @@ const ExchangePrAddWarehousing: React.FC = () => {
confirm({
title: '确认审核操作',
icon: <ExclamationCircleOutlined />,
content: `是否确认审核换货收货单号为${record.replaceDeliveryNo}的换货收货单?`,
content: `是否确认审核换货收货单号为${record.replaceStorageNo}的换货收货单?`,
onOk() {
return new Promise((resolve, reject) => {
PublicApi.postAsReplaceGoodsVerifyReplaceGoodsStorage({
......
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