From 699852ecbef012871ef4f4aa3d450314693cbe5f Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Fri, 18 Jul 2025 09:29:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=8A=A5=E8=A1=A8=E5=87=BA?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=98=8E=E7=BB=86=E9=A1=B5=E9=9D=A2=E7=BB=98?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../procurePlanReport/index.vue | 6 +- .../stockManage/inventoryCount/edit.vue | 8 +- .../stockReport/inoutDetails/index.vue | 359 ++++++++++++++++++ 3 files changed, 366 insertions(+), 7 deletions(-) create mode 100644 src/views/foodManage/stockReport/inoutDetails/index.vue diff --git a/src/views/foodManage/purchaseReport/procurePlanReport/index.vue b/src/views/foodManage/purchaseReport/procurePlanReport/index.vue index a82dbebb..251e0954 100644 --- a/src/views/foodManage/purchaseReport/procurePlanReport/index.vue +++ b/src/views/foodManage/purchaseReport/procurePlanReport/index.vue @@ -15,8 +15,8 @@ :picker-options="pickerOptions" > - - + + @@ -146,7 +146,7 @@ export default { let param = { "pageNum": this.queryParams.pageNum, "pageSize": this.queryParams.pageSize, - "planCode": this.queryParams.planCode, + "purchasePlanCode": this.queryParams.purchasePlanCode, "materialName": this.queryParams.materialName, } if(this.dateRange&&this.dateRange.length>0){ diff --git a/src/views/foodManage/stockManage/inventoryCount/edit.vue b/src/views/foodManage/stockManage/inventoryCount/edit.vue index 1152ce74..1b590a62 100644 --- a/src/views/foodManage/stockManage/inventoryCount/edit.vue +++ b/src/views/foodManage/stockManage/inventoryCount/edit.vue @@ -72,11 +72,11 @@ - + - +