Commit 0d0ff206 authored by youjie's avatar youjie

no message

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