diff --git a/sgzb-ui/src/views/claimAndreturn/picking/query/index.vue b/sgzb-ui/src/views/claimAndreturn/picking/query/index.vue index ad0093b2..c1ce9df5 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/query/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/query/index.vue @@ -25,7 +25,7 @@ v-model="queryParams.unitId" filterable clearable - @change="GetProData" + @change="getProList" style="width: 240px" placeholder="请选择" > @@ -42,7 +42,7 @@ v-model="queryParams.proId" filterable clearable - @change="GetUnitData" + @change="getUnitList" style="width: 240px" placeholder="请选择" > diff --git a/sgzb-ui/src/views/claimAndreturn/return/query/index.vue b/sgzb-ui/src/views/claimAndreturn/return/query/index.vue index 5e1e42a0..c0320688 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/query/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/query/index.vue @@ -25,7 +25,7 @@ v-model="queryParams.unitId" filterable clearable - @change="GetProData" + @change="getProList" style="width: 240px" placeholder="请选择" > @@ -42,7 +42,7 @@ v-model="queryParams.proId" filterable clearable - @change="GetUnitData" + @change="getUnitList" style="width: 240px" placeholder="请选择" > @@ -348,6 +348,8 @@ export default { this.queryParams.time = [] this.resetForm('queryForm') this.handleQuery() + this.getUnitList() + this.getProList() }, /** 导出按钮操作 */ diff --git a/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue b/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue index a34de50d..c0d65d0b 100644 --- a/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue +++ b/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue @@ -549,6 +549,7 @@
@@ -921,6 +922,15 @@ export default { `新购工机具入库_${new Date().getTime()}.xlsx`, ) }, + handleExportDialog() { + this.download( + 'material/purchaseAccessory/exportWareHousingEntry', + { + taskId: this.query.taskId, + }, + `入库单_${new Date().getTime()}.xlsx`, + ) + }, }, watch: {