Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
fef3457d
Commit
fef3457d
authored
Jul 23, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改podus待发货样式
parent
e980eddb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
33 deletions
+37
-33
src/views/order/podUs/index.vue
+37
-33
No files found.
src/views/order/podUs/index.vue
View file @
fef3457d
...
@@ -744,7 +744,15 @@
...
@@ -744,7 +744,15 @@
{{
item
.
supplierProductNo
}}
{{
item
.
supplierProductNo
}}
</span>
</span>
</div>
</div>
<div
class=
"goods-item-info-item"
>
<span
class=
"goods-item-info-item-label"
>
克重:
</span>
<span
v-if=
"item.weight"
class=
"goods-item-info-item-value"
>
{{
item
.
weight
}}
g
</span>
</div>
<div
<div
v-if=
"item.isReplenishment"
v-if=
"item.isReplenishment"
class=
"goods-item-info-item"
class=
"goods-item-info-item"
...
@@ -860,42 +868,38 @@
...
@@ -860,42 +868,38 @@
@
click=
"applyForReplenishment(item)"
@
click=
"applyForReplenishment(item)"
>
申请补胚
>
申请补胚
</el-button>
</el-button>
<el-button
link
size=
"small"
type=
"success"
style=
"height: 23px; margin-left: 0"
@
click=
"downloadMaterialItem(item)"
>
下载素材
</el-button>
<el-button
link
size=
"small"
type=
"success"
style=
"height: 23px; margin-left: 0"
@
click=
"downloadTifItem('tiff', item.id)"
>
TIF排版
</el-button>
<el-button
link
size=
"small"
type=
"success"
style=
"height: 23px; margin-left: 0"
@
click=
"downloadTifItem('png', item.id)"
>
PNG排版
</el-button>
</div>
</div>
<!-- f -->
<!-- f -->
</div>
</div>
<div
class=
"goods-item-info-item"
>
<div
<span
class=
"goods-item-info-item-label"
>
克重:
</span>
v-if=
"status === 'WAIT_SHIPMENT'"
<span
style=
"display: flex; justify-content: space-between"
v-if=
"item.weight"
>
class=
"goods-item-info-item-value"
<el-button
>
link
{{ item.weight }}g
size=
"small"
</span>
type=
"primary"
style=
"height: 23px; padding: 0"
@
click=
"downloadMaterialItem(item)"
>
下载素材
</el-button>
<el-button
link
size=
"small"
type=
"warning"
style=
"height: 23px; margin: 0"
@
click=
"downloadTifItem('tiff', item.id)"
>
TIF排版
</el-button>
<el-button
link
size=
"small"
type=
"warning"
style=
"height: 23px; margin: 0"
@
click=
"downloadTifItem('png', item.id)"
>
PNG排版
</el-button>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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