瀏覽代碼

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

XMLWAN 3 年之前
父節點
當前提交
2a1d6cc77a

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderThirtySix.vue 查看文件

@@ -999,7 +999,7 @@
999 999
           <td style="height:40px;line-height:40px">{{ getTime(advice.start_time, "{h}:{i}") }}</td>
1000 1000
           <td class="parent" style="text-align:left;padding-left:10px;">
1001 1001
             <span v-if="advice.type == 2">{{ advice.project.project_name }} &nbsp;&nbsp;{{advice.count}}{{advice.unit}}</span>
1002
-            <span v-if="advice.type == 3">{{ advice.good_info.good_name }} &nbsp;&nbsp;{{advice.count}}{{advice.unit}}</span>
1002
+            <span v-if="advice.type == 3">{{ advice.good_info.good_name }} &nbsp;&nbsp;{{advice.count}}{{advice.good_info.packing_unit}}</span>
1003 1003
           </td>
1004 1004
           <td>
1005 1005
             <span v-if="setAdminUserES(advice.doctor) == ''">

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

@@ -4258,11 +4258,11 @@
4258 4258
     .el-loading-spinner .el-loading-text{
4259 4259
       font-size: 30px;
4260 4260
     }
4261
-    .outpatientChargesManagement{
4262
-      .el-loading-mask{
4263
-        z-index: 5000;
4264
-      }
4265
-    }
4261
+    // .outpatientChargesManagement{
4262
+    //   .el-loading-mask{
4263
+    //     z-index: 5000;
4264
+    //   }
4265
+    // }
4266 4266
     
4267 4267
 </style>
4268 4268