Commit b802d066 authored by zhoumaotao's avatar zhoumaotao

高库移库

parent b3aa31d3
......@@ -15,12 +15,12 @@
<view class="tbtit">
<view class="tbtit_son">配盘单号</view>
<view class="tbtit_son">批号</view>
<view style="flex: 1;">仓库</view>
<!--<view style="flex: 1;">仓库</view>-->
</view>
<view class="tbtit_row " :class="item.selected?'selected':''" v-for="(item,index) in jhList" :key="index" @tap="selectTb(item,index)" @longtap="longtapTb(item,index)">
<view class="tbtit_row_son1">{{item.djid}}</view>
<view style="flex: 1">{{item.ph}}</view>
<view class="tbtit_row_son3">{{item.ckName||'未知'}}</view>
<!--<view class="tbtit_row_son3">{{item.ckName||'未知'}}</view>-->
</view>
<view class="tbtit_row " style="display: flex;" v-if="!jhList[0]" >
<span style="flex: 1;">
......
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