diff --git a/wms_pro/qd/src/views/wms/flow_manage/act/execution/index.vue b/wms_pro/qd/src/views/wms/flow_manage/act/execution/index.vue
index b733063d..6ba09041 100644
--- a/wms_pro/qd/src/views/wms/flow_manage/act/execution/index.vue
+++ b/wms_pro/qd/src/views/wms/flow_manage/act/execution/index.vue
@@ -31,6 +31,17 @@
class="filter-item"
/>
+
+
+
@@ -203,6 +214,7 @@ import ViewDialog from '@/views/wms/flow_manage/act/execution/ViewDialog.vue'
const defaultForm = {
proc_inst_id: null,
+ child_id: null,
parent_id: null,
deployment_id: null,
activity_id: null,
diff --git a/wms_pro/qd/src/views/wms/pm_manage/feedback_data/index.vue b/wms_pro/qd/src/views/wms/pm_manage/feedback_data/index.vue
index 5dbb93f8..3b44779b 100644
--- a/wms_pro/qd/src/views/wms/pm_manage/feedback_data/index.vue
+++ b/wms_pro/qd/src/views/wms/pm_manage/feedback_data/index.vue
@@ -45,6 +45,27 @@
/>
+
+
+
+
+
+
@@ -213,6 +234,7 @@ const defaultForm = {
biz_date: null,
form_type: null,
status: null,
+ mater: null,
create_time: null,
create_name: null,
material_id: null,
@@ -282,6 +304,15 @@ export default {
},
methods: {
[CRUD.HOOK.beforeRefresh]() {
+ if (this.query.datepick) {
+ this.query.start_time = this.query.datepick[0]
+ if (this.query.datepick.length > 1) {
+ this.query.end_time = this.query.datepick[1]
+ }
+ } else {
+ this.query.start_time = ''
+ this.query.end_time = ''
+ }
if (this.fromTypes.length > 0) {
formstruc.getHeader(this.query.form_type).then(res => {
this.cols = res