Browse Source

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

陈少旭 1 year ago
parent
commit
d25eb41413

+ 10 - 1
src/api/role/admin.js View File

336
 //     method:"Get",
336
 //     method:"Get",
337
 //     params:params,
337
 //     params:params,
338
 //    })
338
 //    })
339
-// }
339
+// }
340
+
341
+export function toAutoDiagnose(params){
342
+  
343
+  return request({
344
+    url:"/api/device/toautodiagnose",
345
+    method:"get",
346
+    params:params
347
+  })
348
+}

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

200
       noCache: true
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
   //   path: '/historyWeekTable',
216
   //   path: '/historyWeekTable',
205
   //   component: () => import('@/xt_pages/workforce/historyWeekTable'),
217
   //   component: () => import('@/xt_pages/workforce/historyWeekTable'),

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

1
 <template>
1
 <template>
2
+  <div>
2
     <div
3
     <div
3
       v-loading="loading"
4
       v-loading="loading"
4
       element-loading-text="服务器处理数据中,请稍候......."
5
       element-loading-text="服务器处理数据中,请稍候......."
5
       element-loading-spinner="el-icon-loading"
6
       element-loading-spinner="el-icon-loading"
6
       element-loading-background="rgba(0, 0, 0, 0.8)"
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
         <el-col :span="6" style="text-align: center">
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
         <el-radio v-model="radio" label="1" @change="change">模版一</el-radio>
32
         <el-radio v-model="radio" label="1" @change="change">模版一</el-radio>
32
         </el-col>
33
         </el-col>
33
         <el-col
34
         <el-col
34
         :span="6"
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
         <div
38
         <div
38
             @click="imgClick('https://kuyi.shengws.com/tempSchedule2.jpg')"
39
             @click="imgClick('https://kuyi.shengws.com/tempSchedule2.jpg')"
57
         >
58
         >
58
         </el-col>
59
         </el-col>
59
 
60
 
60
-       <el-col
61
+        <el-col
61
         :span="6"
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
         <div
65
         <div
65
           @click="imgClick('https://kuyi.shengws.com/tempSchedule2.jpg')"
66
           @click="imgClick('https://kuyi.shengws.com/tempSchedule2.jpg')"
81
         >
82
         >
82
         </el-col>
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
         </el-col>
131
         </el-col>
108
-    </el-row>
132
+      </el-row>
109
    
133
    
110
       <el-image-viewer
134
       <el-image-viewer
111
         v-if="showViewer"
135
         v-if="showViewer"

+ 2 - 2
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

1431
             :span="8"
1431
             :span="8"
1432
             v-if="
1432
             v-if="
1433
               isShow('置换量') &&
1433
               isShow('置换量') &&
1434
-              (template_id != 6 || org_id == 9919 || org_id == 10191 || org_id ==10551 || org_id ==10558) &&
1434
+              (template_id != 6 || org_id == 9919 || org_id == 10191 || org_id ==10551 || org_id ==10558 || org_id ==10346) &&
1435
               org_id != 9779 &&
1435
               org_id != 9779 &&
1436
               template_id != 11 &&
1436
               template_id != 11 &&
1437
               template_id != 20 &&
1437
               template_id != 20 &&
1462
                 org_id != 9919 &&
1462
                 org_id != 9919 &&
1463
                 org_id != 10191 &&
1463
                 org_id != 10191 &&
1464
                 org_id != 10551 &&
1464
                 org_id != 10551 &&
1465
-                template_id != 43 && org_id!=10558) ||
1465
+                template_id != 43 && org_id!=10558 && org_id!=10346) ||
1466
                 org_id == 9779 ||
1466
                 org_id == 9779 ||
1467
                 template_id == 11 ||
1467
                 template_id == 11 ||
1468
                 template_id == 20 ||
1468
                 template_id == 20 ||

+ 2 - 2
src/xt_pages/dialysis/details/dialysisMonitoring.vue View File

24
           <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46  || template_id == 48 || template_id == 53  || template_id == 54 || template_id == 56 || org_id == 10432 || org_id == 10445 || org_id == 10410) && org_id!=10558" width="92px" > 置换率(ml/min) </th>
24
           <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46  || template_id == 48 || template_id == 53  || template_id == 54 || template_id == 56 || org_id == 10432 || org_id == 10445 || org_id == 10410) && org_id!=10558" width="92px" > 置换率(ml/min) </th>
25
           <th v-if=" isShow('置换率') && (template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 46 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && org_id!=10432 && org_id!=10445 && org_id!=10410) || org_id == 10558" width="92px" > 置换率(L/h)  </th>
25
           <th v-if=" isShow('置换率') && (template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 46 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && org_id!=10432 && org_id!=10445 && org_id!=10410) || org_id == 10558" width="92px" > 置换率(L/h)  </th>
