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 @@
+
+
+
+
+
+
+
+
+ v.value)"
+ @imgs="fields[k].value=$event"/>
+
+
+
+
\ No newline at end of file