Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
b0724f10
authored
2023-02-24 10:55:56 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
5b0a92a6
bdde9e93
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
33 deletions
src/components/EditDialog/index.vue
src/components/JsonEditor.vue
src/views/statistics/dataReceiveQuality/index.vue
src/views/statistics/nullTermRatio/index.vue
src/views/statistics/registerBookQuality/index.vue
src/views/sthj/sbbwcx/index.vue
src/components/EditDialog/index.vue
View file @
b0724f1
...
...
@@ -95,7 +95,7 @@
<component
:is=
"editItem"
ref=
"editItem"
:class=
"
{ 'editForm': $store.state.business.Edit }"
:bsmYwsjb="bsmYwsjb" :bsmSjsb="dataReport.bsmReport || dataReport.bsmSjsb" />
</div>
<div
class=
"d-center"
>
<div
class=
"d-center"
v-if=
"!$store.state.business.Edit"
>
<btn
nativeType=
"cz"
@
click=
"dialogVisible = false"
>
取 消
</btn>
<btn
nativeType=
"cx"
@
click=
"submitForm"
>
确 定
</btn>
</div>
...
...
src/components/JsonEditor.vue
View file @
b0724f1
<
template
>
<div>
<el-input
type=
"textarea"
:rows=
"6"
disabled
placeholder=
"配置参数"
v-model=
"resultInfo"
>
<el-input
type=
"textarea"
:rows=
"6"
:disabled=
"$store.state.business.Edit"
placeholder=
"配置参数"
v-model=
"resultInfo"
>
</el-input>
<div
class=
"d-center"
v-if=
"!$store.state.business.Edit"
>
<btn
nativeType=
"cz"
@
click=
"dialogVisible = false"
>
取 消
</btn>
<btn
nativeType=
"cx"
@
click=
"submitForm"
>
确 定
</btn>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -31,7 +35,7 @@ export default {
<
style
scoped
lang=
"scss"
>
/* jsoneditor右上角默认有一个链接,加css去掉了 */
/
deep
/
.el-textarea__inner
{
min-height
:
7
3
vh
!important
;
min-height
:
7
6
vh
!important
;
background-color
:
#08346F
!important
;
color
:
#ffffff
;
border
:
none
!important
;
...
...
src/views/statistics/dataReceiveQuality/index.vue
View file @
b0724f1
...
...
@@ -33,9 +33,8 @@
</div>
<!-- 列表区域 -->
<div
class=
"from-clues-content"
>
<lb-table
ref=
"table"
:id=
"'mytable'"
:page-size=
"pageData.size"
:header-cell-style=
"headerStyle"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<lb-table
ref=
"table"
:id=
"'mytable'"
:header-cell-style=
"headerStyle"
:pagination=
"false"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
</div>
...
...
@@ -105,13 +104,7 @@ export default {
}
]
.
concat
(
data
.
columns
()),
data
:
[],
},
// 分页
pageData
:
{
total
:
0
,
pageSize
:
10
,
current
:
1
data
:
[]
}
}
},
...
...
@@ -119,6 +112,7 @@ export default {
this
.
handleResetForm
()
},
methods
:
{
handleSearch
()
{
},
headerStyle
({
row
,
rowIndex
})
{
if
(
rowIndex
==
3
)
{
row
[
2
].
rowSpan
=
2
;
...
...
src/views/statistics/nullTermRatio/index.vue
View file @
b0724f1
...
...
@@ -34,9 +34,7 @@
</div>
<!-- 列表区域 -->
<div
class=
"from-clues-content"
>
<lb-table
ref=
"table"
:page-size=
"pageData.size"
:id=
"'mytable'"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<lb-table
ref=
"table"
:id=
"'mytable'"
:pagination=
"false"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
</div>
...
...
@@ -107,12 +105,6 @@ export default {
]
.
concat
(
data
.
columns
()),
data
:
[],
},
// 分页
pageData
:
{
total
:
0
,
pageSize
:
10
,
current
:
1
}
};
},
...
...
@@ -120,6 +112,7 @@ export default {
this
.
handleResetForm
()
},
methods
:
{
handleSearch
()
{
},
handlesetExport2Excel
(
val
)
{
setExport2Excel
(
val
)
},
...
...
src/views/statistics/registerBookQuality/index.vue
View file @
b0724f1
...
...
@@ -33,9 +33,7 @@
</div>
<!-- 列表区域 -->
<div
class=
"from-clues-content"
>
<lb-table
ref=
"table"
:id=
"'mytable'"
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<lb-table
ref=
"table"
:id=
"'mytable'"
:pagination=
"false"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
</div>
...
...
@@ -106,19 +104,14 @@ export default {
]
.
concat
(
data
.
columns
()),
data
:
[],
},
// 分页
pageData
:
{
total
:
0
,
pageSize
:
10
,
current
:
1
},
}
}
},
created
()
{
this
.
handleResetForm
()
},
methods
:
{
handleSearch
()
{
},
handlesetExport2Excel
(
val
)
{
setExport2Excel
(
val
)
},
...
...
src/views/sthj/sbbwcx/index.vue
View file @
b0724f1
...
...
@@ -79,7 +79,7 @@
<!-- 引入详情组件 -->
<!-- 编辑 -->
<dataDetails
ref=
"editLog"
:title=
"title"
:visiableXml=
"true"
/>
</div>
</div>
</
template
>
<
script
>
// 上报报文查询
...
...
@@ -201,6 +201,11 @@ export default {
handleDetail
(
row
)
{
this
.
title
=
row
.
rectypeName
;
this
.
$refs
.
editLog
.
isShow
(
row
);
if
(
row
.
exchangeState
==
2
)
{
this
.
$store
.
dispatch
(
'business/setReportLogEdit'
)
}
else
{
this
.
$store
.
dispatch
(
'business/setEdit'
)
}
},
// 重置
resetForm
()
{
...
...
Please
register
or
sign in
to post a comment