Browse Source

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

XMLWAN 3 years ago
parent
commit
7f9040c1d9

+ 3 - 3
src/xt_pages/data/components/consumables.vue View File

43
     </div>
43
     </div>
44
 
44
 
45
      <div style="display:flex; align-items:center;margin-bottom:10px;">
45
      <div style="display:flex; align-items:center;margin-bottom:10px;">
46
-        <el-button type="primary" size="mini" @click="BatchDelete()" v-if="$store.getters.xt_user.org_id == 9504 || $store.getters.xt_user.org_id == 10028">批量备案</el-button>
47
-        <el-button type="primary" size="mini" v-if="$store.getters.xt_user.org_id != 9504 && $store.getters.xt_user.org_id != 10028" @click="GDYBBatchPutOnRecord">批量备案</el-button>
46
+        <el-button type="primary" size="mini" @click="BatchDelete()" v-if="$store.getters.xt_user.org_id == 9504 || $store.getters.xt_user.org_id == 10028 || $store.getters.xt_user.org_id == 10138">批量备案</el-button>
47
+        <el-button type="primary" size="mini" v-if="$store.getters.xt_user.org_id != 9504 && $store.getters.xt_user.org_id != 10028 && $store.getters.xt_user.org_id != 10138" @click="GDYBBatchPutOnRecord">批量备案</el-button>
48
         <el-link target="_blank" href="https://kuyi.shengws.com/stockTemplate.xlsx" :underline="false"
48
         <el-link target="_blank" href="https://kuyi.shengws.com/stockTemplate.xlsx" :underline="false"
49
                  style="margin-left:15px">
49
                  style="margin-left:15px">
50
           <el-button
50
           <el-button
130
           <!--<el-button type="primary" size="small" @click="clickSelfPayment(scope.row.id)">自付比例</el-button>-->
130
           <!--<el-button type="primary" size="small" @click="clickSelfPayment(scope.row.id)">自付比例</el-button>-->
131
           <el-button type="danger" size="small" @click="handleGoodInfoDelete(scope.$index, scope.row)">删除</el-button>
131
           <el-button type="danger" size="small" @click="handleGoodInfoDelete(scope.$index, scope.row)">删除</el-button>
132
 
132
 
133
-          <el-button type="primary" size="small" icon="el-icon-refresh-left" @click="toReturn(scope.row.id,scope.row.is_mark)" v-if="$store.getters.xt_user.org_id == 9504 || $store.getters.xt_user.org_id == 10028">
133
+          <el-button type="primary" size="small" icon="el-icon-refresh-left" @click="toReturn(scope.row.id,scope.row.is_mark)" v-if="$store.getters.xt_user.org_id == 9504 || $store.getters.xt_user.org_id == 10028 || $store.getters.xt_user.org_id == 10138">
134
              <span v-if="scope.row.is_mark == 0">备案</span>
134
              <span v-if="scope.row.is_mark == 0">备案</span>
135
              <span v-if="scope.row.is_mark == 1">撤销</span>
135
              <span v-if="scope.row.is_mark == 1">撤销</span>
136
           </el-button>
136
           </el-button>

+ 4 - 4
src/xt_pages/data/components/drugs.vue View File

45
 
45
 
46
     </div>
46
     </div>
47
     <div style="display:flex; align-items:center;margin-bottom:10px;">
47
     <div style="display:flex; align-items:center;margin-bottom:10px;">
48
-        <el-button type="primary" size="small" @click="BatchDelete()" v-if="$store.getters.xt_user.org_id == 9504 || $store.getters.xt_user.org_id == 10028" >批量备案</el-button>
49
-        <el-button type="primary" size="small" v-if="$store.getters.xt_user.org_id != 9504 && $store.getters.xt_user.org_id != 10028" @click="GDYBBatchPutOnRecord()">批量备案</el-button>
48
+        <el-button type="primary" size="small" @click="BatchDelete()" v-if="$store.getters.xt_user.org_id == 9504 ||  this.$store.getters.xt_user.org_id == 10138 || $store.getters.xt_user.org_id == 10028" >批量备案</el-button>
49
+        <el-button type="primary" size="small" v-if="$store.getters.xt_user.org_id != 9504 && $store.getters.xt_user.org_id != 10028  && $store.getters.xt_user.org_id != 10138 && $store.getters.xt_user.org_id != 10138" @click="GDYBBatchPutOnRecord()">批量备案</el-button>
50
         <el-link target="_blank" href="https://kuyi.shengws.com/drugTemplate.xlsx" :underline="false"
