Commit 96f520e8 authored by 王悦's avatar 王悦
parents c165fdfe f72c0ae2
......@@ -2436,8 +2436,9 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
TransferDocuments: function () {
this.apipost('sellorder_get_SetOrderOPRemarks', this.OPRemarkMsg, res=>{
if (res.data.resultCode == 1) {
this.$message.success(res.data.message);
this.getList();
this.$message.success(res.data.message)
this.getList()
this.initOPRemarkMsg()
this.zhuanLoading = false
} else {
this.$message.error(res.data.message);
......@@ -2446,7 +2447,7 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
},
downLoadFile(obj) {
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) {
......
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