diff --git a/warehousing-system/project_web_ui/src/views/component/instorehouse/putIn.vue b/warehousing-system/project_web_ui/src/views/component/instorehouse/putIn.vue index 24d2ceba..e03edb7c 100644 --- a/warehousing-system/project_web_ui/src/views/component/instorehouse/putIn.vue +++ b/warehousing-system/project_web_ui/src/views/component/instorehouse/putIn.vue @@ -136,7 +136,7 @@ export default { }, async getOptions() { const { data: result } = await this.$http.post('/purchasenew/listAll', { params: this.queryInfos }) - const { data: datas } = await this.$http.get('/location/list', { params: this.queryPamas }) + const { data: datas } = await this.$http.get('/location/listAll', { params: this.queryPamas }) this.dingdanId = result.data; this.huoweiId = datas.data.rows; }, @@ -167,7 +167,7 @@ export default { this.getOptions(); this.$refs.onPutInRuleForm.resetFields(); }); - + }, doClose() { this.$store.dispatch('tagsView/delView', this.$route) diff --git a/warehousing-system/project_web_ui/src/views/component/outStorehouseManagement/add/outListAdd.vue b/warehousing-system/project_web_ui/src/views/component/outStorehouseManagement/add/outListAdd.vue index cc2fc123..5c57bf80 100644 --- a/warehousing-system/project_web_ui/src/views/component/outStorehouseManagement/add/outListAdd.vue +++ b/warehousing-system/project_web_ui/src/views/component/outStorehouseManagement/add/outListAdd.vue @@ -153,8 +153,25 @@ -