50
         <el-link target="_blank" href="https://kuyi.shengws.com/drugTemplate.xlsx" :underline="false"
51
                  style="margin-left:15px">
51
                  style="margin-left:15px">
52
           <el-button
52
           <el-button
147
           <el-button @click="openForm(scope.row.id)" type="primary" size="small">编辑</el-button>
147
           <el-button @click="openForm(scope.row.id)" type="primary" size="small">编辑</el-button>
148
           <el-button type="danger" size="small" @click="deleteDurg(scope.row.id,scope.$index)">删除</el-button>
148
           <el-button type="danger" size="small" @click="deleteDurg(scope.row.id,scope.$index)">删除</el-button>
149
 
149
 
150
-        <el-button type="primary" size="small" icon="el-icon-refresh-left" @click="toReturn(scope.row.id,scope.row.is_mark)" v-if="$store.getters.xt_user.org_id == 9504 || $store.getters.xt_user.org_id == 10028" >
150
+        <el-button type="primary" size="small" icon="el-icon-refresh-left" @click="toReturn(scope.row.id,scope.row.is_mark)" v-if="$store.getters.xt_user.org_id == 9504 || $store.getters.xt_user.org_id == 10028 || $store.getters.xt_user.org_id == 10138" >
151
           <span v-if="scope.row.is_mark == 0">备案</span>
151
           <span v-if="scope.row.is_mark == 0">备案</span>
152
           <span v-if="scope.row.is_mark == 1">撤消</span>
152
           <span v-if="scope.row.is_mark == 1">撤消</span>
153
         </el-button>
153
         </el-button>
154
 
154
 
155
 
155
 
156
-          <el-button type="primary" size="small" icon="el-icon-refresh-left" v-if="$store.getters.xt_user.org_id != 9504 && $store.getters.xt_user.org_id != 10028">
156
+          <el-button type="primary" size="small" icon="el-icon-refresh-left" v-if="$store.getters.xt_user.org_id != 9504 && $store.getters.xt_user.org_id != 10028 && $store.getters.xt_user.org_id != 10138">
157
             <span v-if="scope.row.is_mark == 0 || scope.row.is_mark == 2"  @click="putOnRecord(scope.row.id)" >目录对照</span>
157
             <span v-if="scope.row.is_mark == 0 || scope.row.is_mark == 2"  @click="putOnRecord(scope.row.id)" >目录对照</span>
158
             <span v-if="scope.row.is_mark == 1"  @click="putOnUnRecord(scope.row.id)" >撤消对照</span>
158
             <span v-if="scope.row.is_mark == 1"  @click="putOnUnRecord(scope.row.id)" >撤消对照</span>
159
           </el-button>
159
           </el-button>

+ 2 - 2
src/xt_pages/data/components/project.vue View File

114
                 <template slot-scope="scope">
114
                 <template slot-scope="scope">
115
                     <el-button @click="editHisProject(scope.row.id)" type="primary" size="small">编辑</el-button>
115
                     <el-button @click="editHisProject(scope.row.id)" type="primary" size="small">编辑</el-button>
116
                     <el-button type="danger" size="small" @click="deleteProject(scope.row.id,scope.$index)">删除</el-button>
116
                     <el-button type="danger" size="small" @click="deleteProject(scope.row.id,scope.$index)">删除</el-button>
117
-                    <el-button type="primary" size="small" icon="el-icon-refresh-left" @click="toReturn(scope.row.id,scope.row.is_mark)" v-if="$store.getters.xt_user.org_id == 9504 || $store.getters.xt_user.org_id == 10028">
117
+                    <el-button type="primary" size="small" icon="el-icon-refresh-left" @click="toReturn(scope.row.id,scope.row.is_mark)" v-if="$store.getters.xt_user.org_id == 9504 || $store.getters.xt_user.org_id == 10028 || $store.getters.xt_user.org_id == 10138">
118
                       <span v-if="scope.row.is_mark ==0">备案</span>
