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
e0130e35
"eladmin-system/src/vscode:/vscode.git/clone" did not exist on "f0211db02c35941a244592b7d43ff866174b923a"
Commit
e0130e35
authored
Aug 11, 2022
by
季圣华
Browse files
给单据明细展示增加汇总列
parent
364af45c
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/dialog/BillDetail.vue
View file @
e0130e35
...
@@ -1442,7 +1442,8 @@
...
@@ -1442,7 +1442,8 @@
let
params
=
{
let
params
=
{
headerId
:
this
.
model
.
id
,
headerId
:
this
.
model
.
id
,
mpList
:
getMpListShort
(
Vue
.
ls
.
get
(
'
materialPropertyList
'
)),
//扩展属性
mpList
:
getMpListShort
(
Vue
.
ls
.
get
(
'
materialPropertyList
'
)),
//扩展属性
linkType
:
showType
linkType
:
showType
,
isReadOnly
:
'
1
'
}
}
let
url
=
this
.
readOnly
?
this
.
url
.
detailList
:
this
.
url
.
detailList
;
let
url
=
this
.
readOnly
?
this
.
url
.
detailList
:
this
.
url
.
detailList
;
this
.
requestSubTableData
(
record
,
type
,
url
,
params
);
this
.
requestSubTableData
(
record
,
type
,
url
,
params
);
...
...
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