From b9e8c5ee213aec34855cad1de91e7ae4e425307f Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Mon, 13 Feb 2023 17:35:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/massif/plant_info.vue | 5 +- pages/stock/prodWarehouse.vue | 138 ++++++++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+), 1 deletion(-) create mode 100644 pages/stock/prodWarehouse.vue diff --git a/pages/massif/plant_info.vue b/pages/massif/plant_info.vue index 4f92158..9946d5a 100644 --- a/pages/massif/plant_info.vue +++ b/pages/massif/plant_info.vue @@ -77,7 +77,10 @@ export default { } //仓库 下拉选 var res=await request("/api/plantHarvest/getWarehouse",{ - params:{plantBaseId:this.$store.state.plantBaseInfoId} + params:{ + plantBaseId:this.$store.state.plantBaseInfoId, + type:2,//1 农资,2 农产品 + } }) if(res.statu){ this.fields.warehouseId.columns=[res.data.map(v=>({label:v.warehouseName,value:v.id}))] diff --git a/pages/stock/prodWarehouse.vue b/pages/stock/prodWarehouse.vue new file mode 100644 index 0000000..60b4f84 --- /dev/null +++ b/pages/stock/prodWarehouse.vue @@ -0,0 +1,138 @@ + + + \ No newline at end of file