Kaynağa Gözat

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

杨青 2 yıl önce
ebeveyn
işleme
f2d9e08e76

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTen.vue Dosyayı Görüntüle

@@ -1016,8 +1016,8 @@
1016 1016
                       <div class="under_line" style="width: 80px">
1017 1017
                         <!-- <img style="height:20px;" src="https://images.shengws.com/FgnRnBcx1BgULJ1dn7VKzeBPEvtm" alt="" srcset="" /> -->
1018 1018
 
1019
-                        <span v-if="setAdminUserES(prescription.prescription_doctor) == ''">{{ getAdminUser(prescription.prescription_doctor) }}</span>
1020
-                        <img style="height:20px;" :src="setAdminUserES(prescription.prescription_doctor)" alt="" srcset="" v-else />
1019
+                        <span v-if="setAdminUserES(prescription.creater) == ''">{{ getAdminUser(prescription.creater) }}</span>
1020
+                        <img style="height:20px;" :src="setAdminUserES(prescription.creater)" alt="" srcset="" v-else />
1021 1021
                       </div>
1022 1022
                     </div>
1023 1023
                     <div class="inline_block" style="flex:1;">

+ 1 - 1
src/xt_pages/stock/inventoryDetails.vue Dosyayı Görüntüle

@@ -49,7 +49,7 @@
49 49
 
50 50
             <el-table-column  prop="name" label="有效日期" width="200" align="center">
51 51
                <template slot-scope="scope">
52
-                 {{getTime(scope.row.product_date)}}
52
+                 {{getTime(scope.row.expire_date)}}
53 53
                </template>
54 54
             </el-table-column>
55 55
 

+ 1 - 0
src/xt_pages/user/hospitalSummaryPrint.vue Dosyayı Görüntüle

@@ -277,6 +277,7 @@
277 277
               </span>
278 278
               </span>
279 279
             </td>
280
+            <td  style="text-align:center;width:170px" colspan="2"></td>
280 281
           </tr>
281 282
         </table>
282 283
      </div>