diff --git a/src/api/pitchPrice.js b/src/api/pitchPrice.js new file mode 100644 index 0000000..9c4a073 --- /dev/null +++ b/src/api/pitchPrice.js @@ -0,0 +1,40 @@ +import request from '@/utils/request' + +// 获取供应商比稿价分页列表 +export function busSupplierComparePricePage(query) { + return request({ + url: '/admin/busSupplierComparePrice/getBusSupplierComparePricePage', + method: 'post', + data: query + }) +} +// 添加供应商比稿价 +export function addBusSupplierComparePrice(query) { + return request({ + url: '/admin/busSupplierComparePrice/addBusSupplierComparePrice', + method: 'post', + data: query + }) +} +// 修改供应商比稿价 +export function updateBusSupplierComparePrice(query) { + return request({ + url: '/admin/busSupplierComparePrice/updateBusSupplierComparePrice', + method: 'post', + data: query + }) +} +// 删除供应商比稿价 +export function deleteBusSupplierComparePrice(priceId) { + return request({ + url: '/admin/busSupplierComparePrice/deleteBusSupplierComparePrice/' + priceId, + method: 'post' + }) +} +// 获取供应商比稿价详情 +export function getBusSupplierComparePrice(priceId) { + return request({ + url: '/admin/busSupplierComparePrice/getBusSupplierComparePrice/' + priceId, + method: 'post' + }) +} \ No newline at end of file diff --git a/src/api/supplierLogs.js b/src/api/supplierLogs.js new file mode 100644 index 0000000..33b168f --- /dev/null +++ b/src/api/supplierLogs.js @@ -0,0 +1,26 @@ +import request from '@/utils/request' + +// 获取供应商分页列表 +export function busSupplierLogPage(query) { + return request({ + url: '/admin/busSupplierLog/getBusSupplierLogPage', + method: 'post', + data: query + }) +} +// 供应商日志,不分页 +export function listBusSupplierLog(query) { + return request({ + url: '/admin/busSupplierLog/listBusSupplierLog', + method: 'post', + data: query + }) +} + +// 获取供应商详情 +export function getBusSupplierLog(logsId) { + return request({ + url: '/admin/busSupplierLog/getBusSupplierLog/' + logsId, + method: 'post' + }) +} \ No newline at end of file diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index cb5c2e2..48cdef0 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -1082,10 +1082,14 @@ h6 { } // 弹窗tab页 +.myInsertForm .el-tabs__nav-wrap:after{ + height: 1px; +} .my_dialog .el-tabs__nav-wrap:after { height: 0px; } +.myInsertForm .el-tabs__item, .my_dialog .el-tabs__item { align-items: center; box-sizing: border-box; @@ -1097,6 +1101,7 @@ h6 { padding: 0 20px; } +.myInsertForm .el-tabs__item.is-active, .my_dialog .el-tabs__item.is-active, .el-tabs__item:hover { font-family: Microsoft YaHei; @@ -1104,7 +1109,7 @@ h6 { font-size: 22px; color: #1E1E1E; } - +.myInsertForm .el-tabs__active-bar, .my_dialog .el-tabs__active-bar { height: 3px; background: #1a75e6; @@ -1229,6 +1234,11 @@ h6 { color: #B8B8B8; } +.myInsertForm .my-collapse .el-collapse-item__content { + padding-top: 20px; + padding-bottom: 0px; +} + .myDetailForm .el-form-item--default { margin-bottom: 0px; } @@ -1266,7 +1276,7 @@ h6 { min-height: 120px; line-height: 120px; } - + .my_detailform_label .el-form-item__label { line-height: 20px; padding-top: 10px; diff --git a/src/views/mediaLibrary/mediaForm.vue b/src/views/mediaLibrary/mediaForm.vue index eaab5b7..c44fe2b 100644 --- a/src/views/mediaLibrary/mediaForm.vue +++ b/src/views/mediaLibrary/mediaForm.vue @@ -9,493 +9,190 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + - - + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
添加报价信息 @@ -508,31 +205,35 @@ - - - - - + + + + + - - - + + + - - + - - + + + + + + +