Commit 1a22de5b authored by 黄奎's avatar 黄奎

页面修改

parent 09ff6cd1
...@@ -221,6 +221,12 @@ ...@@ -221,6 +221,12 @@
<i class="iconfont icon-nav-hangzheng"></i> <i class="iconfont icon-nav-hangzheng"></i>
</el-tooltip> </el-tooltip>
</span> </span>
<span v-if="userInfo.EmployeeId==615" class="bianji newAopbdd" @click="goMakeQuo('QuotationNewPrice',item.ID)">
<el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top-start"
popper-class="max-w250">
<i class="iconfont icon-bianji-smal"></i>
</el-tooltip>
</span>
<span class="bianji newAopbdd" @click="goMakeQuo('QuotationNewPrice',item.ID)" v-if="item.TravelState==1||item.TravelState==4||item.TravelState==5"> <span class="bianji newAopbdd" @click="goMakeQuo('QuotationNewPrice',item.ID)" v-if="item.TravelState==1||item.TravelState==4||item.TravelState==5">
<el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top-start" <el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top-start"
popper-class="max-w250"> popper-class="max-w250">
...@@ -309,6 +315,7 @@ ...@@ -309,6 +315,7 @@
export default { export default {
data() { data() {
return { return {
userInfo:{},
queryData: { queryData: {
LineId: 0, LineId: 0,
LineteamId: 0, LineteamId: 0,
...@@ -619,6 +626,7 @@ ...@@ -619,6 +626,7 @@
} }
}, },
created() { created() {
this.userInfo = this.getLocalStorage();
if (this.$route.query.hasOwnProperty("cache")) { if (this.$route.query.hasOwnProperty("cache")) {
if (this.$store.state.pageCondition != null) { if (this.$store.state.pageCondition != null) {
this.queryData = this.$store.state.pageCondition; this.queryData = this.$store.state.pageCondition;
......
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