From 2126b86e4596fbd7d23c530f2d93c88862daf3de Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Mon, 21 Jul 2025 15:26:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AF=A2=E4=BB=B7=E6=8A=A5?= =?UTF-8?q?=E4=BB=B7=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 6 + .../goodsInquiry/checkPrice.vue | 343 ++++++++++++++++++ .../purchaseManage/goodsInquiry/index.vue | 10 + .../procureOrderReport/index.vue | 19 +- 4 files changed, 371 insertions(+), 7 deletions(-) create mode 100644 src/views/foodManage/purchaseManage/goodsInquiry/checkPrice.vue diff --git a/src/router/index.js b/src/router/index.js index 7e337f2e..4475e338 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -160,6 +160,12 @@ export const constantRoutes = [ name: 'GoodsInquiryEdit', meta: { title: '采购询价新增/编辑', icon: '' } }, + { + path: 'goodsInquiryCheckPrice', + component: () => import('@/views/foodManage/purchaseManage/goodsInquiry/checkPrice'), + name: 'GoodsInquiryCheckPrice', + meta: { title: '采购询价报价', icon: '' } + }, ] }, {//供应链-生产计划新增详情 diff --git a/src/views/foodManage/purchaseManage/goodsInquiry/checkPrice.vue b/src/views/foodManage/purchaseManage/goodsInquiry/checkPrice.vue new file mode 100644 index 00000000..aa07486e --- /dev/null +++ b/src/views/foodManage/purchaseManage/goodsInquiry/checkPrice.vue @@ -0,0 +1,343 @@ + + + + diff --git a/src/views/foodManage/purchaseManage/goodsInquiry/index.vue b/src/views/foodManage/purchaseManage/goodsInquiry/index.vue index 9ad3e8dc..dd707d61 100644 --- a/src/views/foodManage/purchaseManage/goodsInquiry/index.vue +++ b/src/views/foodManage/purchaseManage/goodsInquiry/index.vue @@ -116,6 +116,12 @@ icon="el-icon-edit" v-if="scope.row.status==1" @click="handleUpdate(scope.row)" >编辑 + 查看报价 {{ scope.row.areaName }}-{{ scope.row.canteenName }}-{{ scope.row.stallName }} - + - - + + + + @@ -64,7 +68,7 @@