Commit 0d0ff206 authored by youjie's avatar youjie

no message

parent e3a5be0f
...@@ -542,6 +542,11 @@ ...@@ -542,6 +542,11 @@
Name: x.AlName, Name: x.AlName,
ID: x.AirLineId ID: x.AirLineId
} }
}else if(this.addMsg.Type==11){
Obj = {
Name: x.Name,
ID: x.Id
}
} else{ } else{
Obj = { Obj = {
Name:x.Name, Name:x.Name,
......
...@@ -729,6 +729,11 @@ export default { ...@@ -729,6 +729,11 @@ export default {
Name: x.AlName, Name: x.AlName,
ID: x.AirLineId ID: x.AirLineId
} }
}else if(this.addMsg.Type==11){
Obj = {
Name:x.Name,
ID: x.Id
}
} else{ } else{
Obj = { Obj = {
Name:x.Name, Name:x.Name,
......
...@@ -243,12 +243,20 @@ ...@@ -243,12 +243,20 @@
>申请改价</el-button >申请改价</el-button
> >
<el-button <el-button
v-else v-if="scope.row.ApplyForState<2&&scope.row.OrderChangePriceId>0"
size="mini" size="mini"
type="primary" type="primary"
@click="ckChangePrice(scope.row, 1)" @click="ckChangePrice(scope.row, 1)"
>修改改价</el-button >修改改价</el-button
> >
<p
v-if="scope.row.ApplyForState>1"
class=" fz14"
:class="{ 'cursor-pointer c059FF6': scope.row.OrderType > 0 }"
@click="ckChangePrice(scope.row, 3)"
>
查看详情
</p>
</template> </template>
<template v-if="pagesTitle == '审核'"> <template v-if="pagesTitle == '审核'">
<el-button <el-button
...@@ -259,7 +267,7 @@ ...@@ -259,7 +267,7 @@
>审核</el-button >审核</el-button
> >
<p <p
v-else v-if="(scope.row.ApplyForState == 2&&userInfo.EmployeeId!=1)||scope.row.ApplyForState==3||scope.row.ApplyForState==4"
class=" fz14" class=" fz14"
:class="{ 'cursor-pointer c059FF6': scope.row.OrderType > 0 }" :class="{ 'cursor-pointer c059FF6': scope.row.OrderType > 0 }"
@click="ckChangePrice(scope.row, 3)" @click="ckChangePrice(scope.row, 3)"
......
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