lxf 1 ano atrás
pai
commit
198c7a6a57
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/subsidiary/order/management/add.vue

+ 1 - 1
src/views/subsidiary/order/management/add.vue

@@ -79,7 +79,7 @@
                     <el-table-column label="产品" width="300">
                       <template #default="{ row }">
                         <div style="width: 100%">
-                          <div style="line-height: 35px">
+                          <div style="line-height: 35px" v-if="!(route.query && route.query.detailId)">
                             <span style="color: black; font-weight: 700">库存数量: </span>
                             <span>{{ item.inventoryQuantity }}</span>
                           </div>