调拨维护
This commit is contained in:
@@ -61,12 +61,12 @@
|
|||||||
<th>库存类型</th>
|
<th>库存类型</th>
|
||||||
<th>库存状态</th>
|
<th>库存状态</th>
|
||||||
<th>数量</th>
|
<th>数量</th>
|
||||||
<th>调入仓库</th>
|
|
||||||
<th>调入仓库名称</th>
|
|
||||||
<th>调入库位</th>
|
|
||||||
<th>调出仓库</th>
|
<th>调出仓库</th>
|
||||||
<th>调出仓库名称</th>
|
<th>调出仓库名称</th>
|
||||||
<th>调出库位</th>
|
<th>调出库位</th>
|
||||||
|
<th>调入仓库</th>
|
||||||
|
<th>调入仓库名称</th>
|
||||||
|
<th>调入库位</th>
|
||||||
<th>计划调入日期</th>
|
<th>计划调入日期</th>
|
||||||
<th>计划调出日期</th>
|
<th>计划调出日期</th>
|
||||||
<th>跟踪号</th>
|
<th>跟踪号</th>
|
||||||
@@ -89,18 +89,6 @@
|
|||||||
<td>
|
<td>
|
||||||
<input class="td_input" type="number" confirm-type="go" v-model="el.sl" @blur="_allocationBillUpdate(el)" @confirm="_allocationBillUpdate(el)" />
|
<input class="td_input" type="number" confirm-type="go" v-model="el.sl" @blur="_allocationBillUpdate(el)" @confirm="_allocationBillUpdate(el)" />
|
||||||
</td>
|
</td>
|
||||||
<td @tap.stop="checkWarehouse(2, '修改调入仓库', el)">
|
|
||||||
<view class="zd-row td_change">
|
|
||||||
<uni-icons type="shop" size="16" color="#fff"></uni-icons>
|
|
||||||
<view class="mgl10">{{el.drckbm}}</view>
|
|
||||||
</view>
|
|
||||||
</td>
|
|
||||||
<td>{{el.drckmc}}</td>
|
|
||||||
<td>
|
|
||||||
<view class="td_scan_wraper">
|
|
||||||
<scan-input v-model="el.drkwbm" @handleChange="_allocationBillUpdate(el)" />
|
|
||||||
</view>
|
|
||||||
</td>
|
|
||||||
<td @tap.stop="checkWarehouse(1, '修改调出仓库', el)">
|
<td @tap.stop="checkWarehouse(1, '修改调出仓库', el)">
|
||||||
<view class="zd-row td_change">
|
<view class="zd-row td_change">
|
||||||
<uni-icons type="shop" size="16" color="#fff"></uni-icons>
|
<uni-icons type="shop" size="16" color="#fff"></uni-icons>
|
||||||
@@ -113,6 +101,18 @@
|
|||||||
<scan-input v-model="el.dckwbm" @handleChange="_allocationBillUpdate(el)" />
|
<scan-input v-model="el.dckwbm" @handleChange="_allocationBillUpdate(el)" />
|
||||||
</view>
|
</view>
|
||||||
</td>
|
</td>
|
||||||
|
<td @tap.stop="checkWarehouse(2, '修改调入仓库', el)">
|
||||||
|
<view class="zd-row td_change">
|
||||||
|
<uni-icons type="shop" size="16" color="#fff"></uni-icons>
|
||||||
|
<view class="mgl10">{{el.drckbm}}</view>
|
||||||
|
</view>
|
||||||
|
</td>
|
||||||
|
<td>{{el.drckmc}}</td>
|
||||||
|
<td>
|
||||||
|
<view class="td_scan_wraper">
|
||||||
|
<scan-input v-model="el.drkwbm" @handleChange="_allocationBillUpdate(el)" />
|
||||||
|
</view>
|
||||||
|
</td>
|
||||||
<td @tap.stop="openCalendar(1,el)">
|
<td @tap.stop="openCalendar(1,el)">
|
||||||
<view class="zd-row td_change">
|
<view class="zd-row td_change">
|
||||||
<uni-icons type="calendar" size="16" color="#fff"></uni-icons>
|
<uni-icons type="calendar" size="16" color="#fff"></uni-icons>
|
||||||
@@ -143,12 +143,12 @@
|
|||||||
<td>{{el.kclx}}</td>
|
<td>{{el.kclx}}</td>
|
||||||
<td>{{el.kczt}}</td>
|
<td>{{el.kczt}}</td>
|
||||||
<td>{{el.sl}}</td>
|
<td>{{el.sl}}</td>
|
||||||
<td>{{el.drckbm}}</td>
|
|
||||||
<td>{{el.drckmc}}</td>
|
|
||||||
<td>{{el.drkwbm}}</td>
|
|
||||||
<td>{{el.dcckbm}}</td>
|
<td>{{el.dcckbm}}</td>
|
||||||
<td>{{el.dcckmc}}</td>
|
<td>{{el.dcckmc}}</td>
|
||||||
<td>{{el.dckwbm}}</td>
|
<td>{{el.dckwbm}}</td>
|
||||||
|
<td>{{el.drckbm}}</td>
|
||||||
|
<td>{{el.drckmc}}</td>
|
||||||
|
<td>{{el.drkwbm}}</td>
|
||||||
<td>{{el.jhdrrq}}</td>
|
<td>{{el.jhdrrq}}</td>
|
||||||
<td>{{el.jhdcrq}}</td>
|
<td>{{el.jhdcrq}}</td>
|
||||||
<td>{{el.gzh}}</td>
|
<td>{{el.gzh}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user