diff --git a/fuintAdmin/src/api/payConfig/ruleConfig.js b/fuintAdmin/src/api/payConfig/ruleConfig.js index fccb3057d..372a3e0d6 100644 --- a/fuintAdmin/src/api/payConfig/ruleConfig.js +++ b/fuintAdmin/src/api/payConfig/ruleConfig.js @@ -8,6 +8,13 @@ export function listRuleConfig(query) { params: query, }) } +export function listRuleConfigs(query) { + return request({ + url: '/api/ruleConfig/selectList', + method: 'get', + params: query, + }) +} // 查询支付配置规则列表 export function getRuleConfig(id) { diff --git a/fuintAdmin/src/api/sys/message.js b/fuintAdmin/src/api/sys/message.js index 1f74cd23f..28d1b023a 100644 --- a/fuintAdmin/src/api/sys/message.js +++ b/fuintAdmin/src/api/sys/message.js @@ -34,4 +34,42 @@ export function updateApi(data) { }) } +export function getNameListApi(name) { + return request({ + url: 'messageTemplate/getMessageTemplate?name=' + name, + method: 'get' + }) +} + +export function sendMessageSaveApi(data) { + return request({ + url: 'MessageRecord', + method: 'post', + data: data + }) +} + +export function messageRecordListApi(query) { + return request({ + url: 'MessageRecord', + method: 'get', + params: query + }) +} + +export function selectChildList(query) { + return request({ + url: 'MessageRecord/selectChildList', + method: 'get', + params: query + }) +} + +export function getOneApi(id) { + return request({ + url: 'messageTemplate/' + id, + method: 'get' + }) +} + diff --git a/fuintAdmin/src/api/sys/messageCost.js b/fuintAdmin/src/api/sys/messageCost.js index 61a9feb17..ec5b0494e 100644 --- a/fuintAdmin/src/api/sys/messageCost.js +++ b/fuintAdmin/src/api/sys/messageCost.js @@ -41,3 +41,11 @@ export function updateCostApi(data) { data: data }) } + +export function getCostReListApi(query) { + return request({ + url: 'MessageCost/getRechargeList', + method: 'get', + params: query + }) +} diff --git a/fuintAdmin/src/api/sys/messageRechargeRecord.js b/fuintAdmin/src/api/sys/messageRechargeRecord.js new file mode 100644 index 000000000..57fe1b11e --- /dev/null +++ b/fuintAdmin/src/api/sys/messageRechargeRecord.js @@ -0,0 +1,43 @@ +import request from '@/utils/request' + + +// 分页查询所有的订单信息 +export function getCostListApi(query) { + return request({ + url: 'MessageCost', + method: 'get', + params: query + }) +} + +// +export function getInfoApi(id) { + return request({ + url: 'MessageCost/' + id, + method: 'get' + }) +} +// +export function deleteCostApi(id) { + return request({ + url: 'MessageCost/' + id, + method: 'delete' + }) +} +// +export function saveMessageRechargeRecordApi(data) { + return request({ + url: 'MessageRechargeRecord', + method: 'post', + data: data + }) +} + +// 保存修改信息 +export function updateCostApi(data) { + return request({ + url: 'MessageCost', + method: 'put', + data: data + }) +} diff --git a/fuintAdmin/src/api/sys/receiptPrint.js b/fuintAdmin/src/api/sys/receiptPrint.js new file mode 100644 index 000000000..a34ee5589 --- /dev/null +++ b/fuintAdmin/src/api/sys/receiptPrint.js @@ -0,0 +1,18 @@ +import request from '@/utils/request' + + +// +export function addReceiptPrinting(data) { + return request({ + url: 'receiptPrinting/addReceiptPrinting', + method: 'post', + data: data + }) +} + +export function getApi() { + return request({ + url: 'receiptPrinting/queryReceiptPrintingList', + method: 'get' + }) +} diff --git a/fuintAdmin/src/assets/xiaopiao.jpg b/fuintAdmin/src/assets/xiaopiao.jpg new file mode 100644 index 000000000..65e2aacdf Binary files /dev/null and b/fuintAdmin/src/assets/xiaopiao.jpg differ diff --git a/fuintAdmin/src/views/power/message.vue b/fuintAdmin/src/views/power/message.vue index 96d161c05..d35d8c448 100644 --- a/fuintAdmin/src/views/power/message.vue +++ b/fuintAdmin/src/views/power/message.vue @@ -9,6 +9,7 @@
+ - - - + + + - + - -
- + +
+ - + - + - + @@ -85,7 +81,7 @@ - + + + + + - +
+
- + - - + + + + - - - + + + - 搜索 - 重置 + 搜索 + 重置 - -
+ +
@@ -182,12 +205,12 @@ @@ -208,25 +231,95 @@
+ + + + + + + + + + + + + + + + + + 关闭 + +
+
- + - - + + + + + + + + + + + - 搜索 - 重置 + 搜索 + 重置 -
+
@@ -294,12 +376,12 @@ @@ -312,7 +394,7 @@ 充值 @@ -320,23 +402,90 @@
-
+ + + + + + + + + + + + + + + + + + + + 关闭 + + + +
+ - + - + + + + + @@ -348,6 +497,12 @@ > + + + + + + + + +
+ + + + + + + + + + + + + + + +
+
+ @@ -368,9 +546,9 @@ - - - + 提交 取 消 @@ -378,7 +556,7 @@
- + @@ -401,12 +579,13 @@ + - + @@ -418,21 +597,50 @@ > - - + + - - + + - - + + + + + 确 定 + 取 消 + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + 确 定 + 取 消 -
-
@@ -440,12 +648,15 @@