diff --git a/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue b/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue
index 0f69eefc..b2bd6e9b 100644
--- a/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue
+++ b/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue
@@ -543,6 +543,8 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
+ this.queryParams.unitId = ''
+ this.queryParams.lotId = ''
this.resetForm('queryForm')
this.handleQuery()
},
diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue
index faa467ad..85d6af43 100644
--- a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue
+++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue
@@ -415,6 +415,8 @@
/** 重置按钮操作 */
resetQuery() {
this.queryParams.time = []
+ this.queryParams.unitId = ''
+ this.queryParams.proId = ''
this.resetForm('queryForm')
this.GetUnitData()
this.GetProData()
diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue
index 40b8f62a..14918e39 100644
--- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue
+++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue
@@ -431,6 +431,8 @@
/** 重置按钮操作 */
resetQuery() {
this.queryParams.time = []
+ this.queryParams.unitId = ''
+ this.queryParams.proId = ''
this.resetForm('queryForm')
this.GetUnitData()
this.GetProData()
diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue
index 309ebc4d..8e9334d1 100644
--- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue
+++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue
@@ -126,7 +126,7 @@
size="mini"
type="primary"
@click="handleNumReturn(scope.row)"
- v-if="!isView&&(scope.row.manageType=='1'||'2')&&scope.row.num>0"
+ v-if="!isView&&(scope.row.manageType=='1'||scope.row.manageType=='2')&&scope.row.num>0"
>数量退料