Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pda-scan
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
ximai
mes-pda-scan
Commits
cbacb518
Commit
cbacb518
authored
Jul 16, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销售拣货添加新字段
parent
755f316e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
50 deletions
+54
-50
salesOutboundList.vue
pages/salesOutbound/salesOutboundList.vue
+54
-50
No files found.
pages/salesOutbound/salesOutboundList.vue
View file @
cbacb518
...
@@ -3,9 +3,10 @@
...
@@ -3,9 +3,10 @@
<StickyNavBar
class=
"listTitle"
>
<StickyNavBar
class=
"listTitle"
>
<NavBar
title=
"销售拣货"
></NavBar>
<NavBar
title=
"销售拣货"
></NavBar>
<view
class=
"headerTitle"
>
<view
class=
"headerTitle"
>
<view
class=
"items"
>
交货单号:
{{
vbeln
}}
</view>
<view
class=
"items"
>
交货单号:
{{
vbeln
}}
</view>
<view
class=
"items"
>
8|李XXXXXXX体
</view>
<view
class=
"items"
>
{{
saleInfo
.
KUNNR
}}
|
{{
saleInfo
.
NAME1
}}
</view>
<view
class=
"items"
>
计划日期:9999/99/99
</view>
<view
class=
"items"
>
计划日期:
{{
saleInfo
.
WADAT
}}
</view>
<view
class=
"items"
>
装箱数:
{{
catchPL
&&
catchPL
.
length
||
0
}}
/
{{
Number
(
saleInfo
.
XSNUM
)
}}
</view>
</view>
</view>
<view
class=
""
>
<view
class=
""
>
<view
class=
"btn"
>
<view
class=
"btn"
>
...
@@ -99,6 +100,9 @@
...
@@ -99,6 +100,9 @@
catchPL
()
{
catchPL
()
{
return
this
.
vuex_sales_outbound
[
this
.
vbeln
]
||
null
return
this
.
vuex_sales_outbound
[
this
.
vbeln
]
||
null
},
},
saleInfo
()
{
return
this
.
goodsList
[
0
]
||
{}
}
},
},
methods
:
{
methods
:
{
goSubmit
()
{
goSubmit
()
{
...
...
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