Commit ba38a461 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

🐞 fix: 修改采购询价BUG

parent 0153d6da
......@@ -86,10 +86,10 @@ const AddForm = () => {
offerInfo.materiels = params.quotedPriceProducts;
offerInfo.turn = turn;
basicInfo.quotedDetails = params.quotedDetails,
basicInfo.telPrefix = params.telPrefix;
basicInfo.telPrefix = params.telPrefix;
basicInfo.tel = params.tel;
handleOtherCallBack(params.quotedPriceTurnList, turn)
setCheckRound(Number(turn))
handleOtherCallBack(params.quotedPriceTurnList, turn)
} else {
offerInfo.materiels = params.materiels;
offerInfo.turn = params.turn;
......
......@@ -50,6 +50,7 @@ const OfferExplain: React.FC<IProps> = (props: any) => {
const handleHidden = () => {
let flag: boolean = false;
console.log(checkRound, round, 123)
if (checkRound !== round) {
flag = true
}
......
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