XMLWAN 2 years ago
parent
commit
868fe3dfc7

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

@@ -816,10 +816,10 @@
816 816
                         class="under_line"
817 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 820
                           lastafterdialysis.weight_after
821 821
                         }}</span>
822
-                        <span v-else>{{
822
+                        <span v-if="org_id != 10290 && org_id != 10318">{{
823 823
                           predialysis.weight_after_last_transparency
824 824
                             ? predialysis.weight_after_last_transparency
825 825
                             : "未称重"

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

@@ -394,7 +394,7 @@
394 394
                       上次透后体重:
395 395
                       <div class="under_line" style="width: 100px;text-align: center">
396 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 398
                         <!-- {{ predialysis.weight_after_last_transparency ? parseFloat(lastafterdialysis.weight_after - lastafterdialysis.additional_weight).toFixed(1) : "未称重" }} -->
399 399
                       </div>
400 400
                       kg

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

@@ -804,7 +804,7 @@ export default {
804 804
           this.tableOut[i].out_count = this.getWarehouseOut(this.tableOut[i].good_id)
805 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 808
           this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
809 809
         }
810 810
        }