From fa4e66cbd6b9db288a1249fb6625fe591ab7e17f Mon Sep 17 00:00:00 2001 From: yyc <1477138655@qq.com> Date: Sun, 25 Jun 2023 17:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/otc/OtcStoreBondConfig.js | 53 +++ src/api/otc/otcStoreBond.js | 53 +++ src/views/otc/OtcStoreBondConfig/index.vue | 369 +++++++++++++++++++++ src/views/otc/otcAppealOrder/index.vue | 3 +- src/views/otc/otcStoreBond/index.vue | 340 +++++++++++++++++++ src/views/otc/otcStorePledge/index.vue | 20 +- 6 files changed, 833 insertions(+), 5 deletions(-) create mode 100644 src/api/otc/OtcStoreBondConfig.js create mode 100644 src/api/otc/otcStoreBond.js create mode 100644 src/views/otc/OtcStoreBondConfig/index.vue create mode 100644 src/views/otc/otcStoreBond/index.vue diff --git a/src/api/otc/OtcStoreBondConfig.js b/src/api/otc/OtcStoreBondConfig.js new file mode 100644 index 0000000..90a5a05 --- /dev/null +++ b/src/api/otc/OtcStoreBondConfig.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询承兑商质押金费率配置列表 +export function listOtcStoreBondConfig(query) { + return request({ + url: '/otc/OtcStoreBondConfig/list', + method: 'get', + params: query + }) +} + +// 查询承兑商质押金费率配置详细 +export function getOtcStoreBondConfig(id) { + return request({ + url: '/otc/OtcStoreBondConfig/' + id, + method: 'get' + }) +} + +// 新增承兑商质押金费率配置 +export function addOtcStoreBondConfig(data) { + return request({ + url: '/otc/OtcStoreBondConfig', + method: 'post', + data: data + }) +} + +// 修改承兑商质押金费率配置 +export function updateOtcStoreBondConfig(data) { + return request({ + url: '/otc/OtcStoreBondConfig', + method: 'put', + data: data + }) +} + +// 删除承兑商质押金费率配置 +export function delOtcStoreBondConfig(id) { + return request({ + url: '/otc/OtcStoreBondConfig/' + id, + method: 'delete' + }) +} + +// 导出承兑商质押金费率配置 +export function exportOtcStoreBondConfig(query) { + return request({ + url: '/otc/OtcStoreBondConfig/export', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/src/api/otc/otcStoreBond.js b/src/api/otc/otcStoreBond.js new file mode 100644 index 0000000..47c5eda --- /dev/null +++ b/src/api/otc/otcStoreBond.js @@ -0,0 +1,53 @@ +import request from '@/utils/request' + +// 查询承兑商保证金记录列表 +export function listOtcStoreBond(query) { + return request({ + url: '/otc/otcStoreBond/list', + method: 'get', + params: query + }) +} + +// 查询承兑商保证金记录详细 +export function getOtcStoreBond(id) { + return request({ + url: '/otc/otcStoreBond/' + id, + method: 'get' + }) +} + +// 新增承兑商保证金记录 +export function addOtcStoreBond(data) { + return request({ + url: '/otc/otcStoreBond', + method: 'post', + data: data + }) +} + +// 修改承兑商保证金记录 +export function updateOtcStoreBond(data) { + return request({ + url: '/otc/otcStoreBond', + method: 'put', + data: data + }) +} + +// 删除承兑商保证金记录 +export function delOtcStoreBond(id) { + return request({ + url: '/otc/otcStoreBond/' + id, + method: 'delete' + }) +} + +// 导出承兑商保证金记录 +export function exportOtcStoreBond(query) { + return request({ + url: '/otc/otcStoreBond/export', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/src/views/otc/OtcStoreBondConfig/index.vue b/src/views/otc/OtcStoreBondConfig/index.vue new file mode 100644 index 0000000..acc94db --- /dev/null +++ b/src/views/otc/OtcStoreBondConfig/index.vue @@ -0,0 +1,369 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 导出 + + + + + + + + + + + + + + + + 修改 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/otc/otcAppealOrder/index.vue b/src/views/otc/otcAppealOrder/index.vue index 738f9e7..e1818a5 100644 --- a/src/views/otc/otcAppealOrder/index.vue +++ b/src/views/otc/otcAppealOrder/index.vue @@ -163,7 +163,8 @@ - + diff --git a/src/views/otc/otcStoreBond/index.vue b/src/views/otc/otcStoreBond/index.vue new file mode 100644 index 0000000..3b41a86 --- /dev/null +++ b/src/views/otc/otcStoreBond/index.vue @@ -0,0 +1,340 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + 新增 + + + 修改 + + + 删除 + + + 导出 + + + + + + + + + + + + + + + + 修改 + 删除 + + + + + + + + + + + + + + + + + + + + + + + + 请选择字典生成 + + + + + 请选择字典生成 + + + + + + + + + + + + + diff --git a/src/views/otc/otcStorePledge/index.vue b/src/views/otc/otcStorePledge/index.vue index 2939b0d..4131f7d 100644 --- a/src/views/otc/otcStorePledge/index.vue +++ b/src/views/otc/otcStorePledge/index.vue @@ -1,10 +1,19 @@ - + + + + - + + @@ -197,6 +207,8 @@ export default { frozenBalance: null, availableBalance: null, status: null, + storeAccount:null, + storeName:null, }, // 表单参数 form: {},