26
           <th v-if=" isShow('置换量') && (template_id == 43)" width="92px"> 置换量(ml/h)  </th>
26
           <th v-if=" isShow('置换量') && (template_id == 43)" width="92px"> 置换量(ml/h)  </th>
27
-          <th v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id !=10191 && org_id!=10478) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10432  || this.$store.getters.xt_user.template_info.org_id == 10445 ) && org_id!=10558" width="92px"  > 置换量(ml)  </th>
28
-          <th v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191 || org_id == 10478) && org_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 46 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432  && this.$store.getters.xt_user.template_info.org_id != 10445) || org_id == 10558" width="92px" > 置换量(L) </th>
27
+          <th v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id !=10191 && org_id!=10478 && org_id!=10346) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10432  || this.$store.getters.xt_user.template_info.org_id == 10445 ) && org_id!=10558" width="92px"  > 置换量(ml)  </th>
28
+          <th v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191 || org_id == 10478 || org_id ==10346) && org_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 46 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432  && this.$store.getters.xt_user.template_info.org_id != 10445) || org_id == 10558" width="92px" > 置换量(L) </th>
29
           <th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11  " width="92px" > SpO₂(%) </th>
29
           <th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11  " width="92px" > SpO₂(%) </th>
30
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
30
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
31
           <th v-if="isShow('置换液流量') && template_id != 27 && template_id != 60" width="92px">置换液流量(ml/h)</th>
31
           <th v-if="isShow('置换液流量') && template_id != 27 && template_id != 60" width="92px">置换液流量(ml/h)</th>

+ 26 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue View File

694
                   <td v-if="org_id == 10430 || org_id == 0">
694
                   <td v-if="org_id == 10430 || org_id == 0">
695
                     KT/V
695
                     KT/V
696
                   </td>
696
                   </td>
697
+                  <td v-if="org_id == 10346 || org_id == 0">
698
+                   置换量
699
+                  </td>
700
+                  <td v-if="org_id == 10346 || org_id == 0">
701
+                   置换率
702
+                  </td>
697
                   <td colspan="1">治疗中病情变化</td>
703
                   <td colspan="1">治疗中病情变化</td>
698
                 </tr>
704
                 </tr>
699
                 <tr class="short_tr">
705
                 <tr class="short_tr">
753
                       KT/V
759
                       KT/V
754
                     </p>
760
                     </p>
755
                   </th>
761
                   </th>
762
+                  <th style="width:60px; font-weight: normal" v-if="org_id == 10346 || org_id == 0">
763
+                   
764
+                   <p style="height: 20px; line-height: 20px">置换量</p>
765
+                    <p style="height: 20px; line-height: 20px">L</p>
766
+                    
767
+                  </th>
768
+                  <th style="width:50px; font-weight: normal" v-if="org_id == 10346 || org_id == 0">
769
+                    <p style="height: 20px; line-height: 20px">
770
+                     置换率
771
+                    </p>
772
+                    <p style="height: 20px; line-height: 20px">
773
+                     ml/min
774
+                    </p>
775
+                  </th>
756
                   <th style="width: 333px; font-weight: normal">
776
                   <th style="width: 333px; font-weight: normal">
757
                     <p style="height: 20px; line-height: 20px">
777
                     <p style="height: 20px; line-height: 20px">
758
                       记&nbsp;&nbsp;&nbsp;&nbsp;录
778
                       记&nbsp;&nbsp;&nbsp;&nbsp;录
851
                   <td v-if="org_id == 10430 || org_id == 0">
871
                   <td v-if="org_id == 10430 || org_id == 0">
852
                     {{ monitor.ktv?monitor.ktv:"" }}
872
                     {{ monitor.ktv?monitor.ktv:"" }}
853
                   </td>
873
                   </td>
874
+                  <td v-if="org_id == 10346 || org_id == 0">
875
+                    {{ monitor.displacement_quantity?monitor.displacement_quantity:"" }}
876
+                  </td>
877
+                  <td v-if="org_id == 10346 || org_id == 0">
878
+                    {{ monitor.replacement_rate?monitor.replacement_rate:"" }}
879
+                  </td>
854
                   <td>
880
                   <td>
855
                     <span
881
                     <span
856
                       v-if="
882
                       v-if="

+ 12 - 1
src/xt_pages/role/admin.vue View File

217
           @click="toAutoDrug">自动生成</el-button> -->
217
           @click="toAutoDrug">自动生成</el-button> -->
218
 
218
 
219
 
219
 
220
+          <el-button
221
+          type="primary"
222
+          size="small"
223
+          icon="el-icon-circle-plus-outline"
224
+          style="float:left"
225
+          @click="toAutoDiagnose">自动脚本</el-button>
220
      </div>
