Browse Source

11月14日 库存扣减更新

XMLWAN 3 years ago
parent
commit
97c3e719f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/stock/detail/print.vue

+ 1 - 1
src/xt_pages/stock/detail/print.vue View File

51
               <td style="line-height: 50px">
51
               <td style="line-height: 50px">
52
                 <span v-if="type == 1"> {{ item.warehousing_count }}</span>
52
                 <span v-if="type == 1"> {{ item.warehousing_count }}</span>
53
                 <span v-if="type == 2"> 
53
                 <span v-if="type == 2"> 
54
-                  <span  v-if= "org_id == 3907 || org_id ==9919">{{getStockCount(item.good_id) }}</span>  
54
+                  <span  v-if= "org_id == 3907 || org_id == 9919 || org_id == 9583">{{getStockCount(item.good_id) }}</span>  
55
                   <span v-else>{{item.count}}</span>
55
                   <span v-else>{{item.count}}</span>
56
                 </span>
56
                 </span>
57
                
57