diff --git a/src/views/inout/DialogSelectReceiveOrder.vue b/src/views/inout/DialogSelectReceiveOrder.vue
index 2d2a5e30..da4d94e4 100644
--- a/src/views/inout/DialogSelectReceiveOrder.vue
+++ b/src/views/inout/DialogSelectReceiveOrder.vue
@@ -167,14 +167,11 @@ export default {
     return {
       listQuery: {
         billNo: "",
-        thirdSysFk: "",
         billAction: null,
         originType: null,
         page: 1,
         limit: 10,
-        type: 1,
-        editStatus: 2,
-        allocateStatus: 0,
+        status: 3,
         customerId: null,
       },
       showSearch: true,
@@ -238,13 +235,12 @@ export default {
       });
       this.listQuery = {
         billNo: "",
-        corpName: null,
         billAction: null,
-        type: 1,
-        editStatus: 2,
+        originType: null,
         page: 1,
-        allocateStatus: 0,
         limit: 10,
+        status: 3,
+        customerId: null,
       };
       this.actDateRange = [];
       this.getList();