Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-smart
Commits
a003b6f7
Commit
a003b6f7
authored
Oct 31, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化销售开票选择任务添加金额校验
parent
19c66045
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
HGCW010.js
src/main/webapp/HG/CW/HGCW010.js
+2
-2
No files found.
src/main/webapp/HG/CW/HGCW010.js
View file @
a003b6f7
...
...
@@ -434,8 +434,8 @@ function billFunc() {
message
(
"勾选的数据中有已经开票的票据!"
);
flag
=
false
;
}
if
(
row
.
billNumber
==
" "
)
{
message
(
"
勾选的数据中发票号为空
"
);
if
(
isBlank
(
row
.
billNumber
)
)
{
message
(
"
选中的第"
+
(
index
+
1
)
+
"行数据中发票号为空!
"
);
flag
=
false
;
}
})
...
...
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