Эх сурвалжийг харах

协定方保存不校验病名、证型

cc12458 1 жил өмнө
parent
commit
15b8614eb8

+ 2 - 2
src/style/media/diagnosis/prescribing.scss

@@ -100,8 +100,8 @@
   // 中药
   .prescribing ::v-deep .table-container {
     // height: 659px !important;
-    height: calc(100% - 80px) !important;
-    overflow: auto;
+    //height: calc(100% - 80px) !important;
+    //overflow: auto;
   }
 
    .prescribing ::v-deep .med-accord .table-container{

+ 5 - 5
src/views/business/AccordEdit.vue

@@ -323,24 +323,24 @@ export default {
         return;
       }
 
-      let tcmdParams = this.$refs.tcmd.getParams();
-      if (tcmdParams.namemedicine == "") {
+      // let tcmdParams = this.$refs.tcmd.getParams();
+      /*if (tcmdParams.namemedicine == "") {
         this.$message({
           type: "error",
           message: "请输入病名",
           showClose: true
         });
         return;
-      }
+      }*/
 
-      if (tcmdParams.syndrometypes == "") {
+      /*if (tcmdParams.syndrometypes == "") {
         this.$message({
           type: "error",
           message: "请输入证型",
           showClose: true
         });
         return;
-      }
+      }*/
 
       /*if (tcmdParams.treatment == "") {
         this.$message({