Commit 5c7091af authored by dragondean@qq.com's avatar dragondean@qq.com

修复再次放入的时候储位回显异常

parent 0641dc5e
......@@ -390,7 +390,8 @@
<el-table-column :label="$t('快递单号')" prop="expressNo"></el-table-column>
<el-table-column :label="$t('储位')" prop="orderLocationBackVOList">
<template v-slot="{ row, column, $index }">
{{getLocationName(row.orderLocationList)}}
<warehouse-area-select :value="row.orderLocationList" :warehouse-id="currentWarehouseId" readonly></warehouse-area-select>
<!--{{getLocationName(row.orderLocationList)}}-->
</template>
</el-table-column>
<el-table-column :label="$t('操作')">
......@@ -583,7 +584,7 @@ export default {
Promise.all([this.getList(), this.getOrder()]).then(res => {
console.log("拆单数据", this.splitData, this.splitData.length)
if(this.orderData.inWarehouseState != 207 && this.splitData.length){
this.reset()
// TODO this.reset()
}
})
// 获取入仓记录
......
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