Browse Source

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

28169 1 year ago
parent
commit
1c5a729603

+ 12 - 0
src/router/modules/workforce.js View File

@@ -200,6 +200,18 @@ export default {
200 200
       noCache: true
201 201
     }
202 202
   },
203
+
204
+  {
205
+    path: '/scheduleTablePrintFive',
206
+    component: () => import('@/xt_pages/workforce/scheduleTablePrintFive'),
207
+    name: 'scheduleTablePrintFive',
208
+    hidden: true,
209
+    is_menu: false,
210
+    meta: {
211
+      title: 'scheduleTablePrintFive',
212
+      noCache: true
213
+    }
214
+  },
203 215
   // {
204 216
   //   path: '/historyWeekTable',
205 217
   //   component: () => import('@/xt_pages/workforce/historyWeekTable'),

+ 72 - 48
src/xt_pages/data/printTemplate/schedulePrint.vue View File

@@ -1,38 +1,39 @@
1 1
 <template>
2
+  <div>
2 3
     <div
3 4
       v-loading="loading"
4 5
       element-loading-text="服务器处理数据中,请稍候......."
5 6
       element-loading-spinner="el-icon-loading"
6 7
       element-loading-background="rgba(0, 0, 0, 0.8)"
7 8
     >
8
-    <p style="margin-top: 10px;margin-bottom: 30px">
9
-        请选择你需要打印的排班打印单样式
10
-    </p>
11
-    <el-row :gutter="20" type="flex" justify="center">
9
+      <p style="margin-top: 10px;margin-bottom: 30px">
10
+          请选择你需要打印的排班打印单样式
11
+      </p>
12
+      <el-row :gutter="20" type="flex" justify="center">
12 13
         <el-col :span="6" style="text-align: center">
13
-        <div
14
-            @click="imgClick('https://kuyi.shengws.com/tempSchedule1.jpg')"
15
-        >
16
-            <el-tooltip
17
-            class="item"
18
-            effect="dark"
19
-            :hide-after="2000"
20
-            content="点击查看大图"
21
-            placement="top-start"
22
-            >
23
-         
24
-            <el-image
25
-                style="width: 200px; height: 200px"
26
-                :src="require('@/assets/home/111.jpg')"
27
-            ></el-image>
14
+          <div
15
+              @click="imgClick('https://kuyi.shengws.com/tempSchedule1.jpg')"
16
+          >
17
+              <el-tooltip
18
+              class="item"
19
+              effect="dark"
20
+              :hide-after="2000"
21
+              content="点击查看大图"
22
+              placement="top-start"
23
+              >
24
+            
25
+              <el-image
26
+                  style="width: 200px; height: 200px"
27
+                  :src="require('@/assets/home/111.jpg')"
28
+              ></el-image>
28 29
 
29
-            </el-tooltip>
30
-        </div>
30
+              </el-tooltip>
31
+          </div>
31 32
         <el-radio v-model="radio" label="1" @change="change">模版一</el-radio>
32 33
         </el-col>
33 34
         <el-col
34 35
         :span="6"
35
-        style="margin-left: 100px;margin-right: 100px;text-align: center"
36
+        style="margin-left: 50px;margin-right: 50px;text-align: center"
36 37
         >
37 38
         <div
38 39
             @click="imgClick('https://kuyi.shengws.com/tempSchedule2.jpg')"
@@ -57,9 +58,9 @@
57 58
         >
58 59
         </el-col>
59 60
 
60
-       <el-col
61
+        <el-col
61 62
         :span="6"
62
-        style="margin-left: 100px;margin-right: 100px;text-align: center"
63
+        style="margin-right: 50px;text-align: center"
63 64
         >
64 65
         <div
65 66
           @click="imgClick('https://kuyi.shengws.com/tempSchedule2.jpg')"
@@ -81,31 +82,54 @@
81 82
         >
82 83
         </el-col>
83 84
 
84
-      
85
-
86
-       <el-col
87
-        :span="6"
88
-        style="margin-left: 100px;margin-right: 100px;text-align: center"
89
-        >
90
-        <div
91
-          @click="imgClick('https://kuyi.shengws.com/tempSchedule2.jpg')"
92
-        >
93
-            <el-tooltip
94
-            class="item"
95
-            effect="dark"
96
-            content="点击查看大图"
97
-            placement="top-start"
98
-            :hide-after="2000"
99
-            >
100
-            <el-image
101
-                style="width: 200px; height: 200px"
102
-                :src="require('@/assets/home/222.jpg')"
103
-            ></el-image>
104
-            </el-tooltip>
105
-        </div>
106
-        <el-radio v-model="radio" label="4" @change="change">模版四</el-radio>
85
+        <el-col
86
+          :span="6"
87
+          style="text-align: center"
88
+          >
89
+          <!-- margin-left: 100px;margin-right: 100px; -->
90
+          <div
91
+            @click="imgClick('https://kuyi.shengws.com/tempSchedule2.jpg')"
92
+          >
93
+              <el-tooltip
94
+              class="item"
95
+              effect="dark"
96
+              content="点击查看大图"
97
+              placement="top-start"
98
+              :hide-after="2000"
99
+              >
100
+              <el-image
101
+                  style="width: 200px; height: 200px"
102
+                  :src="require('@/assets/home/222.jpg')"
103
+              ></el-image>
104
+              </el-tooltip>
105
+          </div>
106
+          <el-radio v-model="radio" label="4" @change="change">模版四</el-radio>
107
+        </el-col>
108
+      </el-row>
109
+      <el-row>
110
+        <el-col
111
+          :span="6"
112
+          style="text-align: center"
113
+          >
114
+          <div
115
+            @click="imgClick('https://kuyi.shengws.com/tempSchedule2.jpg')"
116
+          >
117
+              <el-tooltip
118
+              class="item"
119
+              effect="dark"
120
+              content="点击查看大图"
121
+              placement="top-start"
122
+              :hide-after="2000"
123
+              >
124
+              <el-image
125
+                  style="width: 200px; height: 200px"
126
+                  :src="require('@/assets/home/222.jpg')"
127
+              ></el-image>
128
+              </el-tooltip>
129
+          </div>
130
+          <el-radio v-model="radio" label="5" @change="change">模版五</el-radio>
107 131
         </el-col>
108
-    </el-row>
132
+      </el-row>
109 133
    
110 134
       <el-image-viewer
111 135
         v-if="showViewer"

+ 7 - 5
src/xt_pages/user/Informed/Informedconsent.vue View File

@@ -1,10 +1,10 @@
1 1
 <!-- 文书管理 -->
2 2
 <template>
3 3
   <div class="patient-container">
4
-    <patient-sidebar :id="patient_id" defaultActive="6-1"></patient-sidebar>
4
+    <patient-sidebar :id="patientID" defaultActive="6-1"></patient-sidebar>
5 5
     <div>
6 6
       <div class="patient-app-container advice-container app-container">
7
-        <el-tabs v-model="activeName" @tab-click="handleClick">
7
+        <el-tabs v-model="activeName" >
8 8
           <el-tab-pane label="已生成" name="first">
9 9
             <div style="display: flex;">
10 10
               <div style="width: 30%;">
@@ -77,7 +77,7 @@
77 77
                       prop="date"
78 78
                       label="知情同意书模板"
79 79
                       align="center"
80
-                      >
80
+                    >
81 81
                     </el-table-column>
82 82
                   </el-table>
83 83
                 </div>
@@ -165,7 +165,7 @@ export default {
165 165
   },
166 166
   data() {
167 167
     return {
168
-      patient_id:0,
168
+      // patient_id:0,
169 169
       activeName:'first',
170 170
       templates:[{date:'人脸识别知情同意书',value:1},{date:'血液透析(滤过、灌流)治疗知情同意书',value:2},{date:'深静脉透析导管拔管术知情同意书',value:3},{date:'动静脉内瘘穿刺知情同意书',value:4},
171 171
                 {date:'高危出血患者血液净化抗凝方式选择知情同意书',value:5},{date:'抗凝溶栓治疗知情同意书',value:6},{date:'危重患者接受血液净化治疗知情同意书',value:7},
@@ -187,6 +187,7 @@ export default {
187 187
       patientID:0,
188 188
       patient:{},
189 189
       tableData:[],
190
+      input2:'',
190 191
     }
191 192
 
192 193
   },
@@ -194,11 +195,12 @@ export default {
194 195
     const id = this.$route.params && this.$route.params.id
195 196
     this.patientID = parseInt(id)
196 197
     console.log("病人id",this.patientID)
198
+    // this.queryParams.patient_id = this.patientID;
197 199
   },
198 200
   methods: {
199 201
     getlist(){
200 202
     
201
-    getPatientDetailInformedconsent(this.patient_id).then(response=>{
203
+    getPatientDetailInformedconsent(this.patientID).then(response=>{
202 204
       if(response.data.state == 1){
203 205
         var patient =  response.data.data.patients
204 206
         console.log("patinet",patient)

+ 6 - 2
src/xt_pages/workforce/appointment.vue View File

@@ -983,7 +983,10 @@ export default {
983 983
       if(this.templateObj.template_id == 4){
984 984
         this.$router.push({path: '/scheduleTablePrintTwo?partition_id=' + this.partition_id + "&weekTime=" + this.activeName+"&week_date="+this.week_date+"&schedule_type="+this.schedule_type})
985 985
       }
986
-// +"&schedule_type"+
986
+      if(this.templateObj.template_id == 5){
987
+        this.$router.push({path: '/scheduleTablePrintFive?partition_id=' + this.partition_id + "&weekTime=" + this.activeName+"&week_date="+this.week_date+"&schedule_type="+this.schedule_type})
988
+      }
989
+// +"&schedule_type"+scheduleTablePrintFive
987 990
     },
988 991
     printScheduleActionOne:function(){
989 992
 
@@ -2664,7 +2667,7 @@ export default {
2664 2667
                   if (week[j].schedule_week == 1 && week[j].schedule_type == 1) {
2665 2668
                     // console.log(week[j].name)
2666 2669
                     list[i].shangwu = week[j].name+" "+week[j].dialysis_machine_name
2667
-                    console.log('eeeeeee',list[i])
2670
+                    console.log('eeeeeee',week[j].mode_id)
2668 2671
                   }
2669 2672
                   // 周一下午
2670 2673
                   if (week[j].schedule_week == 1 && week[j].schedule_type == 2) {
@@ -2678,6 +2681,7 @@ export default {
2678 2681
                   //周二上午
2679 2682
                   if (week[j].schedule_week == 2 && week[j].schedule_type == 1) {
2680 2683
                     list[i].shangwu1 = week[j].name+" "+week[j].dialysis_machine_name
2684
+                    console.log('eeeeeee',week[j].mode_id)
2681 2685
                   }
2682 2686
                   //周二下午
2683 2687
                   if (week[j].schedule_week == 2 && week[j].schedule_type == 2) {

+ 1 - 0
src/xt_pages/workforce/components/scheduleTemplateUploadExcel/index.vue View File

@@ -14,6 +14,7 @@
14 14
 
15 15
     <el-dialog
16 16
       :visible.sync="msgTipVisible"
17
+      :modal-append-to-body='false'
17 18
       width="40%"
18 19
     >
19 20
       <span>若执行排班导入,系统将会清除当前已有排班模板数据,是否继续导入?</span>

+ 1 - 1
src/xt_pages/workforce/components/template_table.vue View File

@@ -4062,7 +4062,7 @@ export default {
4062 4062
 
4063 4063
       for(let j in data){
4064 4064
         if(data[j].hasOwnProperty ('2_3') == true){
4065
-          Tue_N.push(data[j]['2_2'].treat_mode)
4065
+          Tue_N.push(data[j]['2_3'].treat_mode)
4066 4066
           Tue_N=Tue_N.filter(item=> item && item.trim())
4067 4067
           var countNum =Tue_N.reduce((obj,name)=>{
4068 4068
             if(name in obj){

File diff suppressed because it is too large
+ 1594 - 0
src/xt_pages/workforce/scheduleTablePrintFive.vue


+ 1 - 0
src/xt_pages/workforce/template.vue View File

@@ -57,6 +57,7 @@
57 57
     <el-dialog
58 58
         title="提示"
59 59
         :visible.sync="msgTipVisible"
60
+        :modal-append-to-body="false"
60 61
         width="40%"
61 62
     >
62 63
       <span>如果导入成功,会将当前已有的排版会被全部清除,是否继续导入排版数据</span>