Forráskód Böngészése

处置医嘱问题

xiaochan 1 éve
szülő
commit
29bcd163d7

+ 1 - 1
src/components/xiao-chan/cy-message/CyMessage.vue

@@ -17,7 +17,7 @@
     </div>
 
     <div class="cy-message_content">
-      爱上降低空拉萨爱上降低空拉萨爱上降低空拉萨爱上降低空拉萨
+      打卡什么快递老母鸡卡佩拉
     </div>
 
   </div>

+ 1 - 1
src/components/zhu-yuan-yi-sheng/yi-zhu-lu-ru/yz-edit/YzEditor.vue

@@ -190,7 +190,7 @@
         <div>
           费用标志:
           <el-select v-model="yiZhuData.selfBuy"
-                     :disabled="yiZhuData.serial === '00'"
+                     :disabled="supplyDisabled()"
                      clearable style="width: 120px"
                      @clear="yiZhuData.selfBuy = null">
             <el-option label="自备" value="1"/>

+ 1 - 2
src/views/hospitalization/zhu-yuan-yi-sheng/electronic-medical-record/emr-editor/EmrMain.vue

@@ -815,8 +815,7 @@ const clickSaveData = async () => {
   saveDialog.value.prompt(templateName.value, async (name) => {
     data.name = name
     let newDate = await getServerDateApi();
-
-    const document = editor.getDocument()
+    const document = editor.getDocument();
 
     document.properties.categoryCode = data.emrCategoryCode
     document.properties.patientId = data.patNo + "_" + data.times;