样式和数据
This commit is contained in:
@@ -54,10 +54,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>
|
||||
@@ -66,7 +68,11 @@
|
||||
<tbody v-if="pkObj.djzt !== '审核后'">
|
||||
<tr v-for="(el, j) in dataList2" :key="el.id">
|
||||
<td>{{j+1}}</td>
|
||||
<td><view class="zd-checkbox" :class="{'zd-checkbox_active': el.checked}" @tap="toCheck2(el)"></view></td>
|
||||
<td @tap="toCheck2(el)">
|
||||
<view class="zd-row jcenter">
|
||||
<view class="zd-checkbox" :class="{'zd-checkbox_active': el.checked}"></view>
|
||||
</view>
|
||||
</td>
|
||||
<td><view class="fontcol1">{{el.wlbm}}</view></td>
|
||||
<td>{{el.wlmc}}</td>
|
||||
<td>{{el.ggxh}}</td>
|
||||
@@ -74,9 +80,16 @@
|
||||
<td>{{el.kclx}}</td>
|
||||
<td>{{el.kczt}}</td>
|
||||
<td><input class="td_input" type="number" v-model="el.sl" @blur="_allocationBillUpdate(el)" /></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.dckwbm" @handleChange="_allocationBillUpdate(el)" />
|
||||
<scan-input v-model="el.drkwbm" @handleChange="_allocationBillUpdate(el)" />
|
||||
</view>
|
||||
</td>
|
||||
<td @tap.stop="checkWarehouse(1, '调出仓库', el)">
|
||||
@@ -85,15 +98,10 @@
|
||||
<view class="mgl10">{{el.dcckbm}}</view>
|
||||
</view>
|
||||
</td>
|
||||
<td>{{el.dcckmc}}</td>
|
||||
<td>
|
||||
<view class="td_scan_wraper">
|
||||
<scan-input v-model="el.drkwbm" @handleChange="_allocationBillUpdate(el)" />
|
||||
</view>
|
||||
</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>
|
||||
<scan-input v-model="el.dckwbm" @handleChange="_allocationBillUpdate(el)" />
|
||||
</view>
|
||||
</td>
|
||||
<td @tap.stop="openCalendar(1,el)">
|
||||
@@ -121,10 +129,12 @@
|
||||
<td>{{el.kclx}}</td>
|
||||
<td>{{el.kczt}}</td>
|
||||
<td>{{el.sl}}</td>
|
||||
<td>{{el.dckwbm}}</td>
|
||||
<td>{{el.dcckbm}}</td>
|
||||
<td>{{el.drkwbm}}</td>
|
||||
<td>{{el.drckbm}}</td>
|
||||
<td>{{el.drckmc}}</td>
|
||||
<td>{{el.drkwbm}}</td>
|
||||
<td>{{el.dcckbm}}</td>
|
||||
<td>{{el.drckmc}}</td>
|
||||
<td>{{el.dckwbm}}</td>
|
||||
<td>{{el.jhdrrq}}</td>
|
||||
<td>{{el.jhdcrq}}</td>
|
||||
<td @tap.stop="getDetails(3,el)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></td>
|
||||
|
||||
Reference in New Issue
Block a user