Commit 75ce8cc4 authored by youjie's avatar youjie

no message

parent 2903b78c
......@@ -219,7 +219,9 @@
</template>
</el-table-column>
<el-table-column label="操作" show-overflow-tooltip>
<el-table-column label="操作" show-overflow-tooltip
fixed="right"
min-width="105">
<template slot-scope="scope">
<!-- <el-button size="mini" type="primary" @click="goDetails(scope.row)">查看</el-button> -->
<template v-if="pagesTitle == '申请'">
......@@ -308,7 +310,7 @@
style="float: right;margin-right: 5%;position: relative; z-index: 1;"
>
<button
v-if="changePriceMsg.DialogType != 1"
v-if="titlePrice != '改价详情'"
:class="[
changePriceMsg.ApplyForState == 2 ? 'normalBtn' : 'hollowFixedBtn'
]"
......@@ -323,7 +325,7 @@
通过
</button>
<button
v-if="changePriceMsg.DialogType != 1"
v-if="titlePrice != '改价详情'"
:class="[
changePriceMsg.ApplyForState == 3 ? 'normalBtn' : 'hollowFixedBtn'
]"
......@@ -564,6 +566,9 @@ export default {
},
methods: {
setChangePrice() {
if(this.titlePrice == "申请改价"){
this.changePriceMsg.ApplyForState=1
}
this.apipost(
"CarSingle_post_SetOrderChangePrice",
this.changePriceMsg,
......
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