Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
folacin-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ynby
folacin-front
Commits
ac7f98ac
Commit
ac7f98ac
authored
Aug 02, 2021
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
90618877
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
11 deletions
+17
-11
folviteDistributionDetail.vue
...viteDistribution/components/folviteDistributionDetail.vue
+17
-11
No files found.
src/views/indexComponent/folviteDistribution/components/folviteDistributionDetail.vue
View file @
ac7f98ac
...
@@ -74,10 +74,11 @@
...
@@ -74,10 +74,11 @@
{{
detailInfo
.
parentDate
||
'--'
}}
{{
detailInfo
.
parentDate
||
'--'
}}
</a-descriptions-item>
</a-descriptions-item>
<a-descriptions-item
label=
"上传照片"
v-if=
"routerParams.source != 2"
>
<a-descriptions-item
label=
"上传照片"
v-if=
"routerParams.source != 2"
>
<img
width=
"120px"
height=
"120px"
:src=
"detailInfo.consentUrl"
/>
<img
style=
"cursor: pointer"
width=
"120px"
height=
"120px"
:src=
"detailInfo.consentUrl"
@
click=
"showVisible=true"
/>
</a-descriptions-item>
</a-descriptions-item>
</a-descriptions>
</a-descriptions>
<
!--
<
div
class=
"card_info"
>
<div
class=
"card_info"
>
<a-card
class=
"book"
:headStyle=
"
{background: '#FAFAFA'}" v-if="routerParams.source == 2">
<a-card
class=
"book"
:headStyle=
"
{background: '#FAFAFA'}" v-if="routerParams.source == 2">
<div
slot=
"title"
style=
"text-align: center;"
>
<div
slot=
"title"
style=
"text-align: center;"
>
<span
style=
"color: #262626;font-size: 14px"
>
知情同意书
</span>
<span
style=
"color: #262626;font-size: 14px"
>
知情同意书
</span>
...
@@ -150,11 +151,11 @@
...
@@ -150,11 +151,11 @@
import
router
from
"../../../../router"
;
import
router
from
"../../../../router"
;
const
columns
=
[
const
columns
=
[
{
title
:
'供应商'
,
title
:
'供应商'
,
dataIndex
:
'supplierName'
,
dataIndex
:
'supplierName'
,
ellipsis
:
true
ellipsis
:
true
},
},
{
{
{
title
:
'品牌'
,
title
:
'品牌'
,
dataIndex
:
'brandName'
,
dataIndex
:
'brandName'
,
...
@@ -183,7 +184,8 @@
...
@@ -183,7 +184,8 @@
detailInfo
:
{},
detailInfo
:
{},
spinning
:
false
,
spinning
:
false
,
bookHtmlContent
:
{
content
:
undefined
},
bookHtmlContent
:
{
content
:
undefined
},
columns
columns
,
showVisible
:
false
}
}
},
},
created
()
{
created
()
{
...
@@ -214,7 +216,7 @@
...
@@ -214,7 +216,7 @@
goBack
()
{
goBack
()
{
this
.
$router
.
push
(
"/Home/folviteDistribution"
);
this
.
$router
.
push
(
"/Home/folviteDistribution"
);
closedDetail
(
'/inStock/inStockManageDetail'
,
'/Home/folviteDistribution'
)
closedDetail
(
'/inStock/inStockManageDetail'
,
'/Home/folviteDistribution'
)
}
}
,
},
},
}
}
</
script
>
</
script
>
...
@@ -236,22 +238,26 @@
...
@@ -236,22 +238,26 @@
width: 135px;
width: 135px;
}
}
}
}
.card_info{
.ant-card-head-title{
.card_info {
padding: 9px 0px!important;
.ant-card-head-title {
padding: 9px 0px !important;
}
}
.ant-card-head {
.ant-card-head {
min-height: 32px;
min-height: 32px;
}
}
.ant-card-bordered {
.ant-card-bordered {
border-top: 0px!important;
border-top: 0px
!important;
border-bottom: 0px!important;
border-bottom: 0px
!important;
}
}
}
}
.remark_info {
.remark_info {
.ant-descriptions-view {
.ant-descriptions-view {
.ant-descriptions-bordered .ant-descriptions-view {
.ant-descriptions-bordered .ant-descriptions-view {
border: 0px!important;
border: 0px
!important;
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment