Commit 3cec088b authored by 何远江's avatar 何远江

添加工作中心显示

parent b133221f
......@@ -5,10 +5,15 @@
<view class="headerTitle">
<view class="">
<view class="items"
>反冲料申请:{{ goodsList[0] && goodsList[0].applyNo }}</view
>反冲料申请:{{ goodsInfo && goodsInfo.applyNo }}</view
>
<view class="items"
>计划日期:{{ goodsList[0] && goodsList[0].startTime }}</view
>{{ goodsInfo.workstationCode }}/{{
goodsInfo.workstationName
}}</view
>
<view class="items"
>计划日期:{{ goodsInfo && goodsInfo.startTime }}</view
>
</view>
</view>
......@@ -108,6 +113,9 @@ export default {
};
},
computed: {
goodsInfo() {
return this.goodsList[0] || {}
},
totalNum() {
let num = 0;
let i = null,
......
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