Howie пре 3 година
родитељ
комит
5e7cc95f71
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      src/views/stock/reserved_stock.vue
  2. 1 1
      src/views/supply/apply/engin_list.vue

+ 1 - 1
src/views/stock/reserved_stock.vue

@@ -94,7 +94,7 @@
           </el-table-column>
           <el-table-column align="left" label="单位" prop="unit" min-width="100" show-overflow-tooltip></el-table-column>
           <el-table-column align="left" label="经销商预留库存" prop="reservedNum" min-width="120" show-overflow-tooltip></el-table-column>
-          <el-table-column align="left" label="经销商暂扣库存" prop="temporaryNum" min-width="120" show-overflow-tooltip></el-table-column>
+          <!-- <el-table-column align="left" label="经销商暂扣库存" prop="temporaryNum" min-width="120" show-overflow-tooltip></el-table-column> -->
         </el-table>
       </div>
     </div>

+ 1 - 1
src/views/supply/apply/engin_list.vue

@@ -573,7 +573,7 @@ export default {
     // 进入详情
     toDetail(item) {
       this.queryItem = item;
-      // this.isShowDetail = true;
+      this.isShowDetail = true;
       this.$nextTick(()=>{
         this.$refs.refDetail.initPrint()
       })