Commit 9f87401e authored by 黄奎's avatar 黄奎

11

parent 7b50f61d
...@@ -231,6 +231,9 @@ ...@@ -231,6 +231,9 @@
</font> </font>
</template> </template>
</el-tooltip> </el-tooltip>
<template v-if="item.CarId==0 && childItem.ProductTypeName&&childItem.ProductTypeName!=''">
<font style="color:blue;font-weight:bold;">[{{childItem.ProductTypeName}}]</font>
</template>
<template v-if="childItem.DriverName&&childItem.DriverName!=''"> <template v-if="childItem.DriverName&&childItem.DriverName!=''">
<font style="color:blue">{{childItem.DriverName}}</font> <font style="color:blue">{{childItem.DriverName}}</font>
</template> </template>
...@@ -438,7 +441,7 @@ ...@@ -438,7 +441,7 @@
}, },
mounted() { mounted() {
var userInfo = this.getLocalStorage(); var userInfo = this.getLocalStorage();
if (userInfo.EmployeeId == 1 || userInfo.EmployeeId == 5 || userInfo.RB_Branch_id == 49 || userInfo if (userInfo.EmployeeId == 1 || userInfo.EmployeeId == 5 ||userInfo.EmployeeId==2075 || userInfo.RB_Branch_id == 49 || userInfo
.RB_Branch_id == 1248 || userInfo.RB_Branch_id == 1256) { .RB_Branch_id == 1248 || userInfo.RB_Branch_id == 1256) {
this.isHaveAuth = true; this.isHaveAuth = true;
} }
......
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