Commit 190116b4 authored by 张锡奇's avatar 张锡奇

commit

parent 0f7bc72b
......@@ -13,8 +13,8 @@ function urlFun(name){
* 默认公司
*/
// default:`http://192.168.4.39:5001`,
// default:`https://weixin.huansi.net/apiproxy/huansi/hszh_HSFabricTradeTest`,
default:`https://weixin.huansi.net/apiproxy/huansi/service/proxy/${userID}`,
default:`https://weixin.huansi.net/apiproxy/huansi/hszh_HSFabricTradeTest`,
// default:`https://weixin.huansi.net/apiproxy/huansi/service/proxy/${userID}`,
/**
* 基本地址
......
......@@ -159,7 +159,7 @@ export default {
mounted(){
window.kanban=this
this.$store.dispatch('saveUserId',this.$route.params.userId);
console.log()
this.dateMode = 3;
},
methods:{
preDate(){
......
......@@ -312,7 +312,8 @@ export default {
if(this.activeTab == 0){
this.$router.push({name:'tiipOperateCustomDetail',params:{type:'custom'}})
}else{
this.$router.push({name:'tiipOperateCustomDetail',params:{type:'material'}})
this.$store.dispatch('searchOrderSaveDtl',this.list[res.trIndex]);
this.$router.push({name:'searchOrderMaterialDetail'})
}
}else if(res.tdIndex = 3){
this.$router.push({name:'tiipOperateSaleDetail'})
......
......@@ -28,20 +28,20 @@
}
>div:nth-child(odd){
background:#eef4fe;
border:1px solid #2d8cf0;
border:1px solid #dbe9f8;
border-top:0;
}
>div:nth-child(even){
background:white;
border-bottom:1px solid #2d8cf0;
border-bottom:1px solid #dbe9f8;
}
>div:nth-child(4n){
background:white;
border-right:1px solid #2d8cf0;
border-right:1px solid #dbe9f8;
}
}
.tr:first-child{
border-top:1px solid #2d8cf0;
border-top:1px solid #dbe9f8;
}
}
......
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