Browse Source

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

See999 4 years ago
parent
commit
66dfc5ea29
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue

+ 3 - 3
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue View File

768
         this.form['dialysis_order_id'] = this.dialysis_order.id
768
         this.form['dialysis_order_id'] = this.dialysis_order.id
769
       },
769
       },
770
       doctor_advices: function() {
770
       doctor_advices: function() {
771
-       
771
+
772
         this.handleSpanTempArr()
772
         this.handleSpanTempArr()
773
         this.hoverOrderArr = []
773
         this.hoverOrderArr = []
774
         this.handleStyle()
774
         this.handleStyle()
841
               adviceNames: this.other_doctor_advices,
841
               adviceNames: this.other_doctor_advices,
842
               remark: ''
842
               remark: ''
843
             }
843
             }
844
-         
844
+
845
             let mode = '1'
845
             let mode = '1'
846
             CreateGroupAdvice(this.patientid, 0, submitForm, mode).then(
846
             CreateGroupAdvice(this.patientid, 0, submitForm, mode).then(
847
               response => {
847
               response => {
1462
       }
1462
       }
1463
       ,
1463
       ,
1464
       checkAdvice() {
1464
       checkAdvice() {
1465
-        console.log(this.$store.getters.xt_user)
1465
+        // console.log(this.$store.getters.xt_user)
1466
         if (this.currentRow == null) {
1466
         if (this.currentRow == null) {
1467
           this.$message.error('请先选择要核对的医嘱!')
1467
           this.$message.error('请先选择要核对的医嘱!')
1468
           return false
1468
           return false