3 changed files with 56 additions and 1 deletions
-
1src/api/quotation/quoteOfRouting.js
-
30src/views/modules/quotation/sellForQuotation/quotationDetail/quoteRouting.vue
-
26src/views/modules/quotation/sellForQuotation/quoteDetail.vue
@ -1,3 +1,4 @@ |
|||
import {createAPI} from "../../utils/httpRequest"; |
|||
|
|||
export const getRoutingTreeStructure = (data)=>createAPI(`/quote/routing/tree/list`,'get',data); |
|||
export const searchQuoteRoutingHeader = (data)=>createAPI(`/quote/routing/header`,'get',data); |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue