Commit 9f380f9f authored by Marcus's avatar Marcus

货物入仓成功后,货物行应该变成追加和退仓

https://zentao.test.jdshangmen.com/bug-view-2712.html
parent 00df4323
......@@ -90,7 +90,10 @@
:order="order"
@close="getList"></warehouse>
<!-- <el-button v-if="isEdit" size="mini" type="text" @click="handleWarehousing(row)">{{$t('修改')}}</el-button>-->
<template v-else-if="isAdd">
<template v-else-if="
wareItem(row.orderItemId)
&& wareItem(row.orderItemId).orderWarehouseInBackItemDoList
&& wareItem(row.orderItemId).orderWarehouseInBackItemDoList.length > 0">
<!-- <template v-if="!order.parentOrderId">-->
<warehouse
:order-item-a="order.orderItemVOList[$index]"
......
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