Selaa lähdekoodia

开方操作时间

wjj 2 päivää sitten
vanhempi
commit
5188dc1d38
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  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 = "修改处方";