Commit 3011b1cd authored by youjie's avatar youjie

no message

parent c69ee6ad
......@@ -231,7 +231,6 @@
@click="ckChangePrice(scope.row)"
>申请改价</el-button
>
<!-- scope.row.ApplyForState<2&&scope.row.OrderChangePriceId>0 -->
<el-button
v-if="((scope.row.ApplyForState==1&&scope.row.ManagerExamineBy>0)
||(scope.row.ApplyForState==2&&scope.row.ManagerExamineBy==0)||scope.row.ApplyForState==4)
......@@ -241,7 +240,6 @@
@click="ckChangePrice(scope.row, 1)"
>修改改价</el-button
>
<!-- scope.row.ApplyForState>1 -->
<p
v-if="scope.row.ApplyForState!=2&&scope.row.ApplyForState!=4&&scope.row.ManagerExamineBy!=0"
class=" fz14"
......
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