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
b49c9c176e

+ 11 - 11
src/router/modules/dialysis.js View File

@@ -351,17 +351,17 @@ export default {
351 351
       noCache: true
352 352
     },
353 353
     // 透析记录2
354
-    {
355
-      path: '/dialysis/details/indexs',
356
-      component: () => import('@/xt_pages/dialysis/details/indexs'),
357
-      name: 'details',
358
-      meta: {
359
-        title: 'details'
360
-      },
361
-      hidden: true,
362
-      is_menu: false,
363
-      noCache: true
364
-    },
354
+    // {
355
+    //   path: '/dialysis/details/indexs',
356
+    //   component: () => import('@/xt_pages/dialysis/details/indexs'),
357
+    //   name: 'details',
358
+    //   meta: {
359
+    //     title: 'details'
360
+    //   },
361
+    //   hidden: true,
362
+    //   is_menu: false,
363
+    //   noCache: true
364
+    // },
365 365
 
366 366
     {
367 367
       path: '/dialysis/print/batch',

+ 16 - 11
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -2235,16 +2235,18 @@
2235 2235
                 </td> -->
2236 2236
                   <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
2237 2237
                   <td height="32px">
2238
-                    <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{
2239
-                      getAdminUser(advice.advice_doctor)
2240
-                    }}</span>
2241
-                    <img
2242
-                      style="height: 30px"
2243
-                      :src="setAdminUserES(advice.advice_doctor)"
2244
-                      alt=""
2245
-                      srcset=""
2246
-                      v-else
2247
-                    />
2238
+                    <span v-if="advice!=null && advice.advice_doctor>0">
2239
+                      <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{
2240
+                        getAdminUser(advice.advice_doctor)
2241
+                      }}</span>
2242
+                      <img
2243
+                        style="height: 30px"
2244
+                        :src="setAdminUserES(advice.advice_doctor)"
2245
+                        alt=""
2246
+                        srcset=""
2247
+                        v-else
2248
+                      />
2249
+                   </span>
2248 2250
                   </td>
2249 2251
                   <!-- <td height="35px">
2250 2252
                   <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
@@ -3199,7 +3201,8 @@
3199 3201
                         class="under_line"
3200 3202
                         style="width: 80px; text-align: center"
3201 3203
                       >
3202
-                      <span
3204
+                      <span v-if="doctor_advices[0]!=null && doctor_advices[0].advice_doctor>0">
3205
+                        <span
3203 3206
                             style="height: 30px; display: inline-block"
3204 3207
                             v-if="setAdminUserES(doctor_advices[0].advice_doctor) == ''"
3205 3208
                           >
@@ -3212,6 +3215,8 @@
3212 3215
                             srcset=""
3213 3216
                             v-else
3214 3217
                           />
3218
+                      </span>
3219
+                      
3215 3220
                       </div>
3216 3221
                     </div>
3217 3222
                   </div>

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

@@ -14,7 +14,7 @@
14 14
                     prefix-icon="el-icon-search"
15 15
                     v-model="input2" style="width: 200px;">
16 16
                   </el-input>
17
-                  <el-button type="primary">查看图片</el-button>
17
+                  <!-- <el-button type="primary">查看图片</el-button> -->
18 18
                 </div>
19 19
                 <div>
20 20
                   <el-table