diff --git a/src/views/mes/reportWork/index.vue b/src/views/mes/reportWork/index.vue
index ba3f779..1997e24 100644
--- a/src/views/mes/reportWork/index.vue
+++ b/src/views/mes/reportWork/index.vue
@@ -377,6 +377,7 @@
@change="handleEdit(scope.$index, scope.row)">
+
@@ -434,6 +435,7 @@
+
@@ -995,6 +997,8 @@ export default {
updateBy: null,
endReport: "0"
};
+ this.queryParams.workorderCode = "";
+ this.queryParams.machineCode = "";
this.resetForm("form");
this.libTabs = [];
this.libConsumeTabs = [];
@@ -1264,6 +1268,8 @@ export default {
submitReportPS(this.reportRows).then((response) => {
this.$modal.msgSuccess("报工信息修改成功");
this.openReport = false;
+ this.queryParams.workorderCode = "";
+ this.queryParams.machineCode = "";
this.getList();
});
},
@@ -1309,9 +1315,10 @@ export default {
this.openConsume = true;
this.titleConsume = "工单报工物料损耗详情";
this.queryParams.workorderCode = "";
+ this.queryParams.machineCode = "";
});
- this.queryParams.workorderCode = sr.workorderCode;
+ //this.queryParams.workorderCode = sr.workorderCode;
//查询母工单BOM记录列表
//this.queryParams.parentOrder = '0';
//getBomList(this.queryParams).then(response => {