소스 검색

Merge remote-tracking branch 'origin/20230223_pad_vue_new_branch' into 20230223_pad_vue_new_branch

28169 3 일 전
부모
커밋
a6e2604c35
2개의 변경된 파일11개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      build/cdn.json
  2. 10 2
      src/pages/main/newActionBar/dialysisPrescription.vue

+ 1 - 1
build/cdn.json 파일 보기

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "2999.999.13754"
2
+  "version": "2999.999.13755"
3 3
 }

+ 10 - 2
src/pages/main/newActionBar/dialysisPrescription.vue 파일 보기

@@ -1775,6 +1775,9 @@ export default {
1775 1775
         blood_access_part_id:"",
1776 1776
         anticoagulant_weichi_hour:"",
1777 1777
         dialyzate:"",
1778
+        dialysis_dialyszers_id:0,
1779
+        dialysis_strainer_id:0,
1780
+        dialysis_irrigation_id:0
1778 1781
       },
1779 1782
       anticoagulant: {
1780 1783
         id: 0,
@@ -1926,6 +1929,7 @@ export default {
1926 1929
         dialysisStrainer.push(arrThree[i].GoodInfo[j])
1927 1930
       }
1928 1931
     }
1932
+
1929 1933
     this.dialysisDialyszers = dialyzer
1930 1934
     this.dialysisIrrigation = irrigation
1931 1935
     this.dialysisStrainerList = dialysisStrainer
@@ -3787,10 +3791,11 @@ export default {
3787 3791
         title: '提示',
3788 3792
         message:
3789 3793
           '确认保存为长期透析处方',
3790
-      })
3791
-        .then(() => {
3794
+      }).then(() => {
3792 3795
           // on confirm
3793 3796
           // console.log('确认');
3797
+             
3798
+         
3794 3799
           if (this.his_is_open == 1) {
3795 3800
             this.is_open = 0;
3796 3801
           }
@@ -3903,6 +3908,9 @@ export default {
3903 3908
               }
3904 3909
               let result = [];
3905 3910
               let filedList = this.$store.getters.user.fileds;
3911
+              
3912
+              
3913
+             
3906 3914
               let new_arr = Object.entries(newParams);
3907 3915
               new_arr.forEach((el) => {
3908 3916
                 if (el[1] === "" || el[1] === 0 ) {