Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8510b1f3
authored
Feb 12, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css优化
parent
3f680c5e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
src/views/consignmentManagement/consignmentRecallDetail.vue
src/views/consignmentManagement/createConsignmentRecallOrder.vue
src/views/consignmentManagement/consignmentRecallDetail.vue
View file @
8510b1f3
...
...
@@ -2,20 +2,22 @@
<div
class=
"pagex"
>
<div
class=
"section-page"
>
<!-- 详情信息区 -->
<el-descriptions
:column=
"
5"
border
style=
"margin-bottom: 15px; width: 1200px
;"
>
<el-descriptions
:column=
"
3"
border
style=
"margin-bottom: 15px; width: 100%
;"
>
<el-descriptions-item
label=
"寄售召回单号"
>
<span
style=
"font-weight: bold"
>
{{
detailData
.
recall_sn
}}{{
detailData
.
recall_status_val
?
`(${detailData.recall_status_val
}
)`
:
''
}}
<
/span
>
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
label
=
"供应商名称:"
>
{{
detailData
.
supplier_name
}}
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
label
=
"备注:"
>
<
div
class
=
"remark-content"
>
{{
detailData
.
delivery_remark
||
'-'
}}
<
/div
>
<
el
-
descriptions
-
item
label
=
"供应商名称:"
>
<
span
style
=
"white-space: nowrap;"
>
{{
detailData
.
supplier_name
}}
<
/span
>
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
label
=
"创建时间:"
>
{{
detailData
.
create_time
}}
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
label
=
"收货人:"
>
{{
(
detailData
.
supplier_address
&&
detailData
.
supplier_address
.
contact
)
||
'-'
}}
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
label
=
"收货人电话:"
>
{{
(
detailData
.
supplier_address
&&
detailData
.
supplier_address
.
mobile
)
||
'-'
}}
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
label
=
"备注:"
>
<
div
class
=
"remark-content"
>
{{
detailData
.
delivery_remark
||
'-'
}}
<
/div
>
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
label
=
"收货地址:"
:
span
=
"2"
>
{{
(
detailData
.
supplier_address
&&
detailData
.
supplier_address
.
info
)
||
'-'
}}
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
label
=
"创建时间:"
>
{{
detailData
.
create_time
}}
<
/el-descriptions-item
>
<
/el-descriptions
>
<!--
列表区
-->
<
div
class
=
"data-box"
>
...
...
src/views/consignmentManagement/createConsignmentRecallOrder.vue
View file @
8510b1f3
...
...
@@ -6,7 +6,7 @@
<el-button
@
click=
"$router.push('/consignmentRecall')"
>
取消
</el-button>
</div>
<div
class=
"row bothSide"
style=
"margin-bottom: 10px;"
>
<div
style=
"width: 4
0
%"
>
<div
style=
"width: 4
8
%"
>
<div
class=
"xktitle"
style=
"margin-bottom: 10px"
>
收货信息
<i
class=
"el-icon-edit-outline"
style=
"margin-left: 10px;"
@
click=
"dialogVisible_3=true"
></i></div>
<div
class=
"row"
>
<i
class=
"el-icon-map-location"
style=
"margin-top: 16px;"
></i>
...
...
@@ -25,7 +25,7 @@
</el-descriptions>
</div>
</div>
<div
style=
"width: 4
0
%"
>
<div
style=
"width: 4
8
%"
>
<div
class=
"xktitle"
style=
"margin-bottom: 10px"
>
配送信息
</div>
<el-descriptions
:column=
"2"
:colon=
"false"
>
<el-descriptions-item
label=
"配送方式:"
>
快递
</el-descriptions-item>
...
...
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