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
61b52ec1
authored
2023-01-17 10:53:24 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
68e92cdc
0d1dcd54
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
94 additions
and
116 deletions
src/views/business-info/gzwsyq/index.vue
src/views/business-info/hysyq/index.vue
src/views/business-info/lq/index.vue
src/views/business-info/nydsyq/index.vue
src/views/business-info/zxdj/index.vue
src/views/business-info/gzwsyq/index.vue
View file @
61b52ec
...
...
@@ -101,29 +101,20 @@ export default {
{
label
:
"操作"
,
width
:
170
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-folder"
style
=
"color:#67C23A"
onClick
=
{()
=>
{
this
.
handleXmlres
(
scope
.
$index
,
scope
.
row
)
}}
>
XML
报文
<
/el-button
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-view"
onClick
=
{()
=>
{
this
.
handlDatadetails
(
scope
.
$index
,
scope
.
row
)
}}
>
数据详情
<
/el-button
>
<
/div
>
);
},
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"primary"
onClick
=
{()
=>
{
this
.
handleEdit
(
scope
.
row
);
}}
>
详情
<
/el-button
>
<
/div
>
);
},
},
]),
...
...
@@ -171,6 +162,11 @@ export default {
this
.
$message
(
message
)
}
},
// 详情
handleEdit
(
row
)
{
this
.
title
=
row
.
rectypeName
this
.
$refs
.
editLog
.
isShow
(
row
);
}
}
}
</
script
>
...
...
src/views/business-info/hysyq/index.vue
View file @
61b52ec
...
...
@@ -102,29 +102,20 @@ export default {
{
label
:
"操作"
,
width
:
170
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-folder"
style
=
"color:#67C23A"
onClick
=
{()
=>
{
this
.
handleXmlres
(
scope
.
$index
,
scope
.
row
)
}}
>
XML
报文
<
/el-button
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-view"
onClick
=
{()
=>
{
this
.
handlDatadetails
(
scope
.
$index
,
scope
.
row
)
}}
>
数据详情
<
/el-button
>
<
/div
>
);
},
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"primary"
onClick
=
{()
=>
{
this
.
handleEdit
(
scope
.
row
);
}}
>
详情
<
/el-button
>
<
/div
>
);
},
},
]),
...
...
@@ -173,6 +164,11 @@ export default {
this
.
$message
(
message
)
}
},
// 详情
handleEdit
(
row
)
{
this
.
title
=
row
.
rectypeName
this
.
$refs
.
editLog
.
isShow
(
row
);
}
}
}
</
script
>
...
...
src/views/business-info/lq/index.vue
View file @
61b52ec
...
...
@@ -95,29 +95,20 @@ export default {
{
label
:
"操作"
,
width
:
170
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-folder"
style
=
"color:#67C23A"
onClick
=
{()
=>
{
this
.
handleXmlres
(
scope
.
$index
,
scope
.
row
)
}}
>
XML
报文
<
/el-button
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-view"
onClick
=
{()
=>
{
this
.
handlDatadetails
(
scope
.
$index
,
scope
.
row
)
}}
>
数据详情
<
/el-button
>
<
/div
>
);
},
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"primary"
onClick
=
{()
=>
{
this
.
handleEdit
(
scope
.
row
);
}}
>
详情
<
/el-button
>
<
/div
>
);
},
},
]),
...
...
@@ -159,6 +150,11 @@ export default {
this
.
$message
(
message
)
}
},
// 详情
handleEdit
(
row
)
{
this
.
title
=
row
.
rectypeName
this
.
$refs
.
editLog
.
isShow
(
row
);
}
}
}
</
script
>
...
...
src/views/business-info/nydsyq/index.vue
View file @
61b52ec
...
...
@@ -101,29 +101,20 @@ export default {
{
label
:
"操作"
,
width
:
170
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-folder"
style
=
"color:#67C23A"
onClick
=
{()
=>
{
this
.
handleXmlres
(
scope
.
$index
,
scope
.
row
)
}}
>
XML
报文
<
/el-button
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-view"
onClick
=
{()
=>
{
this
.
handlDatadetails
(
scope
.
$index
,
scope
.
row
)
}}
>
数据详情
<
/el-button
>
<
/div
>
);
},
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"primary"
onClick
=
{()
=>
{
this
.
handleEdit
(
scope
.
row
);
}}
>
详情
<
/el-button
>
<
/div
>
);
},
},
]),
...
...
@@ -171,6 +162,11 @@ export default {
this
.
$message
(
message
)
}
},
// 详情
handleEdit
(
row
)
{
this
.
title
=
row
.
rectypeName
this
.
$refs
.
editLog
.
isShow
(
row
);
}
}
}
</
script
>
...
...
src/views/business-info/zxdj/index.vue
View file @
61b52ec
...
...
@@ -98,28 +98,19 @@ export default {
label
:
"操作"
,
width
:
170
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-folder"
style
=
"color:#67C23A"
onClick
=
{()
=>
{
this
.
handleXmlres
(
scope
.
$index
,
scope
.
row
)
}}
>
XML
报文
<
/el-button
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-view"
onClick
=
{()
=>
{
this
.
handlDatadetails
(
scope
.
$index
,
scope
.
row
)
}}
>
数据详情
<
/el-button
>
<
/div
>
);
},
return
(
<
div
>
<
el
-
button
type
=
"primary"
onClick
=
{()
=>
{
this
.
handleEdit
(
scope
.
row
);
}}
>
详情
<
/el-button
>
<
/div
>
);
},
},
]),
...
...
@@ -140,8 +131,6 @@ export default {
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQlfQlZxdjList
(
this
.
form
)
console
.
log
(
"listssssssssssssssssssssssss"
,
list
);
console
.
log
(
"listsssssssssssssssssssssssssss"
,
list
);
this
.
tableData
.
data
=
list
this
.
pageData
=
{
pageSize
,
...
...
@@ -163,6 +152,11 @@ export default {
this
.
$message
(
message
)
}
},
// 详情
handleEdit
(
row
)
{
this
.
title
=
row
.
rectypeName
this
.
$refs
.
editLog
.
isShow
(
row
);
}
}
}
</
script
>
...
...
Please
register
or
sign in
to post a comment