Commit 75ce8cc4 authored by youjie's avatar youjie

no message

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