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
2237252e
Commit
2237252e
authored
Sep 07, 2022
by
季圣华
Browse files
改造单据中的序列号输入框,改为可以从弹出框中输入
parent
996b7703
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/mixins/BillModalMixin.js
View file @
2237252e
...
...
@@ -124,7 +124,11 @@ export const BillModalMixin = {
if
(
this
.
prefixNo
===
'
LSCK
'
||
this
.
prefixNo
===
'
CGTH
'
||
this
.
prefixNo
===
'
XSCK
'
||
this
.
prefixNo
===
'
QTCK
'
||
this
.
prefixNo
===
'
DBCK
'
)
{
columns
[
i
].
type
=
FormTypes
.
popupJsh
//显示
}
else
{
columns
[
i
].
type
=
FormTypes
.
input
//显示
if
(
key
===
'
snList
'
)
{
columns
[
i
].
type
=
FormTypes
.
input_pop
//显示
}
else
{
columns
[
i
].
type
=
FormTypes
.
input
//显示
}
}
}
else
if
(
key
===
'
expirationDate
'
)
{
if
(
this
.
prefixNo
===
'
LSTH
'
||
this
.
prefixNo
===
'
CGRK
'
||
this
.
prefixNo
===
'
XSTH
'
||
this
.
prefixNo
===
'
QTRK
'
)
{
...
...
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