Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 4 years ago
parent
commit
0cb105dc8d

+ 6 - 2
src/xt_pages/dialysis/details/DialysisPrescription.vue View File

@@ -519,7 +519,9 @@ export default {
519 519
          for(let i=0;i<arr.length;i++){
520 520
            for(let j=0;j<this.preparestock.length;j++){
521 521
               if(arr[i] == this.preparestock[j].specification_name){
522
-                 arr[i] = arr[i]+"("+this.preparestock[j].commdity_code+")"
522
+                 if(this.preparestock[j].commdity_code!=""){
523
+                   arr[i] = arr[i]+"("+this.preparestock[j].commdity_code+")"
524
+                 }
523 525
               }
524 526
            }
525 527
          }
@@ -538,7 +540,9 @@ export default {
538 540
          for(let i=0;i<arr.length;i++){
539 541
            for(let j=0;j<this.preparestock.length;j++){
540 542
               if(arr[i] == this.preparestock[j].specification_name){
541
-                 arr[i] = arr[i]+"("+this.preparestock[j].commdity_code+")"
543
+                if(this.preparestock[j].commdity_code!=""){
544
+                  arr[i] = arr[i]+"("+this.preparestock[j].commdity_code+")"
545
+                } 
542 546
               }
543 547
            }
544 548
          }

+ 2 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderOne.vue View File

@@ -509,7 +509,8 @@
509 509
                     <td width="140">透析器/灌流器型号:</td>
510 510
                     <td width="">
511 511
                       <div class="under-line">
512
-                        &nbsp;{{ prescription.dialyzer_perfusion_apparatus }}
512
+                          <span v-if="org_id ==9987 || org_id== 3877 || org_id == 4 || org_id == 9671">{{prescription.dialysis_dialyszers}}/{{prescription.dialysis_irrigation}}</span>
513
+                        &nbsp;<span else>{{ prescription.dialyzer_perfusion_apparatus }}</span> 
513 514
                       </div>
514 515
                     </td>
515 516
                   </tr>