Bladeren bron

Finish Hotfix-zh-202

Howie 3 jaren geleden
bovenliggende
commit
c43603a026
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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()
       })