@@ -135,12 +135,12 @@
<el-table-column label="库区" align="center" prop="zoneName"/>
<el-table-column label="库位" align="center" prop="locationNo"/>
<el-table-column label="物料" align="center" prop="sku" width="200"/>
- <el-table-column label="物料名称" align="center" prop="skuName" width="200"/>
- <el-table-column label="物料种类" align="center" prop="skuTypeName"/>
- <el-table-column label="托盘号" align="center" prop="palletNo"/>
- <el-table-column label="是否满拖" align="center" prop="isFull"/>
+<!-- <el-table-column label="物料名称" align="center" prop="skuName" width="200"/>-->
+<!-- <el-table-column label="物料种类" align="center" prop="skuTypeName"/>-->
+<!-- <el-table-column label="托盘号" align="center" prop="palletNo"/>-->
+<!-- <el-table-column label="是否满拖" align="center" prop="isFull"/>-->
<el-table-column label="库存数量" align="center" prop="qty"/>
- <el-table-column label="已分配数量" align="center" prop="qtyallocated" width="200"/>
+<!-- <el-table-column label="已分配数量" align="center" prop="qtyallocated" width="200"/>-->
<el-table-column
v-for="(item, index) in tableOption"
:key="index"
@@ -91,10 +91,10 @@
<el-divider content-position="center">批次属性信息</el-divider>
<el-table v-loading="loading" :data="form.lotattList">
<el-table-column label="库位" align="center" prop="locationNo" width="200"/>
v-for="(item, index) in itemOption"
:key="index_back"
@@ -25,7 +25,7 @@ public class AgvCallForm {
/**
* 创建人
*/
- private String createUser;
+ private String createUser = "PDA";
* 是否裹膜
@@ -336,7 +336,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectInvLocIdLotattList" resultMap="InvLotLocIdLotattResult">
select
inv.*,
- att.lotnum, att.customer_id,z.zone_name
+ att.lotnum, att.customer_id,z.zone_name,b.location_no
,lotatt01, lotatt02, lotatt03, lotatt04,lotatt05, lotatt06
,lotatt07, lotatt08, lotatt09, lotatt10, lotatt11, lotatt12, lotatt13, lotatt14, lotatt15, lotatt16, lotatt17
,lotatt18