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
79e95008
authored
2023-04-28 16:37:20 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
6e06adc1
e3e00fb3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
30 deletions
src/components/Base/base.js
src/components/LbTable/lb-table.vue
src/views/workflow/components/cfBdcdyTable.vue
src/views/ywbl/slsqxx/cfdj/plcfslxx.vue
src/components/Base/base.js
View file @
79e9500
/*
* @Description: 引入公共组件
* @Autor: renchao
* @LastEditTime: 2023-04-2
6 17:26:12
* @LastEditTime: 2023-04-2
8 13:30:31
*/
import
dialogBox
from
'@/components/
d
ialogBox/dialogBox.vue'
import
dialogBox
from
'@/components/
D
ialogBox/dialogBox.vue'
import
LbTable
from
'@/components/LbTable/lb-table.vue'
import
Theme
from
'@/components/Theme/theme.vue'
import
Popup
from
'@/components/Popup/index'
...
...
src/components/LbTable/lb-table.vue
View file @
79e9500
...
...
@@ -47,8 +47,8 @@
</template>
<
script
>
import
LbColumn
from
'./lb-column'
export
default
{
import
LbColumn
from
'./lb-column'
export
default
{
props
:
{
column
:
Array
,
data
:
Array
,
...
...
@@ -163,7 +163,7 @@ export default {
_this
.
tableHeight
=
window
.
innerHeight
-
_this
.
heightNum
}
}
else
{
this
.
tableHeight
=
this
.
heightNum
//
this.tableHeight = this.heightNum
this
.
$nextTick
(()
=>
{
this
.
minHeight
&&
(
document
.
getElementById
(
'heightNumSetting'
).
style
.
minHeight
=
this
.
minHeight
+
'px'
)
})
...
...
@@ -266,24 +266,24 @@ export default {
this
.
getMergeArr
(
this
.
data
,
this
.
merge
)
}
},
}
}
</
script
>
<
style
rel=
"stylesheet/scss"
scoped
lang=
"scss"
>
.lb-table
{
.lb-table
{
margin-top
:
1px
;
.interlaced
{
background
:
#fafcff
;
border
:
1px
solid
#ebf2fa
;
}
}
}
/
deep
/
.el-table
.cell
{
/
deep
/
.el-table
.cell
{
padding-left
:
3px
;
padding-right
:
3px
;
}
}
/
deep
/
.el-radio__label
{
/
deep
/
.el-radio__label
{
display
:
none
;
}
}
</
style
>
...
...
src/views/workflow/components/cfBdcdyTable.vue
View file @
79e9500
<
template
>
<lb-table
:column=
"column"
:maxHeight=
"
300"
heightNumSetting
:pagination=
"false"
:key=
"key"
:data=
"tableData"
>
<lb-table
:column=
"column"
:maxHeight=
"
200"
:heightNumSetting=
"true"
:pagination=
"false"
:key=
"key"
:data=
"tableData"
>
</lb-table>
</
template
>
<
script
>
import
addQlr
from
'./addQlr.vue'
import
{
mapGetters
}
from
'vuex'
export
default
{
import
addQlr
from
'./addQlr.vue'
import
{
mapGetters
}
from
'vuex'
export
default
{
components
:
{
addQlr
},
...
...
@@ -111,8 +111,7 @@ export default {
},
methods
:
{
}
}
}
</
script
>
<
style
scoped
lang=
'scss'
>
</
style
>
\ No newline at end of file
...
...
src/views/ywbl/slsqxx/cfdj/plcfslxx.vue
View file @
79e9500
...
...
@@ -154,10 +154,10 @@
</div>
</
template
>
<
script
>
import
cfBdcdyTable
from
"@/views/workflow/components/cfBdcdyTable"
;
import
{
BatchInit
,
batchSaveData
}
from
"@/api/workflow/cfdjFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
import
cfBdcdyTable
from
"@/views/workflow/components/cfBdcdyTable"
;
import
{
BatchInit
,
batchSaveData
}
from
"@/api/workflow/cfdjFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
data
()
{
return
{
disabled
:
true
,
...
...
@@ -166,7 +166,10 @@ export default {
//传递参数
propsParam
:
{},
//页面数据
ruleForm
:
{},
ruleForm
:
{
slywxx
:
{},
cfdj
:
{},
},
isJfOperation
:
false
,
tableData
:
[]
};
...
...
@@ -183,10 +186,7 @@ export default {
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
res
.
result
}
});
},
watch
:
{
})
},
components
:
{
cfBdcdyTable
},
props
:
{
...
...
@@ -220,9 +220,9 @@ export default {
this
.
ruleForm
.
cfdj
.
cflxmc
=
cflxItem
.
dname
;
}
},
};
};
</
script
>
<
style
scoped
lang=
'scss'
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/slxx/slxx.scss"
;
@import
"~@/styles/public.scss"
;
@import
"~@/styles/slxx/slxx.scss"
;
</
style
>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment