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
29eb63e9
Commit
29eb63e9
authored
May 27, 2022
by
季圣华
Browse files
复制单据的时候需要移除关联单据的相关信息
parent
f67f772f
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/mixins/BillListMixin.js
View file @
29eb63e9
...
...
@@ -43,6 +43,9 @@ export const BillListMixin = {
if
(
this
.
btnEnableList
.
indexOf
(
2
)
===-
1
)
{
this
.
$refs
.
modalForm
.
isCanCheck
=
false
}
//复制单据的时候需要移除关联单据的相关信息
record
.
linkNumber
=
''
record
.
billType
=
''
this
.
$refs
.
modalForm
.
edit
(
record
);
this
.
$refs
.
modalForm
.
title
=
"
复制新增
"
;
this
.
$refs
.
modalForm
.
disableSubmit
=
false
;
...
...
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