118
                       <span v-if="scope.row.is_mark ==0">备案</span>
119
                       <span v-if="scope.row.is_mark ==1">撤销</span>
119
                       <span v-if="scope.row.is_mark ==1">撤销</span>
120
                     </el-button>
120
                     </el-button>
121
 
121
 
122
-                    <el-button type="primary" size="small" icon="el-icon-refresh-left" v-if="$store.getters.xt_user.org_id != 9504 && $store.getters.xt_user.org_id != 10028">
122
+                    <el-button type="primary" size="small" icon="el-icon-refresh-left" v-if="$store.getters.xt_user.org_id != 9504 && $store.getters.xt_user.org_id != 10028 && $store.getters.xt_user.org_id != 10138">
123
                         <span v-if="scope.row.is_mark == 0 || scope.row.is_mark == 2"  @click="putOnRecord(scope.row.id)" >目录对照</span>
123
                         <span v-if="scope.row.is_mark == 0 || scope.row.is_mark == 2"  @click="putOnRecord(scope.row.id)" >目录对照</span>
124
                         <span v-if="scope.row.is_mark == 1"  @click="putOnUnRecord(scope.row.id)" >撤消对照</span>
124
                         <span v-if="scope.row.is_mark == 1"  @click="putOnUnRecord(scope.row.id)" >撤消对照</span>
125
                     </el-button>
125
                     </el-button>

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

628
     },
628
     },
629
     created() {
629
     created() {
630
 
630
 
631
-      if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028) {
631
+      if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 ||  this.$store.getters.xt_user.org_id == 10138) {
632
         this.form.certificates = 2;
632
         this.form.certificates = 2;
633
         this.form.id_card_type = 1
633
         this.form.id_card_type = 1
634
       } else {
634
       } else {

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

86
 
86
 
87
       },
87
       },
88
       getInfo(obj) {
88
       getInfo(obj) {
89
-        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028) {
89
+        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138) {
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

+ 3 - 3
src/xt_pages/hospitalStation/outpatientChargesManagement.vue View File

581
         form['patient_id'] = this.patientInfo.id;
581
         form['patient_id'] = this.patientInfo.id;
582
         form['admin_user_id'] = this.$store.getters.xt_user.user.id;
582
         form['admin_user_id'] = this.$store.getters.xt_user.user.id;
583
         form['order_id'] = this.order.id;
583
         form['order_id'] = this.order.id;
584
-        if (this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 9504) {
584
+        if (this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10138) {
585
           var that = this;
585
           var that = this;
586
           axios.get('http://127.0.0.1:9532/sz/api/settle/get', {
586
           axios.get('http://127.0.0.1:9532/sz/api/settle/get', {
587
             params: form
587
             params: form
696
         this.loadingone = true;
696
         this.loadingone = true;
697
 
697
 
698
         var that = this;
698
         var that = this;
699
-        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028) {
699
+        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138) {
700
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
700
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
701
             params: forms,
701
             params: forms,
702
             headers: {
702
             headers: {
787
 
787
 
788
         var that = this;
788
         var that = this;
789
 
789
 
790
-        if (this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 9504) {
790
+        if (this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10138) {
791
 
791
 
792
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
792
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
793
             params: forms,
793
             params: forms,

+ 2 - 2
src/xt_pages/hospitalStation/summary.vue View File

100
           <template slot-scope="scope">
100
           <template slot-scope="scope">
101
             <el-button size="mini" type="primary" @click="toDetail(scope.row)">详情</el-button>
101
             <el-button size="mini" type="primary" @click="toDetail(scope.row)">详情</el-button>
102
             <el-button size="mini" type="primary" @click="toPrint(scope.row)"
102
             <el-button size="mini" type="primary" @click="toPrint(scope.row)"
103
-                       v-if="(scope.row.order_status == 2 && $store.getters.xt_user.org_id == 9504) || (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 9919) ||  ($store.getters.xt_user.org_id == 10106) ||  (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 4) || ($store.getters.xt_user.org_id == 9990) ">
103
+                       v-if="(scope.row.order_status == 2 && $store.getters.xt_user.org_id == 10138) || (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 9504) || (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 9919) ||  ($store.getters.xt_user.org_id == 10106) ||  (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 4) || ($store.getters.xt_user.org_id == 9990) ">
104
               结算单
104
               结算单
105
             </el-button>
105
             </el-button>
106
             <el-button size="mini" type="primary" @click="toRefund(scope.row)"
106
             <el-button size="mini" type="primary" @click="toRefund(scope.row)"
499
         }
499
         }
500
       },
500
       },
501
       toPrint(row) {
501
       toPrint(row) {
502
-        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028) {
502
+        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 10138)){
503
           this.statementVisible9504 = true;
503
           this.statementVisible9504 = true;
504
           let obj = {
504
           let obj = {
505
             order_id: row.id,
505
             order_id: row.id,

+ 2 - 2
src/xt_pages/hospitalStation/treatTemplate/printOne.vue View File

1
 <template>
1
 <template>
2
     <div>
2
     <div>
3
         <div id='prescription-print' class="prescription-print">
3
         <div id='prescription-print' class="prescription-print">
4
-            <div v-if=" this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028">
4
+            <div v-if=" this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138">
5
                 <div class="printTitle">{{orgname}}&nbsp;&nbsp;医药费收据及收费项目清单</div>
5
                 <div class="printTitle">{{orgname}}&nbsp;&nbsp;医药费收据及收费项目清单</div>
6
                 <div class="infoMain">
6
                 <div class="infoMain">
7
                     <div class="infoP">医院(药店)编号:{{org_code}}</div>
7
                     <div class="infoP">医院(药店)编号:{{org_code}}</div>
346
     },
346
     },
347
     created() {
347
     created() {
348
 
348
 
349
-      if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028) {
349
+      if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138) {
350
         this.orgname = xtuser.org.org_name;
350
         this.orgname = xtuser.org.org_name;
351
         var form = {
351
         var form = {
352
           'order_id': this.paramsObj.order_id,
352
           'order_id': this.paramsObj.order_id,

+ 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 == 9504 || this.$store.getters.xt_user.org_id == 10028) {
89
+        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138) {
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 - 5
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 == 10028">
60
+                    <div v-if="this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138">
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">挂号
107
                     <el-button size="small" @click="open(2)" type="primary">打印治疗单</el-button> -->
107
                     <el-button size="small" @click="open(2)" type="primary">打印治疗单</el-button> -->
108
 
108
 
109
 
109
 
110
-                    <div v-if="this.$store.getters.xt_user.org_id != 9504 && this.$store.getters.xt_user.org_id != 10028">
110
+                    <div v-if="this.$store.getters.xt_user.org_id != 9504 && this.$store.getters.xt_user.org_id != 10028 && this.$store.getters.xt_user.org_id != 10138">
111
                         <el-button size="small" @click="open(3)" type="primary">打印</el-button>
111
                         <el-button size="small" @click="open(3)" type="primary">打印</el-button>
112
                         <el-button v-loading="loadingone" size="small"
112
                         <el-button v-loading="loadingone" size="small"
113
                                    @click="open(6)"
113
                                    @click="open(6)"
618
 
618
 
619
         }
619
         }
620
 
620
 
621
-        if (this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 9504) {
621
+        if (this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 9504 ||  this.$store.getters.xt_user.org_id == 10138) {
622
           var that = this
622
           var that = this
623
           axios.get('http://127.0.0.1:9532/sz/api/settle/get', {
623
           axios.get('http://127.0.0.1:9532/sz/api/settle/get', {
624
             params: form
624
             params: form
734
         this.loadingone = true;
734
         this.loadingone = true;
735
 
735
 
736
         var that = this
736
         var that = this
737
-        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028) {
737
+        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 ||  this.$store.getters.xt_user.org_id ==  10138) {
738
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
738
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
739
             params: forms,
739
             params: forms,
740
             headers: {
740
             headers: {
879
 
879
 
880
         var that = this
880
         var that = this
881
 
881
 
882
-        if (this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 9504) {
882
+        if (this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 9504 ||this.$store.getters.xt_user.org_id == 10138) {
883
 
883
 
884
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
884
           axios.get('http://127.0.0.1:9532/sz/api/register/get', {
885
             params: forms,
885
             params: forms,

+ 2 - 2
src/xt_pages/outpatientCharges/summary.vue View File

103
           <template slot-scope="scope">
103
           <template slot-scope="scope">
104
             <el-button size="mini" type="primary" @click="toDetail(scope.row)">详情</el-button>
104
             <el-button size="mini" type="primary" @click="toDetail(scope.row)">详情</el-button>
105
             <el-button size="mini" type="primary" @click="toPrint(scope.row)"
105
             <el-button size="mini" type="primary" @click="toPrint(scope.row)"
106
-                       v-if="(scope.row.order_status == 2 && $store.getters.xt_user.org_id == 9504) || (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 9919) ||  ($store.getters.xt_user.org_id == 10106) ||  (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 4) || (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 9990)">
106
+                       v-if="(scope.row.order_status == 2 && $store.getters.xt_user.org_id == 10138)  || (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 9504) || (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 9919) ||  ($store.getters.xt_user.org_id == 10106) ||  (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 4) || (scope.row.order_status == 2 && $store.getters.xt_user.org_id == 9990)">
107
               结算单
107
               结算单
108
             </el-button>
108
             </el-button>
109
             <el-button size="mini" type="primary" @click="uploadInfo(scope.row)"
109
             <el-button size="mini" type="primary" @click="uploadInfo(scope.row)"
359
         }
359
         }
360
       },
360
       },
361
       toPrint(row) {
361
       toPrint(row) {
362
-        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028) {
362
+        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138) {
363
           this.statementVisible9504 = true;
363
           this.statementVisible9504 = true;
364
           let obj = {
364
           let obj = {
365
             order_id: row.id,
365
             order_id: row.id,

+ 2 - 2
src/xt_pages/outpatientCharges/treatTemplate/printOne.vue View File

1
 <template>
1
 <template>
2
     <div>
2
     <div>
3
         <div id='prescription-print' class="prescription-print">
3
         <div id='prescription-print' class="prescription-print">
4
-            <div v-if=" this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028">
4
+            <div v-if=" this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138">
5
                 <div class="printTitle">{{orgname}}&nbsp;&nbsp;医药费收据及收费项目清单</div>
5
                 <div class="printTitle">{{orgname}}&nbsp;&nbsp;医药费收据及收费项目清单</div>
6
                 <div class="infoMain">
6
                 <div class="infoMain">
7
                     <div class="infoP">医院(药店)编号:{{org_code}}</div>
7
                     <div class="infoP">医院(药店)编号:{{org_code}}</div>
346
     },
346
     },
347
     created() {
347
     created() {
348
 
348
 
349
-      if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028) {
349
+      if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138) {
350
         this.orgname = xtuser.org.org_name;
350
         this.orgname = xtuser.org.org_name;
351
         var form = {
351
         var form = {
352
           'order_id': this.paramsObj.order_id,
352
           'order_id': this.paramsObj.order_id,

+ 4 - 4
src/xt_pages/outpatientCharges/treatTemplate/printTwo.vue View File

27
                     <td width="70">总额</td>
27
                     <td width="70">总额</td>
28
                     <td width="100">小计</td>
28
                     <td width="100">小计</td>
29
                 </tr>
29
                 </tr>
30
-                <tr v-for="(item,y) in prescription[0].advices" :key="y"> 
30
+                <tr v-for="(item,y) in prescription[0].advices" :key="y">
31
                     <td></td>
31
                     <td></td>
32
                     <td>{{item.advice_name}}</td>
32
                     <td>{{item.advice_name}}</td>
33
                     <td>{{item.advice_desc}}</td>
33
                     <td>{{item.advice_desc}}</td>
36
                     <td>{{item.price}}</td>
36
                     <td>{{item.price}}</td>
37
                     <td>{{ item.single_dose * item.price }}</td>
37
                     <td>{{ item.single_dose * item.price }}</td>
38
                     <td>{{ item.single_dose * item.price }}</td>
38
                     <td>{{ item.single_dose * item.price }}</td>
39
-                    
39
+
40
                 </tr>
40
                 </tr>
41
                 <tr>
41
                 <tr>
42
                     <td colspan="2">药品费:0.00元</td>
42
                     <td colspan="2">药品费:0.00元</td>
50
                             <div style="width:33%;">医疗费总额:</div>
50
                             <div style="width:33%;">医疗费总额:</div>
51
                             <div style="width:33%;">基金支付金额:</div>
51
                             <div style="width:33%;">基金支付金额:</div>
52
                             <div style="width:33%;">个人账户支付金额:</div>
52
                             <div style="width:33%;">个人账户支付金额:</div>
53
-                            
53
+
54
                         </div>
54
                         </div>
55
                         <div style="display:flex;flez-wrap:wrap;">
55
                         <div style="display:flex;flez-wrap:wrap;">
56
                             <div style="width:33%;">个人支付金额:</div>
56
                             <div style="width:33%;">个人支付金额:</div>
234
     },
234
     },
235
     created() {
235
     created() {
236
 
236
 
237
-      if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028) {
237
+      if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138) {
238
         this.orgname = xtuser.org.org_name;
238
         this.orgname = xtuser.org.org_name;
239
         var form = {
239
         var form = {
240
           'order_id': this.paramsObj.order_id,
240
           'order_id': this.paramsObj.order_id,

File diff suppressed because it is too large
+ 757 - 677
src/xt_pages/outpatientDoctorStation/doctorDesk.vue


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

3
         <div class="position">
3
         <div class="position">
4
             <bread-crumb :crumbs='crumbs'></bread-crumb>
4
             <bread-crumb :crumbs='crumbs'></bread-crumb>
5
         </div>
5
         </div>
6
-        <div v-if="this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028"
6
+        <div v-if="this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138"
7
              class="app-container">
7
              class="app-container">
8
             <div class="nameTitle">患者基本信息:</div>
8
             <div class="nameTitle">患者基本信息:</div>
9
             <div class="formMain">
9
             <div class="formMain">
948
             params['admin_user_id'] = this.$store.getters.xt_user.user.id
948
             params['admin_user_id'] = this.$store.getters.xt_user.user.id
949
             this.loadingone = true
949
             this.loadingone = true
950
 
950
 
951
-            if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028) {
951
+            if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 ||  this.$store.getters.xt_user.org_id == 100138) {
952
               var that = this
952
               var that = this
953
               axios.get('http://127.0.0.1:9532/sz/api/register/get', {
953
               axios.get('http://127.0.0.1:9532/sz/api/register/get', {
954
                 params: params,
954
                 params: params,
1213
               params['admin_user_id'] = this.$store.getters.xt_user.user.id;
1213
               params['admin_user_id'] = this.$store.getters.xt_user.user.id;
1214
             this.loadingone = true;
1214
             this.loadingone = true;
1215
 
1215
 
1216
-            if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028) {
1216
+            if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138) {
1217
               var that = this;
1217
               var that = this;
1218
 
1218
 
1219
               axios.get('http://127.0.0.1:9532/sz/api/register/get', {
1219
               axios.get('http://127.0.0.1:9532/sz/api/register/get', {
1450
 
1450
 
1451
     },
1451
     },
1452
     created() {
1452
     created() {
1453
-      if(this.$store.getters.xt_user.org_id == 9504 ||  this.$store.getters.xt_user.org_id == 10028){
1453
+      if(this.$store.getters.xt_user.org_id == 9504 ||  this.$store.getters.xt_user.org_id == 10028 ||  this.$store.getters.xt_user.org_id == 10138){
1454
         this.form.certificates = 2;
1454
         this.form.certificates = 2;
1455
         this.form.id_card_type = 1
1455
         this.form.id_card_type = 1
1456
       }else{
1456
       }else{

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

3
         <div class="position">
3
         <div class="position">
4
             <bread-crumb :crumbs='crumbs'></bread-crumb>
4
             <bread-crumb :crumbs='crumbs'></bread-crumb>
5
         </div>
5
         </div>
6
-        <div v-if="this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028"
6
+        <div v-if="this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138"
7
              class="app-container">
7
              class="app-container">
8
             <div class="cell clearfix">
8
             <div class="cell clearfix">
9
                 <!-- <el-input style="width: 180px;" v-model.trim="search_input" class="filter-item"/> -->
9
                 <!-- <el-input style="width: 180px;" v-model.trim="search_input" class="filter-item"/> -->