浏览代码

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

XMLWAN 4 年前
父节点
当前提交
0cb105dc8d

+ 6 - 2
src/xt_pages/dialysis/details/DialysisPrescription.vue 查看文件

519
          for(let i=0;i<arr.length;i++){
519
          for(let i=0;i<arr.length;i++){
520
            for(let j=0;j<this.preparestock.length;j++){
520
            for(let j=0;j<this.preparestock.length;j++){
521
               if(arr[i] == this.preparestock[j].specification_name){
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
          for(let i=0;i<arr.length;i++){
540
          for(let i=0;i<arr.length;i++){
539
            for(let j=0;j<this.preparestock.length;j++){
541
            for(let j=0;j<this.preparestock.length;j++){
540
               if(arr[i] == this.preparestock[j].specification_name){
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 查看文件

509
                     <td width="140">透析器/灌流器型号:</td>
509
                     <td width="140">透析器/灌流器型号:</td>
510
                     <td width="">
510
                     <td width="">
511
                       <div class="under-line">
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
                       </div>
514
                       </div>
514
                     </td>
515
                     </td>
515
                   </tr>
516
                   </tr>