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
0165f561
"src/main/resources/struts2/systemConfig-struts.xml" did not exist on "19aea02389833386a05eefb8808ec1de1cb93907"
Commit
0165f561
authored
Oct 31, 2022
by
季圣华
Browse files
优化采购订单和销售订单的账户加载逻辑
parent
e0406573
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue
View file @
0165f561
...
...
@@ -298,7 +298,7 @@
this
.
materialTable
.
columns
[
0
].
type
=
FormTypes
.
normal
}
this
.
model
.
operTime
=
this
.
model
.
operTimeStr
if
(
this
.
model
.
accountId
==
null
)
{
if
(
this
.
model
.
accountId
==
null
&&
this
.
model
.
accountIdList
)
{
this
.
model
.
accountId
=
0
this
.
manyAccountBtnStatus
=
true
this
.
accountIdList
=
this
.
model
.
accountIdList
...
...
jshERP-web/src/views/bill/modules/SaleOrderModal.vue
View file @
0165f561
...
...
@@ -280,7 +280,7 @@
})
}
else
{
this
.
model
.
operTime
=
this
.
model
.
operTimeStr
if
(
this
.
model
.
accountId
==
null
)
{
if
(
this
.
model
.
accountId
==
null
&&
this
.
model
.
accountIdList
)
{
this
.
model
.
accountId
=
0
this
.
manyAccountBtnStatus
=
true
this
.
accountIdList
=
this
.
model
.
accountIdList
...
...
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