Bladeren bron

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

XMLWAN 4 jaren geleden
bovenliggende
commit
80ba0b636f

+ 2 - 2
src/xt_pages/outpatientCharges/components/registerDialog9504.vue Bestand weergeven

@@ -438,12 +438,12 @@
438 438
         })
439 439
           .then(function (response) {
440 440
             if (response.data.state == 0) {
441
-              this.read_loading = false
441
+              that.read_loading = false
442 442
 
443 443
               that.$message.error(response.data.msg)
444 444
               return false
445 445
             } else {
446
-              this.read_loading = false
446
+              thatthat.read_loading = false
447 447
               var patient = response.data.data.patient
448 448
               if (that.form.id_card_type == 1) {
449 449
                 that.form.id = patient.id

+ 1 - 1
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue Bestand weergeven

@@ -86,7 +86,7 @@
86 86
 
87 87
       },
88 88
       getInfo(obj) {
89
-        if (this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9504) {
89
+        if (this.$store.getters.xt_user.org_id == 9504) {
90 90
           var that = this
91 91
           axios.get('http://127.0.0.1:9532/sz/api/settle/query', {
92 92
             params: obj

+ 5 - 10
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Bestand weergeven

@@ -57,7 +57,7 @@
57 57
             <div class="mainRight">
58 58
 
59 59
                 <div class="mainCell fixedCell" style="margin-bottom:10px;">
60
-                    <div v-if="this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 0">
60
+                    <div v-if="this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 0">
61 61
                         <el-button v-loading="loadingone" size="small"
62 62
                                    @click="sz_open(1)"
63 63
                                    type="primary">挂号
@@ -83,12 +83,7 @@
83 83
                         >
84 84
                             退费
85 85
                         </el-button>
86
-
87
-
88
-
89
-
90 86
                         <el-button size="small" @click="sz_open(10)" type="primary">打印</el-button>
91
-
92 87
                     </div>
93 88
 
94 89
 
@@ -114,7 +109,7 @@
114 109
 
115 110
 
116 111
 
117
-                    <div v-if="this.$store.getters.xt_user.org_id != 9504 && this.$store.getters.xt_user.org_id != 9538">
112
+                    <div v-if="this.$store.getters.xt_user.org_id != 9504">
118 113
                         <el-button size="small" @click="open(3)" type="primary">打印</el-button>
119 114
                         <el-button v-loading="loadingone" size="small"
120 115
                                    @click="open(6)"
@@ -618,7 +613,7 @@
618 613
         }
619 614
 
620 615
         this.loadingtwo = true
621
-        if (this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9504) {
616
+        if (this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9504) {
622 617
 
623 618
           var that = this
624 619
           axios.get('http://127.0.0.1:9532/sz/api/settle/get', {
@@ -718,7 +713,7 @@
718 713
         this.loadingone = true
719 714
 
720 715
         var that = this
721
-        if (this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9504) {
716
+        if ( this.$store.getters.xt_user.org_id == 9504) {
722 717
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
723 718
             params: forms
724 719
           })
@@ -799,7 +794,7 @@
799 794
 
800 795
         var that = this
801 796
 
802
-        if (this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 4 ||  this.$store.getters.xt_user.org_id == 9504) {
797
+        if ( this.$store.getters.xt_user.org_id == 4 ||  this.$store.getters.xt_user.org_id == 9504) {
803 798
 
804 799
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
805 800
             params: forms

+ 3 - 3
src/xt_pages/outpatientRegistration/index.vue Bestand weergeven

@@ -684,12 +684,12 @@
684 684
         })
685 685
           .then(function (response) {
686 686
             if (response.data.state == 0) {
687
-              this.read_loading = false
687
+              that.read_loading = false
688 688
 
689 689
               that.$message.error(response.data.msg)
690 690
               return false
691 691
             } else {
692
-              this.read_loading = false
692
+              that.read_loading = false
693 693
 
694 694
               var patient = response.data.data.patient
695 695
               if (that.form.id_card_type == 1) {
@@ -1136,7 +1136,7 @@
1136 1136
               params['admin_user_id'] = this.$store.getters.xt_user.user.id
1137 1137
             this.loadingone = true
1138 1138
 
1139
-            if (this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9504) {
1139
+            if (this.$store.getters.xt_user.org_id == 9504) {
1140 1140
               var that = this
1141 1141
 
1142 1142
               axios.get('http://127.0.0.1:9532/sz/api/register/get', {