Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a0952fa6
authored
2023-09-07 11:46:58 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改单元材料不能显示的问题
1 parent
8723367a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
src/views/workflow/components/clxx/clxxUnify.vue
src/views/workflow/components/dialog/clxxAddDialog.vue
src/views/workflow/components/clxx/clxxUnify.vue
View file @
a0952fa
...
...
@@ -149,7 +149,8 @@
formdata
.
append
(
"bsmSldy"
,
this
.
$parent
.
bsmRepair
);
formdata
.
append
(
"clfl"
,
3
);
}
else
{
formdata
.
append
(
"bsmSldy"
,
this
.
unitData
[
0
]?.
bsmSldy
);
//formdata.append("bsmSldy", this.unitData[0]?.bsmSldy);
formdata
.
append
(
"bsmSldy"
,
this
.
$parent
.
currentSelectProps
.
bsmSldy
);
formdata
.
append
(
"clfl"
,
2
);
}
...
...
@@ -230,7 +231,7 @@
* @param {*} data
* @author: renchao
*/
addSave
(
data
)
{
addSave
(
data
)
{
let
obj
=
{
bsmSlsq
:
this
.
$parent
.
bsmSlsq
,
isrequired
:
"1"
,
...
...
@@ -240,7 +241,12 @@
ys
:
0
,
sjlx
:
data
.
cllx
,
sfxjcl
:
"1"
,
// 是否必选
sfggcl
:
data
.
sfggcl
,
};
//是否公共材料
if
(
data
.
sfggcl
==
"0"
){
obj
[
"bsmSldy"
]
=
this
.
$parent
.
currentSelectProps
.
bsmSldy
;
}
if
(
this
.
$route
.
query
.
sqywbm
==
"DJBBL"
)
{
obj
.
bsmSldy
=
this
.
$parent
.
bsmRepair
}
...
...
src/views/workflow/components/dialog/clxxAddDialog.vue
View file @
a0952fa
...
...
@@ -97,6 +97,7 @@
this
.
ruleForm
=
{
cllx
:
""
,
clmc
:
""
,
sfggcl
:
"0"
}
this
.
$emit
(
"input"
,
false
);
}
else
{
...
...
Please
register
or
sign in
to post a comment