Commit 70bf337f authored by zhoumaotao's avatar zhoumaotao

页面调整

parent 672a4f9d
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
}, },
methods: { methods: {
backWarehouse(){ backWarehouse(){
backWarehouse({id:this.gwinfor[this.gwSelcetdIndex].id}).then(e=>{ backWarehouse({gwid:this.gwinfor[this.gwSelcetdIndex].id}).then(e=>{
if(e){ if(e){
this.f5Gw() this.f5Gw()
this.$tip.toast("回库成功") this.$tip.toast("回库成功")
......
...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
</view> </view>
<view class="bg-white"> <view class="bg-white">
<cu-custom bgColor="bg-gradual-blue" :isBack="true"> <cu-custom bgColor="bg-gradual-blue" :isBack="true">
<block slot="content">选择物料</block> <block slot="content">选择生产订单</block>
</cu-custom> </cu-custom>
</view> </view>
<view class="cu-bar bg-white solid-bottom"> <view class="cu-bar bg-white solid-bottom">
<view class="action"> <view class="action">
<text class="cuIcon-title text-orange "></text> 物料列表 <text class="cuIcon-title text-orange "></text>订单列表
</view> </view>
</view> </view>
<InfoCard :keyWidth="'cardKeyFull'" :itemWidth="'infoBodyItemFull'" :info="item" :title="'序号:#'+(index+1)" v-for="(item,index) in wlinfor" :key="index" <InfoCard :keyWidth="'cardKeyFull'" :itemWidth="'infoBodyItemFull'" :info="item" :title="'序号:#'+(index+1)" v-for="(item,index) in wlinfor" :key="index"
......
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