Commit 3011b1cd authored by youjie's avatar youjie

no message

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