Commit 1fea8375 authored by XieZhiXiong's avatar XieZhiXiong

删除测试代码

parent 6eecee6c
......@@ -17,8 +17,6 @@ const ReturnPrDeliverVerify: React.FC = () => {
if (!id) {
return;
}
console.log('values', values)
return;
setSubmitLoading(true);
PublicApi.postAsReturnGoodsManualReturnDeliveryGoods({
dataId: id,
......
......@@ -386,8 +386,7 @@ const ReturnForm: React.FC<BillsFormProps> = ({
}),
isNeedReturn: 1,
})),
// taskType: returnGoodsList[0].taskType,
taskType: 31,
taskType: returnGoodsList[0].taskType,
};
PublicApi.postAsReturnGoodsSave(payload)
......
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