diff --git a/api/purchase_product_offer.js b/api/purchase_product_offer.js index cdbb500..83785e3 100644 --- a/api/purchase_product_offer.js +++ b/api/purchase_product_offer.js @@ -9,4 +9,7 @@ export const purchaseProductOfferUpdate = (data) => { } export const purchaseProductOfferOutboundFloatingLv = (data) => { return request.get('/purchase_product_offer/purchaseproductoffer/outbound_floating_lv', data); +} +export const supplierListApi = (data) => { + return request.get('/purchase_product_offer/purchaseproductoffer/supplier', data); } \ No newline at end of file diff --git a/pageQuota/purchase_product_offer/index.vue b/pageQuota/purchase_product_offer/index.vue index b60511f..64bb03f 100644 --- a/pageQuota/purchase_product_offer/index.vue +++ b/pageQuota/purchase_product_offer/index.vue @@ -36,8 +36,8 @@ 确认已采购 - {{item.buyer_confirm_name}}/{{item.update_time}} + 修改采购信息 @@ -47,37 +47,49 @@ + + + + + -