diff --git a/src/views/mes/hourProductionCXJ/index.vue b/src/views/mes/hourProductionCXJ/index.vue
index b80cbbb..517156c 100644
--- a/src/views/mes/hourProductionCXJ/index.vue
+++ b/src/views/mes/hourProductionCXJ/index.vue
@@ -11,7 +11,7 @@
end-placeholder="结束日期">
-
+
-
-
-
+
+
+
@@ -179,7 +179,7 @@ export default {
this.$message.error("请填写工单日期的开始和结束时间");
return
}
-
+
this.loading = true;
//获取Table表头
getHourProductionTitleNew(this.queryParams).then(response => {
diff --git a/src/views/mes/hourProductionHF/index.vue b/src/views/mes/hourProductionHF/index.vue
index 440a6d7..c1b77eb 100644
--- a/src/views/mes/hourProductionHF/index.vue
+++ b/src/views/mes/hourProductionHF/index.vue
@@ -19,7 +19,7 @@
@keyup.enter.native="handleQuery"
/>
-
+
搜索
重置
@@ -43,9 +43,9 @@
:summary-method="getSummaries"
show-summary
>
-
-
-
+
+
+
@@ -137,7 +137,7 @@ export default {
this.$message.error("请填写生产日期的开始和结束时间");
return
}
-
+
this.loading = true;
//获取Table表头
getHourProductionTitle(this.queryParams).then(response => {