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
95bd5f542f6955ebec31ae1e07f7336dfc681cdd
Authored by
Min
2026-06-16 18:22:38 +0800
1 parent
faf8c69f
1.完善手机端单据支持下拉后 调用tmpinfobysql调用存储过程插入数据功能
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/mobile/components/searchPicker.jsx
src/mobile/components/searchPicker.jsx
View file @
95bd5f5
...
...
@@ -61,7 +61,7 @@ export default function SearchablePicker(props) {
61
61
onDropTableBlur('master', sName, updatedRecord, tableConfig);
62
62
}
63
63
64
- },
0);
64
+ },
10
0);
65
65
};
66
66
67
67
const handleCancel = () => {
...
...