Commit 31b75537 authored by youjie's avatar youjie

no message

parent 994b95db
...@@ -251,7 +251,7 @@ ...@@ -251,7 +251,7 @@
</template> </template>
<template v-if="pagesTitle == '审核'"> <template v-if="pagesTitle == '审核'">
<el-button <el-button
v-if="scope.row.ApplyForState == 1" v-if="scope.row.ApplyForState == 1||(scope.row.ApplyForState == 2&&userInfo.EmployeeId==1)"
size="mini" size="mini"
type="primary" type="primary"
@click="ckChangePrice(scope.row, 2)" @click="ckChangePrice(scope.row, 2)"
...@@ -666,6 +666,7 @@ export default { ...@@ -666,6 +666,7 @@ export default {
if (type == 2) this.titlePrice = "应收总金额改价审核"; if (type == 2) this.titlePrice = "应收总金额改价审核";
if (type == 3) this.titlePrice = "改价详情"; if (type == 3) this.titlePrice = "改价详情";
this.changePriceObj = item this.changePriceObj = item
console.log(this.changePriceObj.ApplyForState,'======')
this.changePriceMsg.ID = type ? item.OrderChangePriceId : 0; this.changePriceMsg.ID = type ? item.OrderChangePriceId : 0;
this.changePriceMsg.OrderId = item.OrderId; this.changePriceMsg.OrderId = item.OrderId;
this.changePriceMsg.OrderType = item.OrderType; this.changePriceMsg.OrderType = item.OrderType;
......
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