Commit cbacb518 authored by 何远江's avatar 何远江

销售拣货添加新字段

parent 755f316e
...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment