Commit 1ced4651 authored by 华国豪's avatar 华国豪 🙄

‘修改部分bug.@’

parent 17ec336f
...@@ -1275,7 +1275,7 @@ export default { ...@@ -1275,7 +1275,7 @@ export default {
this.GetLocalFile( this.GetLocalFile(
"financestatistics_post_OutToExcelRevenueReportList", "financestatistics_post_OutToExcelRevenueReportList",
msg, msg,
"营收报表.xls" "联运收入.xls"
); );
}, },
exportExcelCurrentPage() { exportExcelCurrentPage() {
......
...@@ -2436,8 +2436,9 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue"; ...@@ -2436,8 +2436,9 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
TransferDocuments: function () { TransferDocuments: function () {
this.apipost('sellorder_get_SetOrderOPRemarks', this.OPRemarkMsg, res=>{ this.apipost('sellorder_get_SetOrderOPRemarks', this.OPRemarkMsg, res=>{
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.$message.success(res.data.message); this.$message.success(res.data.message)
this.getList(); this.getList()
this.initOPRemarkMsg()
this.zhuanLoading = false this.zhuanLoading = false
} else { } else {
this.$message.error(res.data.message); this.$message.error(res.data.message);
...@@ -2446,7 +2447,7 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue"; ...@@ -2446,7 +2447,7 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
}, },
downLoadFile(obj) { downLoadFile(obj) {
let reg = /^http(s)?:\/\/(.*?)\// let reg = /^http(s)?:\/\/(.*?)\//
this.downloadFileRename(obj[0].FullUrl.replace(reg, ''), obj[0].Name); this.downloadFileRename(obj[0].FullUrl.replace(reg, ''), obj[0].Name)
}, },
goUrlTravelControl(name, path, id, tcmun) { goUrlTravelControl(name, path, id, tcmun) {
......
...@@ -2250,7 +2250,7 @@ export default { ...@@ -2250,7 +2250,7 @@ export default {
name: 'CombinedRevenueReport', name: 'CombinedRevenueReport',
component: resolve => require(['@/components/FinancialModule/ReportForm/CombinedRevenueReport'], resolve), component: resolve => require(['@/components/FinancialModule/ReportForm/CombinedRevenueReport'], resolve),
meta: { meta: {
title: '团队营收变更报表' title: '联运收入'
}, },
}, { // 销售 制作广告 }, { // 销售 制作广告
path: '/advert', path: '/advert',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment