GitLab
Sign in
xlyErp
/
xlyUmi
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3c69f6dcd256dc25aefff5b277d3ae5e06298531
Authored by
zhangzzzz
2025-07-11 11:30:17 +0800
1 parent
263e4723
处理新报价单据号重复问题;
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/QuickQuote/index.jsx
src/components/QuickQuote/index.jsx
View file @
3c69f6d
...
...
@@ -1182,6 +1182,7 @@ const QuickQuoteEvent = props => {
1182
1182
};
1183
1183
setState(stateNew);
1184
1184
props.onAdd();
1185
+ props.onSaveState({ currentId: "" });
1185
1186
};
1186
1187
1187
1188
// 选择盒型弹窗
...
...