生产工单BUG修复

This commit is contained in:
zhuzhilei 2023-11-16 17:03:36 +08:00
parent 52e11e4565
commit 1db7a0dd89

View File

@ -641,6 +641,7 @@ export default {
}
getWorkorder(row.workorderId).then(response => {
this.form = response.data;
this.form.workorderType = 'SELF'
this.open = true;
this.title = "修改生产工单";
this.optType="edit";