diff --git a/config/index.js b/config/index.js index 2e63062..03ad30b 100644 --- a/config/index.js +++ b/config/index.js @@ -30,7 +30,7 @@ module.exports = { proxyTable: { '/api': { // target: 'https://wx.5ifapiao.com/bxsdk3thMgt', - target: 'http://10.1.5.252/ruleService', + target: 'http://121.36.69.92:10000/ruleService', // target: 'https://wx.5ifapiao.com/ruleService', changeOrigin: true, pathRewrite: { diff --git a/src/api/riliInvoice.js b/src/api/riliInvoice.js index ec1897b..d3cb6ef 100644 --- a/src/api/riliInvoice.js +++ b/src/api/riliInvoice.js @@ -183,4 +183,7 @@ export default { queryRuleBy2022(param, headers){ return fetch(url.queryRuleBy2022, param, headers) }, + ruleupdateSsjcApi(param, headers){ + return fetch(url.ruleupdateSsjcApi, param, headers) + }, } diff --git a/src/api/rules.js b/src/api/rules.js index 170ac80..588a718 100644 --- a/src/api/rules.js +++ b/src/api/rules.js @@ -151,4 +151,10 @@ export default { enableSysMessageRemindById(param, headers) { return fetch(url.enableSysMessageRemindById, param, headers) }, + query2031ByRuleCodeAoi(param, headers){ + return fetch(url.query2031ByRuleCodeAoi, param, headers) + }, + ruleupdateSsjcApi(param, headers){ + return fetch(url.ruleupdateSsjcApi, param, headers) + }, } diff --git a/src/api/url.js b/src/api/url.js index 4b81a1d..21d4609 100644 --- a/src/api/url.js +++ b/src/api/url.js @@ -168,7 +168,7 @@ export default { // 报销说明、附件校验规则是否开启 queryRuleBy2022: '/web/common/rule/queryRuleBy2022', - + query2031ByRuleCodeAoi:'/web/common/rule/queryByRuleCode', /*//标准版报销SDK-PC端测试接口 //1获取发票列表 select: '/bzsdk/rest/web/common/invoice/select', @@ -290,4 +290,5 @@ export default { // 删除附件 deleteInvoiceFiles: '/app/common/invoice/deleteInvoiceFiles', + ruleupdateSsjcApi: '/web/common/rule/updateSsjc', } diff --git a/src/components/ruleSetting/ruleRegular.vue b/src/components/ruleSetting/ruleRegular.vue index 083281e..c1063ed 100644 --- a/src/components/ruleSetting/ruleRegular.vue +++ b/src/components/ruleSetting/ruleRegular.vue @@ -283,6 +283,83 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + +
+ 取消 + 保存 + +
+
+