Commit 838d089c authored by youjie's avatar youjie

no message

parent ef185768
...@@ -242,8 +242,11 @@ ...@@ -242,8 +242,11 @@
@click="ckChangePrice(scope.row)" @click="ckChangePrice(scope.row)"
>申请改价</el-button >申请改价</el-button
> >
<!-- scope.row.ApplyForState<2&&scope.row.OrderChangePriceId>0 -->
<el-button <el-button
v-if="scope.row.ApplyForState<2&&scope.row.OrderChangePriceId>0" v-if="((scope.row.ApplyForState==1&&scope.row.ManagerExamineBy>0)
||(scope.row.ApplyForState==2&&scope.row.ManagerExamineBy==0))
&&scope.row.OrderChangePriceId>0"
size="mini" size="mini"
type="primary" type="primary"
@click="ckChangePrice(scope.row, 1)" @click="ckChangePrice(scope.row, 1)"
...@@ -302,6 +305,9 @@ ...@@ -302,6 +305,9 @@
<span> <span>
申请改价金额:<span style="color: red;">{{item.ApplyForMoney}}</span> 申请改价金额:<span style="color: red;">{{item.ApplyForMoney}}</span>
</span> </span>
<span>
申请时间:<span style="color: red;">{{item.ApplyCreateTimeStr}}</span>
</span>
<span style="margin-left: 20px;"> <span style="margin-left: 20px;">
申请理由:<span style="color: red;">{{item.ApplyForReason}}</span> 申请理由:<span style="color: red;">{{item.ApplyForReason}}</span>
</span> </span>
......
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