Procházet zdrojové kódy

Merge branch '20220812' of http://git.shengws.com/csx/Vue_New into 2022-10-17_vue_schedule_branch

test_user před 2 roky
rodič
revize
ac12f1161e

+ 0 - 8
src/api/his/his.js Zobrazit soubor

@@ -40,7 +40,6 @@ export function getDoctors() {
40 40
 }
41 41
 
42 42
 export function createHisPrescription(data, params) {
43
-  console.log('param2323232323233223233223332322323', data, params)
44 43
   return request({
45 44
     url: '/api/hisprescription/create',
46 45
     method: 'post',
@@ -661,8 +660,6 @@ export function getPresciptionTemplateDetail(params) {
661 660
   })
662 661
 }
663 662
 
664
-
665
-
666 663
 export function getHisData(params) {
667 664
   return request({
668 665
     url: '/data',
@@ -679,7 +676,6 @@ export function getHisDataTwo(params) {
679 676
   })
680 677
 }
681 678
 
682
-
683 679
 export function getHisDataThree(params) {
684 680
   return request({
685 681
     url: '/handelsettledata',
@@ -688,7 +684,6 @@ export function getHisDataThree(params) {
688 684
   })
689 685
 }
690 686
 
691
-
692 687
 export function getExportChargeData(params) {
693 688
   return request({
694 689
     url: '/api/his/getexportdata',
@@ -705,9 +700,6 @@ export function getHisDataFive(params) {
705 700
   })
706 701
 }
707 702
 
708
-
709
-
710
-
711 703
 export function getHisDataSix(params) {
712 704
   return request({
713 705
     url: '/handleExportData10138',

+ 1 - 0
src/router/index_路由未分离前.js Zobrazit soubor

@@ -694,6 +694,7 @@ export const xt_asyncRouterMap = [
694 694
         name: 'remind',
695 695
         meta: { title: 'remind', noCache: true }
696 696
       },
697
+
697 698
       // {
698 699
       //   path: '/workforce/schedulePrint',
699 700
       //   component: () => import('@/xt_pages/workforce/schedulePrint'),

+ 9 - 9
src/router/modules/dialysis.js Zobrazit soubor

@@ -88,15 +88,15 @@ export default {
88 88
         noCache: true
89 89
       }
90 90
     },
91
-    {
92
-      path: '/dialysis/consumable/index',
93
-      component: () => import('@/xt_pages/dialysis/details/consumable/index'),
94
-      name: '透前准备',
95
-      meta: {
96
-        title: '透前准备',
97
-        noCache: true
98
-      }
99
-    },
91
+    // {
92
+    //   path: '/dialysis/consumable/index',
93
+    //   component: () => import('@/xt_pages/dialysis/details/consumable/index'),
94
+    //   name: '透前准备',
95
+    //   meta: {
96
+    //     title: '透前准备',
97
+    //     noCache: true
98
+    //   }
99
+    // },
100 100
     {
101 101
       path: '/dialysis/consumable/dialysisdrugprint',
102 102
       component: () => import('@/xt_pages/dialysis/details/consumable/dialysisDrugPrint'),

+ 9 - 0
src/router/modules/workforce.js Zobrazit soubor

@@ -38,6 +38,15 @@ export default {
38 38
       noCache: true
39 39
     }
40 40
   },
41
+  {
42
+    path: '/dialysis/consumable/index',
43
+    component: () => import('@/xt_pages/dialysis/details/consumable/index'),
44
+    name: '透前准备',
45
+    meta: {
46
+      title: '透前准备',
47
+      noCache: true
48
+    }
49
+  },
41 50
   {
42 51
     path: '/workforce/schedulePrint',
43 52
     component: () => import('@/xt_pages/workforce/schedulePrint'),

+ 3 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_thirtyTwo.vue Zobrazit soubor

@@ -400,6 +400,9 @@
400 400
                             <td width="80">
401 401
                             <label-box :isChecked="record.prescription.mode_id == 3 ? true : false" showValue="HD+HP"></label-box>
402 402
                             </td>
403
+                           <td width="80">
404
+                             <label-box :isChecked="record.prescription.mode_id == 8 ? true : false" showValue="HFHD"></label-box>
405
+                           </td>
403 406
                         </tr>
404 407
                         </tbody>
405 408
                         </table>

+ 1 - 1
src/xt_pages/dialysis/details/consumable/dialysisParameter.vue Zobrazit soubor

@@ -230,7 +230,7 @@
230 230
            <el-checkbox v-model="dry_weight" label="干体重"></el-checkbox>
231 231
            <el-checkbox v-model="blood_pressure" label="透前血压"></el-checkbox>
232 232
            <el-checkbox v-model="ultrafiltration_volume" label="目标脱水量"></el-checkbox>
233
-           <el-checkbox v-model="internal_fistula" label="血管通路"></el-checkbox>
233
+           <!-- <el-checkbox v-model="internal_fistula" label="血管通路"></el-checkbox> -->
234 234
            <el-checkbox v-model="blood_flow_volume" label="血流量"></el-checkbox>
235 235
            <el-checkbox v-model="anticoagulant" label="抗凝剂(首剂)(维持)(总量)"></el-checkbox>
236 236
            <el-checkbox v-model="sealing_fluid_dispose" label="封管液"></el-checkbox>