Commit 3b43fc06 authored by youjie's avatar youjie

no message

parent 28ae733b
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
<!-- scope.row.ApplyForState<2&&scope.row.OrderChangePriceId>0 --> <!-- 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==2&&scope.row.ManagerExamineBy==0)||scope.row.ApplyForState==4)
&&scope.row.OrderChangePriceId>0" &&scope.row.OrderChangePriceId>0"
size="mini" size="mini"
type="primary" type="primary"
......
...@@ -540,7 +540,7 @@ ...@@ -540,7 +540,7 @@
{ Name: "不限", Id: "0" }, { Name: "不限", Id: "0" },
{ Name: "待申请", Id: "1" }, { Name: "待申请", Id: "1" },
{ Name: "已申请", Id: "2" }, { Name: "已申请", Id: "2" },
{ Name: "已驳回", Id: "3" }, // { Name: "已驳回", Id: "3" },
], ],
changePriceOuterVisible: true, changePriceOuterVisible: true,
......
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