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