|
|
@@ -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 = "修改处方";
|