diff --git a/src/api/emis/emisTmsCostQuotePrice.js b/src/api/emis/emisTmsCostQuotePrice.js new file mode 100644 index 00000000..3a5d1a3c --- /dev/null +++ b/src/api/emis/emisTmsCostQuotePrice.js @@ -0,0 +1,44 @@ +import request from '@/utils/request' + +// 查询TMS网点间供应商成本报价列表 +export function listEmisTmsCostQuotePrice(query) { + return request({ + url: '/emis/emisTmsCostQuotePrice/list', + method: 'get', + params: query + }) +} + +// 查询TMS网点间供应商成本报价详细 +export function getEmisTmsCostQuotePrice(id) { + return request({ + url: '/emis/emisTmsCostQuotePrice/' + id, + method: 'get' + }) +} + +// 新增TMS网点间供应商成本报价 +export function addEmisTmsCostQuotePrice(data) { + return request({ + url: '/emis/emisTmsCostQuotePrice', + method: 'post', + data: data + }) +} + +// 修改TMS网点间供应商成本报价 +export function updateEmisTmsCostQuotePrice(data) { + return request({ + url: '/emis/emisTmsCostQuotePrice', + method: 'put', + data: data + }) +} + +// 删除TMS网点间供应商成本报价 +export function delEmisTmsCostQuotePrice(id) { + return request({ + url: '/emis/emisTmsCostQuotePrice/' + id, + method: 'delete' + }) +} diff --git a/src/views/emis/emisTmsCostQuotePrice/emisTmsCostQuotePriceForm.vue b/src/views/emis/emisTmsCostQuotePrice/emisTmsCostQuotePriceForm.vue new file mode 100644 index 00000000..f455c1df --- /dev/null +++ b/src/views/emis/emisTmsCostQuotePrice/emisTmsCostQuotePriceForm.vue @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + KM + + + + + + + + + + + + + + + 元/KG + + + + + + + + + + + + + + + + + + + + + + + + + + + 确 定 + 取 消 + + + + + + diff --git a/src/views/emis/emisTmsCostQuotePrice/index.vue b/src/views/emis/emisTmsCostQuotePrice/index.vue new file mode 100644 index 00000000..191a7ab8 --- /dev/null +++ b/src/views/emis/emisTmsCostQuotePrice/index.vue @@ -0,0 +1,375 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 新增短驳费 + + + 修改 + + + 删除 + + + 导出 + + + + + + + + + + + + 短驳费 + + + + + + + 按公斤 + + + + + + + + + + + + + + + + + + + +