소스 검색

Merge branch 'master' of http://git.shengws.com/csx/Pad_New

csx 4 년 전
부모
커밋
5014531b0a

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

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "1.2.100"
2
+  "version": "1.2.503"
3 3
 }

+ 2 - 2
config/prod.env.js 파일 보기

@@ -1,8 +1,8 @@
1 1
 "use strict";
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4
-  BASE_API: '"http://new_mobile.xt.api.sgjyun.com"'
5
-  //BASE_API: '"https://api.xt.kuyicloud.com"'
4
+  // BASE_API: '"http://new_mobile.xt.api.sgjyun.com"'
5
+  BASE_API: '"https://api.xt.kuyicloud.com"'
6 6
   // BASE_API:'"http://localhost:9529"',
7 7
   // BASE_API: '"http://api.xt.test.sgjyun.com"'
8 8
   // http://api.xt.test.sgjyun.com

+ 0 - 1
src/api/patient/patient.js 파일 보기

@@ -483,7 +483,6 @@ export function GetAllProjectNameByDate (date, patientid) {
483 483
     date: date,
484 484
     patientid: patientid
485 485
   }
486
-  console.log('params', params)
487 486
   return request({
488 487
     url: '/m/api/patient/getallprojectname',
489 488
     method: 'Get',

+ 9 - 8
src/pages/home/index.vue 파일 보기

@@ -82,12 +82,12 @@
82 82
             <div>首页</div>
83 83
           </van-tabbar-item>
84 84
         </router-link>
85
-        <!--<router-link to="/active">-->
86
-          <!--<van-tabbar-item>-->
87
-            <!--<i class="iconfont icon-yisheng iconOne"></i>-->
88
-            <!--<div>致敬医护</div>-->
89
-          <!--</van-tabbar-item>-->
90
-        <!--</router-link>-->
85
+        <!-- <router-link to="/active">
86
+          <van-tabbar-item>
87
+            <i class="iconfont icon-yisheng iconOne"></i>
88
+            <div>致敬医护</div>
89
+          </van-tabbar-item>
90
+        </router-link> -->
91 91
         <!--<router-link to="/service">-->
92 92
           <!--<van-tabbar-item>-->
93 93
             <!--<i class="iconfont icon-fuwu2 iconOne"></i>-->
@@ -147,10 +147,11 @@ export default {
147 147
     if (currenttabbar === "homeIndex") {
148 148
       this.active = 0;
149 149
     } else if (currenttabbar === "newMy") {
150
-      this.active = 2;
151
-    } else if (currenttabbar === "active") {
152 150
       this.active = 1;
153 151
     }
152
+    // else if (currenttabbar === "active") {
153
+    //   this.active = 1;
154
+    // }
154 155
   }
155 156
 };
156 157
 </script>

+ 8 - 0
src/pages/main/PrintIndex.vue 파일 보기

@@ -71,6 +71,12 @@
71 71
         v-if="org_template_info.template_id == 11"
72 72
       >
73 73
       </DialysisPrintOrderEleven>
74
+      <DialysisPrintOrderThirteen
75
+        style="margin-top:60px;"
76
+        v-bind:childResponse="childResponse"
77
+        v-if="org_template_info.template_id == 13"
78
+      >
79
+      </DialysisPrintOrderThirteen>
74 80
 
75 81
     </div>
76 82
     <!--<side-bar :active_index="0" v-if="isShow == true"></side-bar>-->
@@ -93,9 +99,11 @@ import DialysisPrintOrderSeven from "./template/DialysisPrintOrderSeven";
93 99
 import DialysisPrintOrderEight from "./template/DialysisPrintOrderEight";
94 100
 import DialysisPrintOrderNine from "./template/DialysisPrintOrderNine";
95 101
 import DialysisPrintOrderEleven from "./template/DialysisPrintOrderEleven";
102
+import DialysisPrintOrderThirteen from "./template/DialysisPrintOrderThirteen";
96 103
 export default {
97 104
   name: "PrintIndex",
98 105
   components: {
106
+    DialysisPrintOrderThirteen,
99 107
     DialysisPrintOrderEleven,
100 108
     DialysisPrintOrderTen,
101 109
     DialysisPrintOrderSix,

+ 1 - 0
src/pages/main/dialysis/AdviceTable.vue 파일 보기

@@ -1855,6 +1855,7 @@ export default {
1855 1855
   height: 100%;
1856 1856
   overflow-y: auto;
1857 1857
   background: #fff;
1858
+  padding-top:1.46rem;
1858 1859
   .toolBox {
1859 1860
     display: flex;
1860 1861
     height: 1.6rem;

+ 1 - 0
src/pages/main/dialysis/CourseManagement.vue 파일 보기

@@ -334,6 +334,7 @@ export default {
334 334
   height: 100%;
335 335
   overflow-y: auto;
336 336
   background: #fff;
337
+  padding-top:1.46rem;
337 338
   .toolBox {
338 339
     display: flex;
339 340
     height: 1.6rem;

+ 1 - 0
src/pages/main/dialysis/DryWeight.vue 파일 보기

@@ -340,6 +340,7 @@ export default {
340 340
   height: 100%;
341 341
   overflow-y: auto;
342 342
   background: #fff;
343
+  padding-top:1.46rem;
343 344
   .toolBox {
344 345
     display: flex;
345 346
     height: 1.6rem;

+ 1 - 0
src/pages/main/dialysis/LongTable.vue 파일 보기

@@ -1304,6 +1304,7 @@ export default {
1304 1304
   height: 100%;
1305 1305
   overflow-y: auto;
1306 1306
   background: #fff;
1307
+  padding-top:1.46rem;
1307 1308
   .toolBox {
1308 1309
     display: flex;
1309 1310
     height: 1.6rem;

+ 1 - 0
src/pages/main/dialysis/MissionTable.vue 파일 보기

@@ -528,6 +528,7 @@ export default {
528 528
   height: 100%;
529 529
   overflow-y: auto;
530 530
   background: #fff;
531
+  padding-top:1.46rem;
531 532
   .toolBox {
532 533
     display: flex;
533 534
     height: 1.6rem;

+ 1 - 0
src/pages/main/dialysis/RecordTable.vue 파일 보기

@@ -944,6 +944,7 @@ export default {
944 944
   height: 100%;
945 945
   overflow-y: auto;
946 946
   background: #fff;
947
+  padding-top:1.46rem;
947 948
   .toolBox {
948 949
     display: flex;
949 950
     height: 1.6rem;

+ 1 - 0
src/pages/main/dialysis/RescueRecord.vue 파일 보기

@@ -325,6 +325,7 @@ export default {
325 325
   height: 100%;
326 326
   overflow-y: auto;
327 327
   background: #fff;
328
+  padding-top:1.46rem;
328 329
   .toolBox {
329 330
     display: flex;
330 331
     height: 1.6rem;

+ 1 - 0
src/pages/main/dialysis/SchedulTable.vue 파일 보기

@@ -671,6 +671,7 @@ export default {
671 671
   height: 100%;
672 672
   overflow-y: auto;
673 673
   background: #fff;
674
+  padding-top:1.46rem;
674 675
   .toolBox {
675 676
     display: flex;
676 677
     height: 1.6rem;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1251 - 0
src/pages/main/template/DialysisPrintOrderThirteen.vue