Commit a0f3d25d authored by youjie's avatar youjie

no message

parent 3cfa8eca
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<td> <td>
<div class="link" style="display: flex; <div class="link" style="display: flex;
flex-flow: nowrap;"> flex-flow: nowrap;">
<!-- <button class="normalBtn" type="primary" @click="clickCancel(item)">取消用车</button> --> <button class="normalBtn" type="primary" @click="clickCancel(item)">取消用车</button>
<button class="hollowFixedBtn" type="primary" @click="goUrl(item.Id)">编辑</button> <button class="hollowFixedBtn" type="primary" @click="goUrl(item.Id)">编辑</button>
<button class="hollowFixedBtn" type="primary" @click="SetTripBusPrice(item, 2)">详情</button> <button class="hollowFixedBtn" type="primary" @click="SetTripBusPrice(item, 2)">详情</button>
<button class="normalBtn" type="primary" v-if="item.OfferState == 2" @click="SetTripBusPrice(item, 1)">报价</button> <button class="normalBtn" type="primary" v-if="item.OfferState == 2" @click="SetTripBusPrice(item, 1)">报价</button>
...@@ -359,7 +359,7 @@ ...@@ -359,7 +359,7 @@
type="button" type="button"
class="hollowFixedBtn" class="hollowFixedBtn"
value="关闭" value="关闭"
@click="cancelOrderDialog = false" @click="CancelMsg.CancelRemark='',cancelOrderDialog = false"
/> />
</el-col> </el-col>
</el-row> </el-row>
...@@ -452,6 +452,7 @@ ...@@ -452,6 +452,7 @@
}, },
methods: { methods: {
clickCancel(item){ clickCancel(item){
this.CancelMsg.CancelRemark = ''
this.CancelMsg.Id = item.Id this.CancelMsg.Id = item.Id
this.cancelOrderDialog = true this.cancelOrderDialog = 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