226
      </div>
221
 
227
 
222
 
228
 
522
 
528
 
523
 <script>
529
 <script>
524
 import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent,saveEnterprise,getEnterPriseById,getMobileCode,savePersionEnterPrise,getPerseEnterPriseById,CreatePersionSeal,CreateNewEnterPrise,toTestThrity,toEndEnterPrise,getEnterPriseDetail
530
 import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent,saveEnterprise,getEnterPriseById,getMobileCode,savePersionEnterPrise,getPerseEnterPriseById,CreatePersionSeal,CreateNewEnterPrise,toTestThrity,toEndEnterPrise,getEnterPriseDetail
525
-  ,CreateQianshuUserName,CreateSKDSendInformation,toSavePDFInformation,toCheckPDFInformation,getdruginfoInformation,toAutoDrug} from "@/api/role/admin";
531
+  ,CreateQianshuUserName,CreateSKDSendInformation,toSavePDFInformation,toCheckPDFInformation,getdruginfoInformation,toAutoDrug,toAutoDiagnose} from "@/api/role/admin";
526
 import { getRoles } from "@/api/role/role";
532
 import { getRoles } from "@/api/role/role";
527
 import { UploadPrintOrder } from "@/api/role/admin"
533
 import { UploadPrintOrder } from "@/api/role/admin"
528
 import { parseTime } from "@/utils";
534
 import { parseTime } from "@/utils";
1184
     toAutoDrug(){
1190
     toAutoDrug(){
1185
       toAutoDrug().then(Response=>{
1191
       toAutoDrug().then(Response=>{
1186
 
1192
 
1193
+      })
1194
+    },
1195
+    toAutoDiagnose(){
1196
+      toAutoDiagnose().then(response=>{
1197
+        
1187
       })
1198
       })
1188
     }
1199
     }
1189
 
1200
 

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

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

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

983
       if(this.templateObj.template_id == 4){
983
       if(this.templateObj.template_id == 4){
984
         this.$router.push({path: '/scheduleTablePrintTwo?partition_id=' + this.partition_id + "&weekTime=" + this.activeName+"&week_date="+this.week_date+"&schedule_type="+this.schedule_type})
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
     printScheduleActionOne:function(){
991
     printScheduleActionOne:function(){
989
 
992
 
2664
                   if (week[j].schedule_week == 1 && week[j].schedule_type == 1) {
2667
                   if (week[j].schedule_week == 1 && week[j].schedule_type == 1) {
2665
                     // console.log(week[j].name)
2668
                     // console.log(week[j].name)
2666
                     list[i].shangwu = week[j].name+" "+week[j].dialysis_machine_name
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
                   if (week[j].schedule_week == 1 && week[j].schedule_type == 2) {
2673
                   if (week[j].schedule_week == 1 && week[j].schedule_type == 2) {
2678
                   //周二上午
2681
                   //周二上午
2679
                   if (week[j].schedule_week == 2 && week[j].schedule_type == 1) {
2682
                   if (week[j].schedule_week == 2 && week[j].schedule_type == 1) {
2680
                     list[i].shangwu1 = week[j].name+" "+week[j].dialysis_machine_name
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
                   if (week[j].schedule_week == 2 && week[j].schedule_type == 2) {
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
 
14
 
15
     <el-dialog
15
     <el-dialog
16
       :visible.sync="msgTipVisible"
16
       :visible.sync="msgTipVisible"
17
+      :modal-append-to-body='false'
17
       width="40%"
18
       width="40%"
18
     >
19
     >
19
       <span>若执行排班导入,系统将会清除当前已有排班模板数据,是否继续导入?</span>
20
       <span>若执行排班导入,系统将会清除当前已有排班模板数据,是否继续导入?</span>

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

4062
 
4062
 
4063
       for(let j in data){
4063
       for(let j in data){
4064
         if(data[j].hasOwnProperty ('2_3') == true){
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
           Tue_N=Tue_N.filter(item=> item && item.trim())
4066
           Tue_N=Tue_N.filter(item=> item && item.trim())
4067
           var countNum =Tue_N.reduce((obj,name)=>{
4067
           var countNum =Tue_N.reduce((obj,name)=>{
4068
             if(name in obj){
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
     <el-dialog
57
     <el-dialog
58
         title="提示"
58
         title="提示"
59
         :visible.sync="msgTipVisible"
59
         :visible.sync="msgTipVisible"
60
+        :modal-append-to-body="false"
60
         width="40%"
61
         width="40%"
61
     >
62
     >
62
       <span>如果导入成功,会将当前已有的排版会被全部清除,是否继续导入排版数据</span>
63
       <span>如果导入成功,会将当前已有的排版会被全部清除,是否继续导入排版数据</span>