浏览代码

5月31日17点提交

xiaoming_global 6 年前
父节点
当前提交
602dc6e309
共有 4 个文件被更改,包括 14 次插入52 次删除
  1. 1 1
      config/dev.env.js
  2. 9 11
      src/router/index.js
  3. 2 38
      src/xt_pages/sign/index.vue
  4. 2 2
      src/xt_permission.js

+ 1 - 1
config/dev.env.js 查看文件

@@ -6,5 +6,5 @@
6 6
 module.exports = {
7 7
   NODE_ENV: '"development"',
8 8
   ENV_CONFIG: '"dev"',
9
-  BASE_API: '"http://localhost:9529"',//'"http://112.74.16.180:9527"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527
9
+  BASE_API: '"http://112.74.16.180:9527"',//'"http://112.74.16.180:9527"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527
10 10
 }

+ 9 - 11
src/router/index.js 查看文件

@@ -532,9 +532,7 @@ export const xt_constantRouterMap = [
532 532
       { path: '/role/perview', component: () => import('@/xt_pages/role/EditPerview'), name: 'setupPerview', meta: { title: 'setupPerview', noCache: true }, hidden: true, is_menu: false },
533 533
       { path: '/role/admin/specialpermission', component: () => import('@/xt_pages/role/special_permission'), name: 'special_permission_manage', meta: { title: 'special_permission_manage' }}
534 534
     ]
535
-  },
536
-
537
-  {
535
+  }, {
538 536
     path: '/fullscreenboard',
539 537
     component: () => import('@/xt_pages/fullscreenboard/index'),
540 538
     hidden: true
@@ -766,7 +764,7 @@ export const xt_asyncRouterMap = [
766 764
   //     },
767 765
   //     { path: '/dialysis/board', component: () => import('@/xt_pages/dialysis/bulletinBoard'), name: '数据看板', meta: { title: '数据看板' }},
768 766
   //   ]
769
-  // }, 
767
+  // },
770 768
   // {
771 769
   //   path: '/stock/',
772 770
   //   component: Layout,
@@ -775,12 +773,6 @@ export const xt_asyncRouterMap = [
775 773
   //   meta: { title: 'stockManage', icon: 'stock' },
776 774
   //   children: [
777 775
   //     {
778
-  //       path: '/stock/config',
779
-  //       component: () => import('@/xt_pages/stock/index'),
780
-  //       name: 'config',
781
-  //       meta: { title: 'config' }
782
-  //     },
783
-  //     {
784 776
   //       path: '/stock/in',
785 777
   //       component: () => import('@/xt_pages/stock/stockInOrder'),
786 778
   //       name: 'stockInOrder',
@@ -790,7 +782,7 @@ export const xt_asyncRouterMap = [
790 782
   //       component: () => import('@/xt_pages/stock/salesReturnOrder'),
791 783
   //       name: 'salesReturnOrder',
792 784
   //       meta: { title: 'salesReturnOrder', noCache: true }
793
-  //     }, 
785
+  //     },
794 786
   //     {
795 787
   //       path: '/stock/out',
796 788
   //       component: () => import('@/xt_pages/stock/stockOutOrder'),
@@ -887,6 +879,12 @@ export const xt_asyncRouterMap = [
887 879
   //       hidden: true,
888 880
   //       is_menu: false,
889 881
   //       meta: { title: 'cancelStockDetail', noCache: true }
882
+  //     },
883
+  //     {
884
+  //       path: '/stock/config',
885
+  //       component: () => import('@/xt_pages/stock/index'),
886
+  //       name: 'config',
887
+  //       meta: { title: 'config' }
890 888
   //     }
891 889
 
892 890
   //   ]

+ 2 - 38
src/xt_pages/sign/index.vue 查看文件

@@ -10,7 +10,7 @@
10 10
                 <div class="dataTitle">患者列表</div>
11 11
                 <div style="margin-bottom: 10px;">
12 12
                     <el-input v-model="queryParams.keywords" placeholder="姓名/透析号" style="width: 180px;" @change="changeSearch"></el-input>&nbsp;
13
-                    <el-button type="primary" @change="changeSearch">搜索</el-button>
13
+                    <el-button type="primary" @change="changeSearch" icon="el-icon-search">搜索</el-button>
14 14
                     <el-select v-model="queryParams.schedule_type" style="width: 100px;" @change="changeSearch">
15 15
                     <el-option v-for="item in shiftOptions" :label="item.label" :value="item.value" :key="item.value"></el-option>
16 16
                     </el-select>
@@ -52,43 +52,7 @@
52 52
                   <el-button  @click="change()" style="float:right;">修改</el-button>
53 53
                    <span class="name">姓名:{{weigh_form.name}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;透析号:{{weigh_form.dialysis_no}} &nbsp;&nbsp;</span>
54 54
                    </div>
55
-                    <div class="border"></div>
56
-                    <!-- <el-row :gutter="20">
57
-                    <el-col :span="8">
58
-                       <el-form-item label="透前称重(kg):" label-width="100px">
59
-                       <el-input :disabled="disa" v-model="weigh_list.weight_before"></el-input>
60
-                    </el-form-item>
61
-                    </el-col> 
62
-                    <el-col :span="8">
63
-                      <el-form-item label="干体重(kg):" label-width="100px">
64
-                       <el-input :disabled="disa" v-model="weigh_list.dry_weight"></el-input>
65
-                      </el-form-item>
66
-                      </el-col>
67
-                    </el-row>
68
-                      <el-row :gutter="20">
69
-                        <el-col :span="4">
70
-                            <el-form-item label="体温(℃):" label-width="80px">
71
-                               <el-input :disabled="disa" v-model="weigh_list.temperature" style="width: 70px"></el-input>
72
-                            </el-form-item>
73
-                        </el-col>
74
-                        <el-col :span="5">
75
-                            <el-form-item label="呼吸(次/分):" label-width="100px">
76
-                                <el-input :disabled="disa" v-model="weigh_list.breathing_rate"></el-input>
77
-                            </el-form-item>
78
-                        </el-col>
79
-                        <el-col :span="9">
80
-                            <el-form-item label="血压(mmHg):" label-width="100px">
81
-                                <el-input :disabled="disa" v-model="weigh_list.systolic_blood_pressure" style="width: 70px"></el-input>
82
-                                <span> / </span>
83
-                                <el-input :disabled="disa" v-model="weigh_list.diastolic_blood_pressure" style="width: 70px"></el-input>
84
-                            </el-form-item>
85
-                        </el-col>
86
-                         <el-col :span="5">
87
-                            <el-form-item label="脉搏(次/分):" label-width="100px">
88
-                                <el-input :disabled="disa" v-model="weigh_list.pulse_frequency"></el-input>
89
-                            </el-form-item>
90
-                        </el-col>
91
-                    </el-row> -->
55
+                    <div class="border"></div>       
92 56
                     <div style="margin-bottom:20px;color:rgb(96,96,96);font-size:14px">
93 57
                     透前体重(kg):&nbsp;<el-input v-model="weigh_list.weight_before" :disabled="disa" style="width:200px"></el-input> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
94 58
                     干体重(kg):&nbsp;<el-input v-model="weigh_list.dry_weight" :disabled="disa" style="width:200px"></el-input><br>

+ 2 - 2
src/xt_permission.js 查看文件

@@ -23,8 +23,8 @@ router.beforeEach((to, from, next) => {
23 23
     next()
24 24
   }
25 25
   return
26
-//线上注释
27
-
26
+ //线上注释
27
+ 
28 28
   NProgress.start()
29 29
   // console.log(store.getters.current_role_urls.indexOf(to.path))
30 30
   // alert('path:' + to.path)