Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
710e69ae
authored
Oct 14, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix(arrivalRegister, stockRecheck): 清理多余空行,提升代码可读性
parent
0509e9e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
pages/arrivalRegister/index.vue
pages/stockRecheck/shipOut.vue
pages/arrivalRegister/index.vue
View file @
710e69ae
...
...
@@ -1038,7 +1038,7 @@
});
return
true
;
}
// 检查单位尺寸字段
if
(
!
unit_length
)
{
uni
.
showModal
({
...
...
@@ -1048,7 +1048,7 @@
});
return
true
;
}
return
false
;
});
if
(
hasError
)
{
...
...
pages/stockRecheck/shipOut.vue
View file @
710e69ae
...
...
@@ -1285,7 +1285,7 @@
});
});
// 延迟清空勾选状态
setTimeout
(()
=>
{
this
.
clearSelection
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment