瀏覽代碼

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

28169 1 年之前
父節點
當前提交
e29b2d4c11

+ 11 - 11
src/router/modules/patient.js 查看文件

@@ -579,17 +579,17 @@ export default {
579 579
   //     noCache: true
580 580
   //   }
581 581
   // },
582
-  {//知情同意书
583
-    path: '/patients/patient/:id/Informedconsent',
584
-    component: () => import('@/xt_pages/user/Informed/Informedconsent'),
585
-    hidden: true,
586
-    is_menu: false,
587
-    name: 'Informedconsent',
588
-    meta: {
589
-      title: 'Informedconsent',
590
-      noCache: true
591
-    }
592
-  },
582
+  // {//知情同意书
583
+  //   path: '/patients/patient/:id/Informedconsent',
584
+  //   component: () => import('@/xt_pages/user/Informed/Informedconsent'),
585
+  //   hidden: true,
586
+  //   is_menu: false,
587
+  //   name: 'Informedconsent',
588
+  //   meta: {
589
+  //     title: 'Informedconsent',
590
+  //     noCache: true
591
+  //   }
592
+  // },
593 593
   // {//血管通路图 pruritus_history
594 594
   //   path: '/patients/patient/:id/angiogram',
595 595
   //   component: () => import('@/xt_pages/user/angiogram'),

+ 5 - 5
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue 查看文件

@@ -1022,7 +1022,7 @@ import RegisterDialog9504 from './components/registerDialog9504'
1022 1022
 import cryptoJs from 'crypto-js'
1023 1023
 import NewStatementPrintThree from './newStatementPrintThree.vue'
1024 1024
 import CallUnAssociationPrescription from './components/callUnAssociationPrescription.vue'
1025
-// import { associationprescription, checkHISPatient } from '../../api/his/his_tools'
1025
+import { associationprescription, checkHISPatient } from '../../api/his/his_tools'
1026 1026
 
1027 1027
 const moment = require('moment')
1028 1028
 export default {
@@ -2760,14 +2760,14 @@ export default {
2760 2760
         let arr = []
2761 2761
         for (let i = 0; i < all_patient.length; i++) {
2762 2762
           if(all_patient[i].first_letter != 'undefined'){
2763
-            if (all_patient[i].name.indexOf(this.search_input) != -1 || 
2763
+            if (all_patient[i].name.indexOf(this.search_input) != -1 ||
2764 2764
               all_patient[i].number.indexOf(this.search_input) != -1 ||
2765 2765
               all_patient[i].first_letter.indexOf(this.search_input) != -1) {
2766 2766
               arr = arr.concat(all_patient[i])
2767 2767
             }
2768 2768
           }else{
2769
-            if (all_patient[i].name.indexOf(this.search_input) != -1 || 
2770
-              all_patient[i].number.indexOf(this.search_input) != -1 
2769
+            if (all_patient[i].name.indexOf(this.search_input) != -1 ||
2770
+              all_patient[i].number.indexOf(this.search_input) != -1
2771 2771
               ) {
2772 2772
               arr = arr.concat(all_patient[i])
2773 2773
             }
@@ -4916,7 +4916,7 @@ export default {
4916 4916
         num = num.substring(0)
4917 4917
       }
4918 4918
       return parseFloat(num).toFixed(decimal)
4919
-    }, 
4919
+    },
4920 4920
     getMonthChargePatientList() {
4921 4921
       let params = {
4922 4922
         'record_date': this.record_date,

+ 65 - 65
src/xt_pages/user/components/PatientSidebar.vue 查看文件

@@ -204,68 +204,68 @@ export default {
204 204
             },
205 205
           ]
206 206
         },
207
-        {
208
-          name: '5',
209
-          label: '评估工具',
210
-          children: [
211
-            {
212
-              name: '5-1',
213
-              label: '跌倒评估'
214
-            },
215
-            {
216
-              name: '5-2',
217
-              label: '小儿跌倒风险评估'
218
-            },
219
-            {
220
-              name: '5-3',
221
-              label: '压疮风险评估'
222
-            },
223
-            {
224
-              name: '5-4',
225
-              label: 'OH压疮评估'
226
-            },
227
-            {
228
-              name: '5-5',
229
-              label: '日常生活能力评估'
230
-            },
231
-            {
232
-              name: '5-6',
233
-              label: '导管脱落风险评估'
234
-            },
235
-            {
236
-              name: '5-7',
237
-              label: 'RASS及疼痛评估'
238
-            },
239
-            {
240
-              name: '5-8',
241
-              label: '营养状况评估'
242
-            },
243
-            {
244
-              name: '5-9',
245
-              label: '约束告知单'
246
-            },
247
-            {
248
-              name: '5-10',
249
-              label: '心理评估'
250
-            },
251
-            {
252
-              name: '5-11',
253
-              label: '瘙痒评估'
254
-            },
255
-            {
256
-              name: '5-12',
257
-              label: '血液透析患者评估'
258
-            },
259
-            {
260
-              name: '5-13',
261
-              label: 'Glasgow昏迷评分量表'
262
-            },
263
-            {
264
-              name: '5-14',
265
-              label: '肌力评估表'
266
-            },
267
-          ]
268
-        },
207
+        // {
208
+        //   name: '5',
209
+        //   label: '评估工具',
210
+        //   children: [
211
+        //     {
212
+        //       name: '5-1',
213
+        //       label: '跌倒评估'
214
+        //     },
215
+        //     {
216
+        //       name: '5-2',
217
+        //       label: '小儿跌倒风险评估'
218
+        //     },
219
+        //     {
220
+        //       name: '5-3',
221
+        //       label: '压疮风险评估'
222
+        //     },
223
+        //     {
224
+        //       name: '5-4',
225
+        //       label: 'OH压疮评估'
226
+        //     },
227
+        //     {
228
+        //       name: '5-5',
229
+        //       label: '日常生活能力评估'
230
+        //     },
231
+        //     {
232
+        //       name: '5-6',
233
+        //       label: '导管脱落风险评估'
234
+        //     },
235
+        //     {
236
+        //       name: '5-7',
237
+        //       label: 'RASS及疼痛评估'
238
+        //     },
239
+        //     {
240
+        //       name: '5-8',
241
+        //       label: '营养状况评估'
242
+        //     },
243
+        //     {
244
+        //       name: '5-9',
245
+        //       label: '约束告知单'
246
+        //     },
247
+        //     {
248
+        //       name: '5-10',
249
+        //       label: '心理评估'
250
+        //     },
251
+        //     {
252
+        //       name: '5-11',
253
+        //       label: '瘙痒评估'
254
+        //     },
255
+        //     {
256
+        //       name: '5-12',
257
+        //       label: '血液透析患者评估'
258
+        //     },
259
+        //     {
260
+        //       name: '5-13',
261
+        //       label: 'Glasgow昏迷评分量表'
262
+        //     },
263
+        //     {
264
+        //       name: '5-14',
265
+        //       label: '肌力评估表'
266
+        //     },
267
+        //   ]
268
+        // },
269 269
         {
270 270
           name: '6',
271 271
           label: '文书管理',
@@ -377,7 +377,7 @@ export default {
377 377
       } else if(name == '5-14'){
378 378
         this.$router.push({path:'/patients/patient/' + this.id+'/Muscleforce'})
379 379
       }else if(name == '6-1'){
380
-        this.$router.push({path: '/patients/patient/' + this.id+'/Informedconsent'})
380
+        this.$router.push({path: '/patients/patient/' + this.id+ '/Informedconsent'})
381 381
       }
382 382
 
383 383
     },
@@ -412,13 +412,13 @@ export default {
412 412
                if(patients[i].lapseto ==1){
413 413
                 this.patientsList.push(patients[i])
414 414
                }
415
-             
415
+
416 416
              }
417 417
           }else{
418 418
             this.patientsList = response.data.data.patients
419 419
             console.log("哈哈哈哈哈哈",this.patientsList)
420 420
           }
421
-        
421
+
422 422
 
423 423
           var len = this.patientsList.length
424 424
           if (len > 0) {

+ 2 - 2
src/xt_pages/workforce/components/editTableData.vue 查看文件

@@ -164,12 +164,12 @@
164 164
             :cell-style ='cellstyle'
165 165
             :row-class-name="tableRowClassName"
166 166
             show-summary
167
-            height="calc(100% - 50px)"
167
+            
168 168
             ref="table"
169 169
             style="table-layout: fixed;"
170 170
 
171 171
         >
172
-        <!-- :cell-style ='cellstyle'    :height="tableContainHeight" calc(100% - 50px) 600-->
172
+        <!-- :cell-style ='cellstyle' height="calc(100% - 50px)"   :height="tableContainHeight"-->
173 173
           <el-table-column
174 174
               prop="area"
175 175
               label="分区"

+ 3 - 3
src/xt_pages/workforce/components/tableData.vue 查看文件

@@ -261,11 +261,11 @@
261 261
         show-summary
262 262
         :cell-class-name="cellClass"
263 263
         sum-text="总数"
264
-        height="calc(100vh - 200px)"
264
+        
265 265
         ref="table"
266 266
         style="table-layout: fixed;"
267 267
       >
268
-      <!-- :height="tableContainHeight" -->
268
+      <!-- :height="tableContainHeight" height="calc(100vh - 200px)"-->
269 269
         <el-table-column
270 270
           prop="area"
271 271
           label="分区"
@@ -787,7 +787,7 @@ export default {
787 787
   },
788 788
   data() {
789 789
     return {
790
-      // tableContainHeight:null,
790
+      tableContainHeight:null,
791 791
       value1:false,
792 792
       modename_value:true,
793 793
       weeks:weekOptions,