Commit e453f3dc authored by youjie's avatar youjie

no message

parent 750b7532
......@@ -389,7 +389,7 @@
@click="seeBJD(item.quotationUrl)">
查看报价单
</div>
<div v-if="item.autoCouponId&&item.autoCouponId!=-1">优惠券:
<div v-if="item.autoCouponId>-1">优惠券:
<span v-if="item.autoCouponId==0" style="color: red">待发放</span>
<span v-if="item.autoCouponId==1" style="color: green">已发放</span>
<span v-if="item.autoCouponId==2" style="color: red">已撤回</span>
......
......@@ -1742,7 +1742,7 @@
@click="seeBJD(item.quotationUrl)">
查看报价单
</div>
<div v-if="item.autoCouponId&&item.autoCouponId!=-1">优惠券:
<div v-if="item.autoCouponId>-1">优惠券:
<span v-if="item.autoCouponId==0" style="color: red">待发放</span>
<span v-if="item.autoCouponId==1" style="color: green">已发放</span>
<span v-if="item.autoCouponId==2" style="color: red">已撤回</span>
......
......@@ -1867,7 +1867,7 @@
@click="seeBJD(item.quotationUrl)">
查看报价单
</div>
<div v-if="item.autoCouponId&&item.autoCouponId!=-1">优惠券:
<div v-if="item.autoCouponId>-1">优惠券:
<span v-if="item.autoCouponId==0" style="color: red">待发放</span>
<span v-if="item.autoCouponId==1" style="color: green">已发放</span>
<span v-if="item.autoCouponId==2" style="color: red">已撤回</span>
......
......@@ -1839,11 +1839,6 @@
</div>
<p>{{ $t("restaurant.res_oderTime") }}:{{ item.CreateDate }}</p>
<p v-if="item.TradeWay == 1">{{ item.PlatformOrder }}</p>
<div v-if="item.AutoCouponId&&item.AutoCouponId!=-1">优惠券:
<span v-if="item.AutoCouponId==0" style="color: red">待发放</span>
<span v-if="item.AutoCouponId==1" style="color: green">已发放</span>
<span v-if="item.AutoCouponId==2" style="color: red">已撤回</span>
</div>
</td>
<td>
<p class="fz12 over_ellipsis" style="width: 90%">
......@@ -2323,6 +2318,11 @@
@click="seeBJD(childItem.QuotationUrl)">
查看报价单
</div>
<div v-if="childItem.AutoCouponId>-1">优惠券:
<span v-if="childItem.AutoCouponId==0" style="color: red">待发放</span>
<span v-if="childItem.AutoCouponId==1" style="color: green">已发放</span>
<span v-if="childItem.AutoCouponId==2" style="color: red">已撤回</span>
</div>
</td>
<td>
<p v-if="childItem.IsOwn == 1 || IsSupperOrderEdit" class="fz12 over_ellipsis"
......@@ -6009,6 +6009,7 @@
this.loading = false;
if (res.data.resultCode == 1) {
this.OrderDataList = res.data.data;
console.log(res.data.data,'----------')
this.IsUpdateOrderMoney = res.data.data.IsUpdateOrderMoney;
}
},
......
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