Browse Source

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

csx 4 years ago
parent
commit
5014531b0a

+ 1 - 1
build/cdn.json View File

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

+ 2 - 2
config/prod.env.js View File

1
 "use strict";
1
 "use strict";
2
 module.exports = {
2
 module.exports = {
3
   NODE_ENV: '"production"',
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
   // BASE_API:'"http://localhost:9529"',
6
   // BASE_API:'"http://localhost:9529"',
7
   // BASE_API: '"http://api.xt.test.sgjyun.com"'
7
   // BASE_API: '"http://api.xt.test.sgjyun.com"'
8
   // http://api.xt.test.sgjyun.com
8
   // http://api.xt.test.sgjyun.com

+ 0 - 1
src/api/patient/patient.js View File

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

+ 9 - 8
src/pages/home/index.vue View File

82
             <div>首页</div>
82
             <div>首页</div>
83
           </van-tabbar-item>
83
           </van-tabbar-item>
84
         </router-link>
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
         <!--<router-link to="/service">-->
91
         <!--<router-link to="/service">-->
92
           <!--<van-tabbar-item>-->
92
           <!--<van-tabbar-item>-->
93
             <!--<i class="iconfont icon-fuwu2 iconOne"></i>-->
93
             <!--<i class="iconfont icon-fuwu2 iconOne"></i>-->
147
     if (currenttabbar === "homeIndex") {
147
     if (currenttabbar === "homeIndex") {
148
       this.active = 0;
148
       this.active = 0;
149
     } else if (currenttabbar === "newMy") {
149
     } else if (currenttabbar === "newMy") {
150
-      this.active = 2;
151
-    } else if (currenttabbar === "active") {
152
       this.active = 1;
150
       this.active = 1;
153
     }
151
     }
152
+    // else if (currenttabbar === "active") {
153
+    //   this.active = 1;
154
+    // }
154
   }
155
   }
155
 };
156
 };
156
 </script>
157
 </script>

+ 8 - 0
src/pages/main/PrintIndex.vue View File

71
         v-if="org_template_info.template_id == 11"
71
         v-if="org_template_info.template_id == 11"
72
       >
72
       >
73
       </DialysisPrintOrderEleven>
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
     </div>
81
     </div>
76
     <!--<side-bar :active_index="0" v-if="isShow == true"></side-bar>-->
82
     <!--<side-bar :active_index="0" v-if="isShow == true"></side-bar>-->
93
 import DialysisPrintOrderEight from "./template/DialysisPrintOrderEight";
99
 import DialysisPrintOrderEight from "./template/DialysisPrintOrderEight";
94
 import DialysisPrintOrderNine from "./template/DialysisPrintOrderNine";
100
 import DialysisPrintOrderNine from "./template/DialysisPrintOrderNine";
95
 import DialysisPrintOrderEleven from "./template/DialysisPrintOrderEleven";
101
 import DialysisPrintOrderEleven from "./template/DialysisPrintOrderEleven";
102
+import DialysisPrintOrderThirteen from "./template/DialysisPrintOrderThirteen";
96
 export default {
103
 export default {
97
   name: "PrintIndex",
104
   name: "PrintIndex",
98
   components: {
105
   components: {
106
+    DialysisPrintOrderThirteen,
99
     DialysisPrintOrderEleven,
107
     DialysisPrintOrderEleven,
100
     DialysisPrintOrderTen,
108
     DialysisPrintOrderTen,
101
     DialysisPrintOrderSix,
109
     DialysisPrintOrderSix,

+ 1 - 0
src/pages/main/dialysis/AdviceTable.vue View File

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

+ 1 - 0
src/pages/main/dialysis/CourseManagement.vue View File

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

+ 1 - 0
src/pages/main/dialysis/DryWeight.vue View File

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

+ 1 - 0
src/pages/main/dialysis/LongTable.vue View File

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

+ 1 - 0
src/pages/main/dialysis/MissionTable.vue View File

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

+ 1 - 0
src/pages/main/dialysis/RecordTable.vue View File

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

+ 1 - 0
src/pages/main/dialysis/RescueRecord.vue View File

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

+ 1 - 0
src/pages/main/dialysis/SchedulTable.vue View File

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

File diff suppressed because it is too large
+ 1251 - 0
src/pages/main/template/DialysisPrintOrderThirteen.vue