From 1e4d700c9d85f2716e866bde7a9ca5f296f944e4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 13 三月 2025 14:36:43 +0800
Subject: [PATCH] 工时管理查询修改

---
 src/views/business/materialOrderComponents/materialOrder/dataLookVisible.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/business/materialOrderComponents/materialOrder/dataLookVisible.vue b/src/views/business/materialOrderComponents/materialOrder/dataLookVisible.vue
index 6c0455b..c829dac 100644
--- a/src/views/business/materialOrderComponents/materialOrder/dataLookVisible.vue
+++ b/src/views/business/materialOrderComponents/materialOrder/dataLookVisible.vue
@@ -90,7 +90,7 @@
                 this.getRetestResult(row);
               },
               disabled: (row, index) =>  {
-                return row.insResult!==0
+                return row.insResult!=0
               }
             },
           ]
@@ -138,7 +138,7 @@
         this.entity.id = this.dataLookInfo.quarterOrderId
       }
       this.tableLoading = true
-      const params = {...this.entity}
+      const params = {...this.entity, ...this.page}
       selectSampleAndProductByOrderId(params).then(res => {
         this.tableLoading = false
         if (res.code === 200) {

--
Gitblit v1.9.3