XMLWAN 2 years ago
parent
commit
868fe3dfc7

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

816
                         class="under_line"
816
                         class="under_line"
817
                         style="width: 100px; text-align: center"
817
                         style="width: 100px; text-align: center"
818
                       >
818
                       >
819
-                        <span v-if="org_id == 10290">{{
819
+                        <span v-if="org_id == 10290 && org_id == 10318">{{
820
                           lastafterdialysis.weight_after
820
                           lastafterdialysis.weight_after
821
                         }}</span>
821
                         }}</span>
822
-                        <span v-else>{{
822
+                        <span v-if="org_id != 10290 && org_id != 10318">{{
823
                           predialysis.weight_after_last_transparency
823
                           predialysis.weight_after_last_transparency
824
                             ? predialysis.weight_after_last_transparency
824
                             ? predialysis.weight_after_last_transparency
825
                             : "未称重"
825
                             : "未称重"

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

394
                       上次透后体重:
394
                       上次透后体重:
395
                       <div class="under_line" style="width: 100px;text-align: center">
395
                       <div class="under_line" style="width: 100px;text-align: center">
396
                         <span v-if="org_id == 10290 || org_id == 10318">{{lastafterdialysis.weight_after}}</span>
396
                         <span v-if="org_id == 10290 || org_id == 10318">{{lastafterdialysis.weight_after}}</span>
397
-                       <span v-if="org_id!=10290&&org_id!=10318">{{predialysis.weight_after_last_transparency?predialysis.weight_after_last_transparency:'未称重'}}</span>
397
+                       <span v-if="org_id!=10290 && org_id!=10318">{{predialysis.weight_after_last_transparency?predialysis.weight_after_last_transparency:'未称重'}}</span>
398
                         <!-- {{ predialysis.weight_after_last_transparency ? parseFloat(lastafterdialysis.weight_after - lastafterdialysis.additional_weight).toFixed(1) : "未称重" }} -->
398
                         <!-- {{ predialysis.weight_after_last_transparency ? parseFloat(lastafterdialysis.weight_after - lastafterdialysis.additional_weight).toFixed(1) : "未称重" }} -->
399
                       </div>
399
                       </div>
400
                       kg
400
                       kg

+ 1 - 1
src/xt_pages/stock/detail/stockOutDetail.vue View File

804
           this.tableOut[i].out_count = this.getWarehouseOut(this.tableOut[i].good_id)
804
           this.tableOut[i].out_count = this.getWarehouseOut(this.tableOut[i].good_id)
805
           console.log("out_count232233232332",this.tableOut[i].out_count)
805
           console.log("out_count232233232332",this.tableOut[i].out_count)
806
         }
806
         }
807
-        if(this.orgId!=10265 && this.orgId !=10215 && this.orgId!=10210&&this.orgId!=9671){
807
+        if(this.orgId!=10265 && this.orgId !=10215 && this.orgId!=10210&&this.orgId!=9671 && this.orgId!=9956&& this.orgId!=10217 && this.orgId!=10188 && this.orgId!=10191){
808
           this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
808
           this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
809
         }
809
         }
810
        }
810
        }