wjj пре 2 дана
родитељ
комит
5188dc1d38
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      src/views/his/prescribe/index.vue

+ 4 - 1
src/views/his/prescribe/index.vue

@@ -888,9 +888,12 @@ export default {
       this.reset();
       const prescribeId = row.prescribeId || this.ids[0];
       this.currentConfirm = row.doctorConfirm;
-
+      
       getPrescribe(prescribeId).then(response => {
         this.form = response.data;
+        if(row.doctorConfirm === 0) {
+        this.form.startOperateTime = new Date().getTime();
+        }
         this.open = true;
         if (this.currentConfirm == 0) {
           this.title = "修改处方";