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 @@