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
1b9a33d0
Commit
1b9a33d0
authored
Jun 07, 2024
by
zhuzhequan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 title
parent
a08185fc
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
109 additions
and
85 deletions
+109
-85
src/views/DeliveryNotePage.vue
+3
-0
src/views/order/ProductInfo.vue
+6
-6
src/views/order/ProductInfoInspected.vue
+100
-79
src/views/order/index.vue
+0
-0
No files found.
src/views/DeliveryNotePage.vue
View file @
1b9a33d0
...
@@ -119,6 +119,7 @@
...
@@ -119,6 +119,7 @@
></ElTableColumn>
></ElTableColumn>
<ElTableColumn
<ElTableColumn
label=
"发货单号"
label=
"发货单号"
show-overflow-tooltip
prop=
"billNumber"
prop=
"billNumber"
header-align=
"center"
header-align=
"center"
align=
"center"
align=
"center"
...
@@ -148,6 +149,7 @@
...
@@ -148,6 +149,7 @@
<div
<div
v-for=
"(pi, index) in p"
v-for=
"(pi, index) in p"
:key=
"index"
:key=
"index"
:title=
" pi.label +':'+ val(od, pi.key || '')"
class=
"send-order-prop-item"
class=
"send-order-prop-item"
>
>
<span>
{{
pi
.
label
}}
:
{{
val
(
od
,
pi
.
key
||
''
)
}}
</span>
<span>
{{
pi
.
label
}}
:
{{
val
(
od
,
pi
.
key
||
''
)
}}
</span>
...
@@ -173,6 +175,7 @@
...
@@ -173,6 +175,7 @@
<div
<div
v-for=
"pi in logisticsProps"
v-for=
"pi in logisticsProps"
:key=
"pi.label"
:key=
"pi.label"
:title=
" pi.label +':'+ val(row, pi.key)"
class=
"send-order-prop-item"
class=
"send-order-prop-item"
>
>
<span
v-if=
"val(row, pi.key)"
<span
v-if=
"val(row, pi.key)"
...
...
src/views/order/ProductInfo.vue
View file @
1b9a33d0
...
@@ -11,13 +11,13 @@
...
@@ -11,13 +11,13 @@
<img
:src=
"item.variantImage"
style=
"width: 100%; height: 100%"
/>
<img
:src=
"item.variantImage"
style=
"width: 100%; height: 100%"
/>
</div>
</div>
<div
class=
"order-list-expand_item_info"
>
<div
class=
"order-list-expand_item_info"
>
<div
class=
"order-list-expand_item_info_title"
style=
"font-weight: bold"
>
<div
:title=
"item.productName || '--'"
class=
"order-list-expand_item_info_title"
style=
"font-weight: bold"
>
<span
class=
"order-list-expand_item_label"
>
商品名:
</span>
<span
class=
"order-list-expand_item_label"
>
商品名:
</span>
<span
class=
"order-list-expand_item_value"
>
{{
<span
class=
"order-list-expand_item_value"
>
{{
item
.
productName
||
'--'
item
.
productName
||
'--'
}}
</span>
}}
</span>
</div>
</div>
<div
class=
"order-list-expand_item_info_title"
>
<div
:title=
"item.baseSku || ''"
class=
"order-list-expand_item_info_title"
>
<span
class=
"order-list-expand_item_label"
>
Base SKU:
</span>
<span
class=
"order-list-expand_item_label"
>
Base SKU:
</span>
<span
class=
"order-list-expand_item_value"
<span
class=
"order-list-expand_item_value"
>
{{
item
.
baseSku
||
'--'
>
{{
item
.
baseSku
||
'--'
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
><DocumentCopy
/></el-icon
><DocumentCopy
/></el-icon
></span>
></span>
</div>
</div>
<div
class=
"order-list-expand_item_info_title"
>
<div
:title=
"item.variantSku || ''"
class=
"order-list-expand_item_info_title"
>
<span
class=
"order-list-expand_item_label"
>
Variant SKU:
</span>
<span
class=
"order-list-expand_item_label"
>
Variant SKU:
</span>
<span
class=
"order-list-expand_item_value"
<span
class=
"order-list-expand_item_value"
>
{{
item
.
variantSku
||
'--'
}}
>
{{
item
.
variantSku
||
'--'
}}
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
/></el-icon>
/></el-icon>
</span>
</span>
</div>
</div>
<div
class=
"order-list-expand_item_info_title"
>
<div
:title=
"item.shopNumber || ''"
class=
"order-list-expand_item_info_title"
>
<span
class=
"order-list-expand_item_label"
>
店铺单号:
</span>
<span
class=
"order-list-expand_item_label"
>
店铺单号:
</span>
<span
class=
"order-list-expand_item_value"
<span
class=
"order-list-expand_item_value"
>
{{
item
.
shopNumber
||
'--'
}}
>
{{
item
.
shopNumber
||
'--'
}}
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
/></el-icon>
/></el-icon>
</span>
</span>
</div>
</div>
<div
class=
"order-list-expand_item_info_title"
>
<div
:title=
"item.subOrderNumber || ''"
class=
"order-list-expand_item_info_title"
>
<span
class=
"order-list-expand_item_label"
>
生产单号:
</span>
<span
class=
"order-list-expand_item_label"
>
生产单号:
</span>
<span
class=
"order-list-expand_item_value"
<span
class=
"order-list-expand_item_value"
>
{{
item
.
subOrderNumber
||
'--'
>
{{
item
.
subOrderNumber
||
'--'
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<el-tag
effect=
"dark"
type=
"danger"
>
未发货
</el-tag>
<el-tag
effect=
"dark"
type=
"danger"
>
未发货
</el-tag>
</span>
</span>
</div>
</div>
<div
class=
"order-list-expand_item_info_title"
>
<div
:title=
"item.material || ''"
class=
"order-list-expand_item_info_title"
>
<span
class=
"order-list-expand_item_label"
>
材质:
</span>
<span
class=
"order-list-expand_item_label"
>
材质:
</span>
<span
class=
"order-list-expand_item_value"
<span
class=
"order-list-expand_item_value"
>
{{
item
.
material
||
'--'
>
{{
item
.
material
||
'--'
...
...
src/views/order/ProductInfoInspected.vue
View file @
1b9a33d0
This diff is collapsed.
Click to expand it.
src/views/order/index.vue
View file @
1b9a33d0
This diff is collapsed.
Click to expand it.
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