diff --git a/pages/massif/mana/recovery.vue b/pages/massif/mana/recovery.vue index 64f8d3d..e225f72 100644 --- a/pages/massif/mana/recovery.vue +++ b/pages/massif/mana/recovery.vue @@ -128,7 +128,7 @@ {{v.plantName}} - 200 + {{v.totalNum}} {{v.harvestNum}} 负责人:{{v.principal}} @@ -196,7 +196,7 @@ export default { }, created(){ this.search() - + }, methods:{ reSearch(){ @@ -246,4 +246,4 @@ export default { }, } } - \ No newline at end of file + diff --git a/pages/massif/plant_info.vue b/pages/massif/plant_info.vue index de6c623..74443da 100644 --- a/pages/massif/plant_info.vue +++ b/pages/massif/plant_info.vue @@ -46,6 +46,7 @@ export default { warehouseId:"", plantSchedulId:"",//种植计划id plotId:"",//地块id + totalNum:"" }, rules:{ harvestNum: {required:true, type:"number", message:"采收数量必填!", trigger:"blur"}, @@ -129,4 +130,4 @@ export default { }, }, } - \ No newline at end of file +