Browse Source

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

csx 4 years ago
parent
commit
57e40143b2

+ 1 - 1
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue View File

86
 
86
 
87
       },
87
       },
88
       getInfo(obj) {
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
           var that = this
90
           var that = this
91
           axios.get('http://127.0.0.1:9532/sz/api/settle/query', {
91
           axios.get('http://127.0.0.1:9532/sz/api/settle/query', {
92
             params: obj
92
             params: obj

+ 5 - 10
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

57
             <div class="mainRight">
57
             <div class="mainRight">
58
 
58
 
59
                 <div class="mainCell fixedCell" style="margin-bottom:10px;">
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
                         <el-button v-loading="loadingone" size="small"
61
                         <el-button v-loading="loadingone" size="small"
62
                                    @click="sz_open(1)"
62
                                    @click="sz_open(1)"
63
                                    type="primary">挂号
63
                                    type="primary">挂号
83
                         >
83
                         >
84
                             退费
84
                             退费
85
                         </el-button>
85
                         </el-button>
86
-
87
-
88
-
89
-
90
                         <el-button size="small" @click="sz_open(10)" type="primary">打印</el-button>
86
                         <el-button size="small" @click="sz_open(10)" type="primary">打印</el-button>
91
-
92
                     </div>
87
                     </div>
93
 
88
 
94
 
89
 
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
                         <el-button size="small" @click="open(3)" type="primary">打印</el-button>
113
                         <el-button size="small" @click="open(3)" type="primary">打印</el-button>
119
                         <el-button v-loading="loadingone" size="small"
114
                         <el-button v-loading="loadingone" size="small"
120
                                    @click="open(6)"
115
                                    @click="open(6)"
618
         }
613
         }
619
 
614
 
620
         this.loadingtwo = true
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
           var that = this
618
           var that = this
624
           axios.get('http://127.0.0.1:9532/sz/api/settle/get', {
619
           axios.get('http://127.0.0.1:9532/sz/api/settle/get', {
718
         this.loadingone = true
713
         this.loadingone = true
719
 
714
 
720
         var that = this
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
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
717
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
723
             params: forms
718
             params: forms
724
           })
719
           })
799
 
794
 
800
         var that = this
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
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
799
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
805
             params: forms
800
             params: forms

+ 1 - 1
src/xt_pages/outpatientRegistration/index.vue View File

1136
               params['admin_user_id'] = this.$store.getters.xt_user.user.id
1136
               params['admin_user_id'] = this.$store.getters.xt_user.user.id
1137
             this.loadingone = true
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
               var that = this
1140
               var that = this
1141
 
1141
 
1142
               axios.get('http://127.0.0.1:9532/sz/api/register/get', {
1142
               axios.get('http://127.0.0.1:9532/sz/api/register/get', {