|
@@ -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){
|