Commit 06be7898 authored by 罗超's avatar 罗超

no message

parent 01c1dead
......@@ -120,7 +120,7 @@
label="实收"
show-overflow-tooltip>
<template slot-scope="scope">
{{scope.row.IncomeMoney}}<i v-if="scope.row.OrderStatus!=1" @click="makeAdocument(scope.row,1)" class="iconfont iconjia- numIcon"></i>
{{scope.row.IncomeMoney}}<i @click="makeAdocument(scope.row,1)" class="iconfont iconjia- numIcon"></i>
</template>
</el-table-column>
<el-table-column
......@@ -276,7 +276,11 @@ export default {
methods: {
// 制作单据
makeAdocument(row,type){
if(type!=1){
type = 2
}
const href = this.domainManager().travelUrl+'?token=' + this.getLocalStorage().token +'&type=' +type
window.open(href);
},
// 操作日志
operationLog(row){
......
......@@ -48,6 +48,8 @@ export default {
ViittoFileUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('testb2b.oytour.com') !== -1 ? "http://staticfile.oytour.com" : 'http://192.168.10.214:8130',
UploadUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('testb2b.oytour.com') !== -1 ? "http://uploadfile.oytour.com" : "http://192.168.10.214:8120",
LocalFileStreamDownLoadUrl: domainUrl + "/api/file/GetFileFromWebApi",
// 旅游erp系统自动登录路由
travelUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('testb2b.oytour.com') !== -1 ? "http://yx.oytour.com/#/automaticLogin" : "http://www.test.com:8081/#/automaticLogin",
};
return obj;
},
......
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