Commit 57a99726 authored by Mac's avatar Mac

修改样式

parent 3c4b7a93
...@@ -933,9 +933,15 @@ export default { ...@@ -933,9 +933,15 @@ export default {
blank: "y" blank: "y"
} }
}); });
}else{
that.GoUrlFan('JumpReport',month,rowData.Year,rowData.BranchId,rowData.CostIds)
} }
}else if(rowData.ZhaiYao=="电商收入" ||rowData.ZhaiYao=="电商支出"||rowData.ZhaiYao=="电商手续费"){
//网络印象 //网络印象
if(that.msg.BranchId==1224){ if(that.msg.BranchId==1224 || that.msg.BranchId==-1 ){
this.$router.push({ this.$router.push({
path: "/fxOrderProfitLossList", path: "/fxOrderProfitLossList",
query: { query: {
...@@ -948,10 +954,6 @@ export default { ...@@ -948,10 +954,6 @@ export default {
} }
}); });
} }
else{
that.GoUrlFan('JumpReport',month,rowData.Year,rowData.BranchId,rowData.CostIds)
}
} }
else{ else{
that.GoUrlFan('JumpReport',month,rowData.Year,rowData.BranchId,rowData.CostIds) that.GoUrlFan('JumpReport',month,rowData.Year,rowData.BranchId,rowData.CostIds)
...@@ -1124,7 +1126,9 @@ export default { ...@@ -1124,7 +1126,9 @@ export default {
if (rowIndex === 1 && (columnName === "DiYiJiDu" || columnName === "DiErJiDu" || columnName === "ShangBanNianBao" || columnName === "DiSanJiDu" || columnName === "DiSiJiDu" || columnName === "XiaBanNianBao")) { if (rowIndex === 1 && (columnName === "DiYiJiDu" || columnName === "DiErJiDu" || columnName === "ShangBanNianBao" || columnName === "DiSanJiDu" || columnName === "DiSiJiDu" || columnName === "XiaBanNianBao")) {
return "column-cell-class-name-test"; return "column-cell-class-name-test";
} }
if (rowData.ZhaiYao === '营业总毛利' || rowData.ZhaiYao === '歐洲與南亞損失分攤' || rowData.ZhaiYao === '营业税金及附加' || rowData.ZhaiYao === '管销费用' || rowData.ZhaiYao === '财务费用' || rowData.ZhaiYao === '营业外收入' || rowData.ZhaiYao === '其他营业支出') { if (rowData.ZhaiYao === '营业总毛利' || rowData.ZhaiYao === '歐洲與南亞損失分攤' || rowData.ZhaiYao === '营业税金及附加' || rowData.ZhaiYao === '管销费用' || rowData.ZhaiYao === '财务费用' || rowData.ZhaiYao === '营业外收入' || rowData.ZhaiYao === '其他营业支出'
|| rowData.ZhaiYao === '电商利润' || rowData.ZhaiYao === 'GL8利润'
) {
return "column-cell-class-name-test-greed"; return "column-cell-class-name-test-greed";
} }
if (rowData.ZhaiYao === '社保') { if (rowData.ZhaiYao === '社保') {
......
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