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
b7268b0e
authored
2024-01-22 16:15:40 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
8626c3c4
6ed72627
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
src/views/system/sqywgz/sqywDetail.js
src/views/system/sqywgz/sqywDetail.vue
src/views/system/sqywgz/sqywDetail.js
View file @
b7268b0
...
...
@@ -259,7 +259,7 @@ class data extends filter {
{
vm
.
form
.
djqx
.
map
(
option
=>
{
return
(
<
el
-
option
label
=
{
option
.
nodename
}
value
=
{
option
.
bsmSqyw
}
><
/el-option
>
<
el
-
option
label
=
{
option
.
nodename
}
value
=
{
option
.
nodecode
}
><
/el-option
>
)
})
}
...
...
src/views/system/sqywgz/sqywDetail.vue
View file @
b7268b0
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-10-13 13:38:21
* @LastEditTime: 202
4-01-22 15:49:28
-->
<
template
>
<div>
...
...
@@ -111,7 +111,7 @@
</lb-table>
</el-collapse-item>
<el-collapse-item
title=
"材料信息设置"
name=
"2"
>
<lb-table
:column=
"clxxList"
:heightNumSetting=
"true"
:minHeight=
"160"
<lb-table
:column=
"clxxList"
:heightNumSetting=
"true"
:
key=
"cLkey"
:
minHeight=
"160"
:pagination=
"false"
:data=
"form.clxx"
>
</lb-table>
</el-collapse-item>
...
...
@@ -169,6 +169,7 @@
},
data
()
{
return
{
cLkey
:
0
,
loading
:
false
,
key
:
0
,
tn
:
0
,
...
...
@@ -211,7 +212,6 @@
}
},
methods
:
{
//页面初始化
/**
* @description: 页面初始化
* @author: renchao
...
...
@@ -233,6 +233,7 @@
}
})
}
console
.
log
(
this
.
clxxList
);
},
/**
* @description: orderNoChange
...
...
@@ -289,7 +290,7 @@
getSqdjywDetail
(
bsmSqyw
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
form
=
res
.
result
;
console
.
log
(
this
.
form
.
clxx
);
console
.
log
(
this
.
form
);
if
(
that
.
formData
.
sqfl
==
"2"
)
{
that
.
form
.
ywmcList
=
that
.
form
.
djlx
.
map
(
item
=>
({
nodename
:
item
.
djywmc
+
'+'
+
item
.
nodename
,
bsmSqyw
:
item
.
bsmSqyw
}))
}
...
...
@@ -384,6 +385,7 @@
*/
removeDjqx
(
index
,
row
)
{
this
.
form
.
djqx
.
splice
(
index
,
1
);
this
.
cLkey
++
},
/**
* @description: addClxx
...
...
Please
register
or
sign in
to post a comment