diff --git a/src/api/foodManage/purchaseManage.js b/src/api/foodManage/purchaseManage.js index 20bc3a7e..ce8372c5 100644 --- a/src/api/foodManage/purchaseManage.js +++ b/src/api/foodManage/purchaseManage.js @@ -162,6 +162,28 @@ export function editGoodsInquiryApi(data) { data: data }) } +// 修改采购报价 +export function editGoodsQuotationApi(data) { + return request({ + url: '/smart-canteen/ims_quote/edit', + method: 'post', + headers: { + //"merchant-id":"378915229716713472", + }, + data: data + }) +} +export function getGoodsInquiryDetailInfoApi(data) { + return request({ + url: '/smart-canteen/ims_quote/detail', + method: 'post', + headers: { + //"merchant-id":"378915229716713472", + }, + data: data + }) +} + // 删除采购询价 export function delGoodsInquiryApi(data) { return request({ diff --git a/src/views/foodManage/purchaseManage/goodsInquiry/detail.vue b/src/views/foodManage/purchaseManage/goodsInquiry/detail.vue index c701440a..e2213163 100644 --- a/src/views/foodManage/purchaseManage/goodsInquiry/detail.vue +++ b/src/views/foodManage/purchaseManage/goodsInquiry/detail.vue @@ -1,22 +1,22 @@ - - @@ -267,10 +269,10 @@ export default { align-items: center; cursor: pointer; } - .dish-name:hover{ + .dish-name:hover{ background-color:rgba(0, 0, 0, 0.1); color: #4b80fd; - } + } .dialog-center{ width: 10%; @@ -322,4 +324,4 @@ export default { border: 1px solid #fff; cursor: pointer; } - \ No newline at end of file + diff --git a/src/views/foodManage/supplierFunction/supplierQuotation/edit.vue b/src/views/foodManage/supplierFunction/supplierQuotation/edit.vue index 8fd71eeb..3680f2e2 100644 --- a/src/views/foodManage/supplierFunction/supplierQuotation/edit.vue +++ b/src/views/foodManage/supplierFunction/supplierQuotation/edit.vue @@ -1,27 +1,27 @@ - - - - + + + + - + - + + /> - + - + @@ -482,10 +514,10 @@ export default { align-items: center; cursor: pointer; } - .dish-name:hover{ + .dish-name:hover{ background-color:rgba(0, 0, 0, 0.1); color: #4b80fd; - } + } .dialog-center{ width: 10%; @@ -537,4 +569,4 @@ export default { border: 1px solid #fff; cursor: pointer; } - \ No newline at end of file + diff --git a/src/views/foodManage/supplierFunction/supplierQuotation/index.vue b/src/views/foodManage/supplierFunction/supplierQuotation/index.vue index ac776fb5..149b8434 100644 --- a/src/views/foodManage/supplierFunction/supplierQuotation/index.vue +++ b/src/views/foodManage/supplierFunction/supplierQuotation/index.vue @@ -1,29 +1,29 @@ - - + + - - - - + 已结束 + 已取消 + + + + + + -