Browse Source

hah阿凡达

28169 1 week ago
parent
commit
8afa96fa91

+ 2 - 2
src/xt_pages/dialysis/details/dialog/acceptsTreatmentDialog.vue View File

420
         condition: "1",
420
         condition: "1",
421
         posture: "1",
421
         posture: "1",
422
         sick_condition: "1",
422
         sick_condition: "1",
423
-        danger_level: "1",
423
+        danger_level: "2",
424
         intake: "1",
424
         intake: "1",
425
         nutrition: "1",
425
         nutrition: "1",
426
         psychological_assessment: "1",
426
         psychological_assessment: "1",
483
           accepts.posture = 1
483
           accepts.posture = 1
484
           accepts.consciousness =1
484
           accepts.consciousness =1
485
           accepts.appetite =1
485
           accepts.appetite =1
486
-          accepts.danger_level=1
486
+          accepts.danger_level=2
487
           console.log("this.precaution_arr",this.precaution_arr)
487
           console.log("this.precaution_arr",this.precaution_arr)
488
           this.receiveTreatmentAsses.way =1
488
           this.receiveTreatmentAsses.way =1
489
           this.receiveTreatmentAsses.consciousness =2
489
           this.receiveTreatmentAsses.consciousness =2

+ 7 - 0
src/xt_pages/role/admin.vue View File

249
           style="float:left"
249
           style="float:left"
250
           @click="toCheckQuery">库存检验脚本</el-button> -->
250
           @click="toCheckQuery">库存检验脚本</el-button> -->
251
 
251
 
252
+        <el-button
253
+          type="primary"
254
+          size="small"
255
+          icon="el-icon-circle-plus-outline"
256
+          style="float:left"
257
+          @click="toAutoDiagnose">检验</el-button> 
258
+
252
 
259
 
253
 
260
 
254
      </div>
261
      </div>

+ 1 - 0
src/xt_pages/user/doctorAdvice.vue View File

2920
         .catch(() => {});
2920
         .catch(() => {});
2921
     },
2921
     },
2922
     DeleteGroupAdvice(groupno, row) {
2922
     DeleteGroupAdvice(groupno, row) {
2923
+      console.log("patinet_id =======",row)
2923
       this.$confirm("确认删除这组医嘱?", "医嘱删除", {
2924
       this.$confirm("确认删除这组医嘱?", "医嘱删除", {
2924
         confirmButtonText: "确定",
2925
         confirmButtonText: "确定",
2925
         cancelButtonText: "取消",
2926
         cancelButtonText: "取消",