From 3606291a95463a66e9b921d79723654f92b5b2e8 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 3 Jul 2025 11:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A1=E5=88=92=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 4 +- .../purchaseManage/contractList/edit.vue | 2 +- .../purchaseManage/purchasePlan/detail.vue | 143 ++++++----- .../purchaseManage/purchasePlan/edit.vue | 225 +++++++++--------- .../purchaseManage/purchasePlan/index.vue | 44 ++-- 5 files changed, 209 insertions(+), 209 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index aaceb2e9..78a1d25a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -155,9 +155,9 @@ export const constantRoutes = [ meta: { title: '计划详情', icon: '' } }, { - path: 'plaEdit', + path: 'planEdit', component: () => import('@/views/foodManage/purchaseManage/purchasePlan/edit'), - name: 'PlaEdit', + name: 'PlanEdit', meta: { title: '计划新增/编辑', icon: '' } }, ] diff --git a/src/views/foodManage/purchaseManage/contractList/edit.vue b/src/views/foodManage/purchaseManage/contractList/edit.vue index 776e0b09..48d4a3f2 100644 --- a/src/views/foodManage/purchaseManage/contractList/edit.vue +++ b/src/views/foodManage/purchaseManage/contractList/edit.vue @@ -253,7 +253,7 @@ export default { // 表单校验 baseRules: { contractTitle: [ - { required: true, message: "菜谱名称不能为空", trigger: "blur" } + { required: true, message: "合同标题不能为空", trigger: "blur" } ], areaId: [ { required: true, message: "所属区域不能为空", trigger: "change" } diff --git a/src/views/foodManage/purchaseManage/purchasePlan/detail.vue b/src/views/foodManage/purchaseManage/purchasePlan/detail.vue index 4dfa5145..6904e009 100644 --- a/src/views/foodManage/purchaseManage/purchasePlan/detail.vue +++ b/src/views/foodManage/purchaseManage/purchasePlan/detail.vue @@ -1,74 +1,70 @@ --> - + - - + + @@ -114,10 +110,8 @@ -