Commit 5148b22b authored by 黄媛媛's avatar 黄媛媛

111

parent a8a46577
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
</script> </script>
<style> <style>
@import "//at.alicdn.com/t/font_1544586_7oud8n0q1m.css"; @import "//at.alicdn.com/t/font_1544586_83779r3l1dg.css";
@import "./assets/css/common.css"; @import "./assets/css/common.css";
body,html{ body,html{
padding: 0px; padding: 0px;
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
display: none; display: none;
} }
.myTable tr{ .myTable tr{
height:60px; height:50px;
background:#fff; background:#fff;
border-bottom: 4px solid #F8FAFB; border-bottom: 4px solid #F8FAFB;
cursor: pointer; cursor: pointer;
...@@ -145,6 +145,9 @@ ...@@ -145,6 +145,9 @@
.c11{ .c11{
color:#111111; color:#111111;
} }
.c99{
color:#999999;
}
.cd6{ .cd6{
color:#00D2D6; color:#00D2D6;
} }
...@@ -152,7 +155,7 @@ ...@@ -152,7 +155,7 @@
font-family: "PingFangSC" font-family: "PingFangSC"
} }
.clearfix:after {content: "\0020";display: block;height: 0;clear: both;}
.basefix:after { .basefix:after {
clear: both; clear: both;
...@@ -191,7 +194,7 @@ ...@@ -191,7 +194,7 @@
margin-left: 20px; margin-left: 20px;
color:#B8C4C4; color:#B8C4C4;
} }
.huangSpan{ .ColorSpan{
display: inline-block; display: inline-block;
width: 24px; width: 24px;
height: 24px; height: 24px;
...@@ -200,42 +203,28 @@ ...@@ -200,42 +203,28 @@
border-radius: 50%; border-radius: 50%;
font-size: 12px; font-size: 12px;
font-family: "宋体"; font-family: "宋体";
}
.huangSpan{
background: #FFE4D5; background: #FFE4D5;
color: #FFA87C; color: #FFA87C;
} }
.greenSpan{ .greenSpan{
display: inline-block;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 50%;
font-size: 12px;
font-family: "宋体";
background: #BEEFF0; background: #BEEFF0;
color: #28CACC; color: #28CACC;
} }
.PickSpan{ .greenSpan{
display: inline-block; background: #BEEFF0;
width: 24px; color: #28CACC;
height: 24px; }
line-height: 24px; .purpleSpan{
text-align: center; background: #D7D6FF;
border-radius: 50%; color: #7B78FF;
font-size: 12px;
font-family: "宋体";
background: #FFE1EE;
color: #FF9CC6;
} }
.buleSpan{ .buleSpan{
display: inline-block;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 50%;
font-size: 12px;
font-family: "宋体";
background: #D4EAFF; background: #D4EAFF;
color: #73B8FF; color: #73B8FF;
} }
.redSpan{
background: #FFD6D5;
color: #FF7874;
}
...@@ -191,8 +191,8 @@ ...@@ -191,8 +191,8 @@
.MyEditForm .btnformItem span{ .MyEditForm .btnformItem span{
display: inline-block; display: inline-block;
width:120px; width:120px;
height:44px; height:40px;
line-height:44px; line-height:40px;
border-radius:22px; border-radius:22px;
cursor: pointer; cursor: pointer;
......
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
font-size: 12px; font-size: 12px;
font-family: '宋体'; font-family: '宋体';
} }
.vxe-table .vxe-body--column:not(.col--ellipsis),
.vxe-table .vxe-footer--column:not(.col--ellipsis),
.vxe-table .vxe-header--column:not(.col--ellipsis){
padding:7px 0;
}
.vxe-table:after, .vxe-table:before{ .vxe-table:after, .vxe-table:before{
background-color:transparent; background-color:transparent;
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
:visible.sync="dialogState" :visible.sync="dialogState"
:before-close="closeChangeMachie" :before-close="closeChangeMachie"
top="3%" top="3%"
width="850px"> width="975px">
<el-form class="MyEditForm" :model="addMsg" :rules="rules" ref="addMsg" label-width="0"> <el-form class="MyEditForm" :model="addMsg" :rules="rules" ref="addMsg" label-width="0">
<el-form-item prop="Name"> <el-form-item prop="Name">
<span class="label">档案名称</span> <span class="label">档案名称</span>
...@@ -426,6 +426,9 @@ export default { ...@@ -426,6 +426,9 @@ export default {
</script> </script>
<style scoped> <style scoped>
.Archivesmaterials .MyEditForm .el-form-item:nth-child(4n){
margin-right:0;
}
.Archivesmaterials .hoverSpan1{ .Archivesmaterials .hoverSpan1{
left: -20px; left: -20px;
} }
......
...@@ -79,8 +79,8 @@ ...@@ -79,8 +79,8 @@
<tr :class="index==0?'trNobottom':''" v-for="(delist,index) in item.DetailList" :key="delist.Id"> <tr :class="index==0?'trNobottom':''" v-for="(delist,index) in item.DetailList" :key="delist.Id">
<td :rowspan="item.DetailList.length" v-if="index==0"> <td :rowspan="item.DetailList.length" v-if="index==0">
<!-- <span class="commonStyle hoverSpan1"></span> --> <!-- <span class="commonStyle hoverSpan1"></span> -->
<span class="PickSpan" v-if="item.StockOutState==2"></span> <span class="ColorSpan redSpan" v-if="item.StockOutState==2"></span>
<span class="buleSpan" v-if="item.StockOutState==1"></span> <span class="ColorSpan greenSpan" v-if="item.StockOutState==1"></span>
{{item.StockOutStateStr}} {{item.StockOutStateStr}}
</td> </td>
<td :rowspan="item.DetailList.length" v-if="index==0">{{item.StockOutNum}}</td> <td :rowspan="item.DetailList.length" v-if="index==0">{{item.StockOutNum}}</td>
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
title="出库管理" title="出库管理"
:visible.sync="dialogState" :visible.sync="dialogState"
top="2%" top="2%"
width="815px"> width="1004px">
<el-form class="MyEditForm" :model="addMsg" :rules="rules" ref="addMsg" label-width="0px"> <el-form class="MyEditForm" :model="addMsg" :rules="rules" ref="addMsg" label-width="0px">
<div class="basefix"> <div class="basefix">
<el-form-item label="" prop="WarehouseId"> <el-form-item label="" prop="WarehouseId">
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
</span> </span>
<span @click="ycwuitemList" style="margin-left:20px"> <span @click="ycwuitemList" style="margin-left:20px">
<span class="f20">-</span> <span class="f20">-</span>
物料 物料
</span> </span>
</div> </div>
<div class="myScroll" style="overflow:scroll;max-height:300px;margin-top:20px"> <div class="myScroll" style="overflow:scroll;max-height:300px;margin-top:20px">
...@@ -425,7 +425,7 @@ export default { ...@@ -425,7 +425,7 @@ export default {
if(this.ItemCheckList.length==0){ if(this.ItemCheckList.length==0){
return; return;
} }
this.$confirm("确认移物料?","提示", { this.$confirm("确认移物料?","提示", {
confirmButtonText:"确定", confirmButtonText:"确定",
cancelButtonText: "取消", cancelButtonText: "取消",
type: 'warning' type: 'warning'
...@@ -670,7 +670,7 @@ export default { ...@@ -670,7 +670,7 @@ export default {
<style> <style>
.chooseDiv>span{ .chooseDiv>span{
color:#00D2D6; color:#00D2D6;
padding:10px 20px; padding:6px 12px;
border:1px solid #00D2D6; border:1px solid #00D2D6;
border-radius:20px; border-radius:20px;
cursor: pointer; cursor: pointer;
...@@ -701,7 +701,7 @@ export default { ...@@ -701,7 +701,7 @@ export default {
width:100%; width:100%;
height:100%; height:100%;
} }
.chukudan .MyEditForm .el-form-item:nth-child(3n){ .chukudan .MyEditForm .el-form-item:nth-child(4n){
margin-right:0; margin-right:0;
} }
.chukudan::-webkit-scrollbar{ .chukudan::-webkit-scrollbar{
......
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
<tr :class="index==0?'trNobottom':''" v-for="(delist,index) in item.DetailList" :key="delist.Id"> <tr :class="index==0?'trNobottom':''" v-for="(delist,index) in item.DetailList" :key="delist.Id">
<td class="ImgTd" :rowspan="item.DetailList.length" v-if="index==0"> <td class="ImgTd" :rowspan="item.DetailList.length" v-if="index==0">
<!-- <span class="commonStyle hoverSpan1"></span> --> <!-- <span class="commonStyle hoverSpan1"></span> -->
<span class="huangSpan" v-if="item.StockInState==2"></span> <span class="ColorSpan huangSpan" v-if="item.StockInState==2"></span>
<span class="greenSpan" v-if="item.StockInState==1"></span> <span class="ColorSpan greenSpan" v-if="item.StockInState==1"></span>
{{item.StockInStateStr}} {{item.StockInStateStr}}
</td> </td>
<td :rowspan="item.DetailList.length" v-if="index==0">{{item.StockInNum}}</td> <td :rowspan="item.DetailList.length" v-if="index==0">{{item.StockInNum}}</td>
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
</span> </span>
<span @click="ycwuitemList" style="margin-left:20px"> <span @click="ycwuitemList" style="margin-left:20px">
<span class="f20">-</span> <span class="f20">-</span>
物料 物料
</span> </span>
</div> </div>
<div class="myScroll" style="overflow:scroll;max-height:300px;margin-top:20px"> <div class="myScroll" style="overflow:scroll;max-height:300px;margin-top:20px">
...@@ -400,7 +400,7 @@ export default { ...@@ -400,7 +400,7 @@ export default {
if(this.ItemCheckList.length==0){ if(this.ItemCheckList.length==0){
return; return;
} }
this.$confirm("确认移物料?","提示", { this.$confirm("确认移物料?","提示", {
confirmButtonText:"确定", confirmButtonText:"确定",
cancelButtonText: "取消", cancelButtonText: "取消",
type: 'warning' type: 'warning'
...@@ -652,7 +652,7 @@ export default { ...@@ -652,7 +652,7 @@ export default {
<style> <style>
.chooseDiv>span{ .chooseDiv>span{
color:#00D2D6; color:#00D2D6;
padding:10px 20px; padding:6px 12px;
border:1px solid #00D2D6; border:1px solid #00D2D6;
border-radius:20px; border-radius:20px;
cursor: pointer; cursor: pointer;
......
This diff is collapsed.
This diff is collapsed.
...@@ -152,8 +152,23 @@ export default { ...@@ -152,8 +152,23 @@ export default {
ChangeAble(item,num){ ChangeAble(item,num){
this.addMsg.Type=item.Type; this.addMsg.Type=item.Type;
this.addMsg.Enabled=num; this.addMsg.Enabled=num;
let title='';
if(num==1){
title="启用";
}else{
title="禁用";
}
this.addMsg.AuditType=this.showTable; this.addMsg.AuditType=this.showTable;
this.$confirm(`确认${title}该流程?`,"提示", {
confirmButtonText:"确定",
cancelButtonText: "取消",
type: 'warning'
}).then(() => {
this.Save(); this.Save();
}).catch(() => {
});
}, },
currentChange(val) { currentChange(val) {
this.msg.pageIndex = val; this.msg.pageIndex = val;
......
This diff is collapsed.
...@@ -82,10 +82,11 @@ ...@@ -82,10 +82,11 @@
<tr v-for="(item,index) in tableData" :key="index"> <tr v-for="(item,index) in tableData" :key="index">
<td> <td>
<span class="commonStyle hoverSpan1"></span> <span class="commonStyle hoverSpan1"></span>
<span v-if="item.PropertyStatus==1" :class="`zczt${item.PropertyStatus}`" class="Commonzczt">空</span> <span class="ColorSpan huangSpan" v-if="item.PropertyStatus==1"></span>
<!-- <span v-if="item.PropertyStatus==2" :class="`zczt${item.PropertyStatus}`" class="Commonzczt">领</span> <span class="ColorSpan greenSpan" v-if="item.PropertyStatus==2"></span>
<span v-if="item.PropertyStatus==3" :class="`zczt${item.PropertyStatus}`" class="Commonzczt">借</span> <span class="ColorSpan redSpan" v-if="item.PropertyStatus==3"></span>
<span v-if="item.PropertyStatus==4" :class="`zczt${item.PropertyStatus}`" class="Commonzczt">调</span> --> <span class="ColorSpan buleSpan" v-if="item.PropertyStatus==4"></span>
<span class="ColorSpan purpleSpan" v-if="item.PropertyStatus==5 || item.PropertyStatus==7 || item.PropertyStatus==9 || item.PropertyStatus==6 || item.PropertyStatus==8"></span>
{{item.PropertyStatusName}} {{item.PropertyStatusName}}
</td> </td>
<td>{{item.PropertyNum}}</td> <td>{{item.PropertyNum}}</td>
...@@ -134,7 +135,7 @@ ...@@ -134,7 +135,7 @@
:title="dialogtitle" :title="dialogtitle"
:visible.sync="dialogState" :visible.sync="dialogState"
top="2%" top="2%"
width="770px"> width="975px">
<el-form class="MyEditForm" :model="addMsg" :rules="rules" ref="addMsg" label-width="0px"> <el-form class="MyEditForm" :model="addMsg" :rules="rules" ref="addMsg" label-width="0px">
<div class="basefix"> <div class="basefix">
<el-form-item label="" prop="Name"> <el-form-item label="" prop="Name">
...@@ -636,6 +637,7 @@ export default { ...@@ -636,6 +637,7 @@ export default {
res => { res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.PropertyStatusList=res.data.data; this.PropertyStatusList=res.data.data;
console.log("状态",this.PropertyStatusList)
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
...@@ -671,7 +673,6 @@ export default { ...@@ -671,7 +673,6 @@ export default {
getEmployee(num){ getEmployee(num){
this.apiJavaPost("/api/User/GetEmployeeList",{EmName:this.EmName}, this.apiJavaPost("/api/User/GetEmployeeList",{EmName:this.EmName},
res => { res => {
this.loading=false;
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
if(num==1){ if(num==1){
this.EmployeeList1=res.data.data; this.EmployeeList1=res.data.data;
...@@ -729,7 +730,10 @@ export default { ...@@ -729,7 +730,10 @@ export default {
} }
</script> </script>
<style scoped> <style>
.assetsList .MyEditForm .el-form-item:nth-child(4n){
margin-right:0;
}
.assetsList .zczt1{ .assetsList .zczt1{
background: #FFE4D5; background: #FFE4D5;
color:#FFA87C; color:#FFA87C;
......
...@@ -104,7 +104,7 @@ export default { ...@@ -104,7 +104,7 @@ export default {
color:#333333; color:#333333;
padding:0; padding:0;
} }
.login .loginContent .el-input.is-active .el-input__inner, .el-input__inner:focus{ .login .loginContent .el-input.is-active .el-input__inner,.login .loginContent .el-input__inner:focus{
border-bottom: 2px solid #00D2D6!important; border-bottom: 2px solid #00D2D6!important;
} }
.loginDiv{ .loginDiv{
......
...@@ -6,18 +6,15 @@ ...@@ -6,18 +6,15 @@
<div style="margin-top:60px"> <div style="margin-top:60px">
<el-menu <el-menu
:unique-opened="true" :unique-opened="true"
@select="selectActive"
:default-active="defaulActive" :default-active="defaulActive"
class="el-menu-vertical-demo"> class="el-menu-vertical-demo">
<el-menu-item index="0" route="/home"> <el-menu-item index="0" route="/home">
<div class="menuDiv"> <div class="menuDiv">
<img v-if="defaulActive!=0" class="icon" src="../../assets/img/home.png" alt=""> <i class="iconfont icon-shouye"></i>
<img v-if="defaulActive==0" class="icon" src="../../assets/img/home1.png" alt="">
<span slot="title">首页</span> <span slot="title">首页</span>
</div> </div>
</el-menu-item> </el-menu-item>
<el-submenu index="1"> <!-- <el-submenu index="1">
<template slot="title"> <template slot="title">
<div class="menuDiv"> <div class="menuDiv">
<img v-if="defaulActive!=1" class="icon" src="../../assets/img/zc1.png" alt=""> <img v-if="defaulActive!=1" class="icon" src="../../assets/img/zc1.png" alt="">
...@@ -74,9 +71,23 @@ ...@@ -74,9 +71,23 @@
</div> </div>
</template> </template>
<el-menu-item-group class="itemgroup"> <el-menu-item-group class="itemgroup">
<el-menu-item index="4-1"><span>审批</span></el-menu-item> <el-menu-item index="4-1"><span>流程设置</span></el-menu-item>
<el-menu-item index="4-2"><span>审批管理</span></el-menu-item>
</el-menu-item-group>
</el-submenu> -->
<el-submenu :index="String(index+1)" v-for="(item,index) in menuList" :key="index">
<template slot="title">
<div class="menuDiv">
<i :class="[fontPub,idonfontList[index]]" ></i>
<span slot="title">{{item.MenuName}}</span>
</div>
</template>
<el-menu-item-group class="itemgroup">
<el-menu-item @click="goUrl(child)" v-for="(child,childIndex) in item.ChildMenu" :key="childIndex" :index="String(index+1)+'-'+String(childIndex+1)"><span>{{child.MenuName}}</span></el-menu-item>
</el-menu-item-group> </el-menu-item-group>
</el-submenu> </el-submenu>
</el-menu> </el-menu>
</div> </div>
...@@ -88,6 +99,8 @@ export default { ...@@ -88,6 +99,8 @@ export default {
name: '', name: '',
data(){ data(){
return{ return{
fontPub: "iconfont",
idonfontList:['icon-zichanguanli','icon-shu','icon-xitong','icon-shenpi'],
defaulActive:'0', defaulActive:'0',
route:{ route:{
'0':'/home', '0':'/home',
...@@ -104,7 +117,9 @@ export default { ...@@ -104,7 +117,9 @@ export default {
'3-1':'/AssetsClassification', '3-1':'/AssetsClassification',
'3-2':'/MaterialClassification', '3-2':'/MaterialClassification',
'3-3':'/Supplierman', '3-3':'/Supplierman',
'4-1':'/approval', '4-1':'/approvalset',
'4-2':'/approvalMan',
}, },
} }
...@@ -115,26 +130,24 @@ export default { ...@@ -115,26 +130,24 @@ export default {
this.defaulActive=key; this.defaulActive=key;
} }
}); });
this.getMenu();
}, },
methods:{ methods:{
selectActive(val){ goUrl(child){
this.defaulActive=val; this.$router.push({path: child.MenuUrl})
console.log("defaulActive",this.defaulActive)
console.log("route",this.route[val])
this.$router.push({path: this.route[val]})
}, },
handleOpen(key, keyPath) { getMenu(){
console.log(key, keyPath); let menu= this.getLocalStorage().UserMenu
this.menuList =menu[0].ChildMenu;
}, },
handleClose(key, keyPath) {
console.log(key, keyPath);
}
}, },
} }
</script> </script>
<style> <style>
.HeadNav .is-active .el-submenu__title i{
color:#fff!important;
}
.HeadNav .el-menu>.is-active .menuDiv{ .HeadNav .el-menu>.is-active .menuDiv{
width:146px; width:146px;
height:34px; height:34px;
...@@ -151,12 +164,12 @@ export default { ...@@ -151,12 +164,12 @@ export default {
.HeadNav .el-menu{ .HeadNav .el-menu{
border: none; border: none;
} }
.HeadNav .el-submenu__title i{ /* .HeadNav .el-submenu__title i{
color: #111111; color: #111111;
font-weight: bold; font-weight: bold;
font-size: 10px; font-size: 10px;
font-family: "宋体"; font-family: "宋体";
} } */
.HeadNav .el-submenu__title{ .HeadNav .el-submenu__title{
color: #111111; color: #111111;
font-size: 12px; font-size: 12px;
......
...@@ -13,8 +13,22 @@ ...@@ -13,8 +13,22 @@
</div> </div>
<div class="personDiv"> <div class="personDiv">
<img style="width:18px;height:22px" src="../../assets/img/news.png" alt=""> <img style="width:18px;height:22px" src="../../assets/img/news.png" alt="">
<el-popover
placement="bottom"
trigger="click">
<ul>
<li @click="LoginOut" style="cursor: pointer;">
<i style="color:#FFA475" class="iconfont icon-tuichudenglu"></i>
<span style="margin-left:6px">退出登录</span>
</li>
</ul>
<span slot="reference" style="display: inline-flex;align-items: center;cursor: pointer;">
<span style="margin-left:30px" class="f14"><span style="color:#BEBEBE">Hello</span>,{{zcuserInfo.emName}}</span> <span style="margin-left:30px" class="f14"><span style="color:#BEBEBE">Hello</span>,{{zcuserInfo.emName}}</span>
<img v-if="zcuserInfo.GroupPic!='' " :src="zcuserInfo.GroupPic" :onerror="defaultHeadImg" style="width:44px;height:44px;margin-left:29px" alt=""> <img v-if="zcuserInfo.GroupPic!='' " :src="zcuserInfo.GroupPic" :onerror="defaultHeadImg" style="width:44px;height:44px;margin-left:29px" alt="">
</span>
</el-popover>
</div> </div>
</div> </div>
...@@ -54,6 +68,12 @@ export default { ...@@ -54,6 +68,12 @@ export default {
this.$router.push({path: 'Home'}) this.$router.push({path: 'Home'})
} }
}, },
methods:{
LoginOut(){
localStorage.removeItem("zcuserInfo");
location.href='/'
},
},
} }
</script> </script>
...@@ -61,10 +81,11 @@ export default { ...@@ -61,10 +81,11 @@ export default {
@import "../../assets/css/reset.css"; @import "../../assets/css/reset.css";
@import "../../assets/css/vxetable.css"; @import "../../assets/css/vxetable.css";
.appContent .routerContent{ .appContent .routerContent{
padding-top: 70px; padding-top: 90px;
position: relative; position: relative;
box-sizing: border-box; box-sizing: border-box;
background: #F8FAFB; background: #F8FAFB;
} }
.appContent .routerContent>div{ .appContent .routerContent>div{
position: relative; position: relative;
...@@ -80,10 +101,12 @@ export default { ...@@ -80,10 +101,12 @@ export default {
z-index: 100; z-index: 100;
} }
.appContent .HeadDiv{ .appContent .HeadDiv{
position: absolute; position: fixed;
width: calc(100% - 214px); width: calc(100% - 214px);
top: 0; top: 0;
z-index: 200; z-index: 200;
background: #fff;
padding:20px 0;
} }
.appContent{ .appContent{
width: 100%; width: 100%;
......
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
Vue.prototype.domainManager = function () { Vue.prototype.domainManager = function () {
// var domainUrl = "http://test_reborn.oytour.com";//主域名 // var domainUrl = "http://test_reborn.oytour.com";//主域名
// var domainUrl = "http://reborn.oytour.com"; //主域名 // var domainUrl = "http://reborn.oytour.com"; //主域名
var domainUrl = "http://192.168.2.16:8083"; //主域名 var domainUrl = "http://192.168.2.18:8083"; //主域名
let locationName = window.location.hostname; let locationName = window.location.hostname;
if (this.isOnline()) { if (this.isOnline()) {
if (window.location.host.indexOf('testb2b.oytour.com') != -1) if (window.location.host.indexOf('testb2b.oytour.com') != -1)
...@@ -29,7 +29,7 @@ export default { ...@@ -29,7 +29,7 @@ export default {
// javaUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('testb2b.oytour.com') !== -1 ? (locationName.indexOf('oytour') !== -1 ? "http://efficient.oytour.com" : "http://47.96.12.235:9001") : "http://192.168.2.215:9000", // javaUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('testb2b.oytour.com') !== -1 ? (locationName.indexOf('oytour') !== -1 ? "http://efficient.oytour.com" : "http://47.96.12.235:9001") : "http://192.168.2.215:9000",
// javaUrl: locationName.indexOf('testb2b') == -1 ? "http://efficient.oytour.com" : locationName.indexOf('testb2b.oytour.com') !== -1 ? "http://47.96.12.235:9001" : "http://192.168.2.215:9000", // javaUrl: locationName.indexOf('testb2b') == -1 ? "http://efficient.oytour.com" : locationName.indexOf('testb2b.oytour.com') !== -1 ? "http://47.96.12.235:9001" : "http://192.168.2.215:9000",
javaUrl: "http://192.168.2.16:8087", javaUrl: "http://192.168.2.18:8087",
ViittoFileUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('testb2b.oytour.com') !== -1 ? "http://staticfile.oytour.com" : 'http://192.168.2.214:8130', ViittoFileUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('testb2b.oytour.com') !== -1 ? "http://staticfile.oytour.com" : 'http://192.168.2.214:8130',
UploadUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('testb2b.oytour.com') !== -1 ? "http://uploadfile.oytour.com" : "http://192.168.2.214:8120", UploadUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('testb2b.oytour.com') !== -1 ? "http://uploadfile.oytour.com" : "http://192.168.2.214:8120",
// UploadUrl: "http://uploadfile.oytour.com", // UploadUrl: "http://uploadfile.oytour.com",
......
...@@ -98,10 +98,23 @@ export default { ...@@ -98,10 +98,23 @@ export default {
}, },
// 审批 // 审批
{ {
path: '/approval', path: '/approvalset',
name: 'approval', name: 'approvalset',
component: resolve => require(['@/components/approval/approval'], resolve), component: resolve => require(['@/components/approval/approvalset'], resolve),
}, },
// 审批管理
{
path: '/approvalMan',
name: 'approvalMan',
component: resolve => require(['@/components/approval/approvalMan'], resolve),
},
// 审批管理
{
path: '/approvalDetails',
name: 'approvalDetails',
component: resolve => require(['@/components/approval/approvalDetails'], resolve),
},
......
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