From 470105a3bc9fce7f39af9000c4465e3b82c5dd4a Mon Sep 17 00:00:00 2001 From: majingfu <1344267175@qq.com> Date: Tue, 28 Feb 2023 17:31:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=86=9C=E4=BA=8B=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=98=BE=E7=A4=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/massif/mana/recovery.vue | 6 +++--- pages/massif/plant_info.vue | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) 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 +