Browse Source

518合并代码

XMLWAN 2 years ago
parent
commit
3ef1300333
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/stock/drugs/drugStockOutOrderDetailPrint.vue

+ 3 - 3
src/xt_pages/stock/drugs/drugStockOutOrderDetailPrint.vue View File

@@ -14,7 +14,7 @@
14 14
           <div style="float: left;margin-bottom: 1px;">单据编号:{{it.warehouse_out_order_number}}</div>
15 15
           <div style="float: right;margin-bottom: 1px;">{{getDateTwo()}}</div>
16 16
          
17
-           <table class="print-table" border="1" v-if = "org_id == 10210">
17
+           <table class="print-table" border="1" v-if = "orgId != 10210">
18 18
             <tbody>
19 19
             <tr>
20 20
               <td style="line-height: 50px" width="230">药品名称</td>
@@ -58,7 +58,7 @@
58 58
              </tr>
59 59
             </tbody>
60 60
           </table>
61
-          <table class="print-table" border="1" v-if = "org_id !=10210">
61
+          <table class="print-table" border="1" v-if = "orgId ==10210">
62 62
             <tbody>
63 63
             <tr>
64 64
               <td style="line-height: 50px" width="230">药品名称</td>
@@ -385,7 +385,7 @@
385 385
           }
386 386
         })
387 387
       },
388
-      getAllPrince(id){
388
+      getAllPrince(){
389 389
         var count = 0
390 390
         for(let i=0;i<this.warehouseList.length;i++){
391 391
           if(id == this.warehouseList[i].warehouse_out_id){