Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
a86893a7
Commit
a86893a7
authored
May 22, 2022
by
季圣华
Browse files
优化单据中序列号的录入方式
parent
e8a77a28
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/mixins/BillModalMixin.js
View file @
a86893a7
...
...
@@ -393,6 +393,7 @@ export const BillModalMixin = {
case
"
snList
"
:
snList
=
value
if
(
snList
)
{
snList
=
snList
.
replaceAll
(
'
,
'
,
'
,
'
)
let
snArr
=
snList
.
split
(
'
,
'
)
operNumber
=
snArr
.
length
taxRate
=
row
.
taxRate
-
0
//税率
...
...
Write
Preview
Supports
Markdown
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