|
@@ -67,7 +67,7 @@
|
|
:warehouseSn="warehouseSn"
|
|
:warehouseSn="warehouseSn"
|
|
:salesBillSn="salesBillSn"
|
|
:salesBillSn="salesBillSn"
|
|
></activeStatisticsList>
|
|
></activeStatisticsList>
|
|
- <div style="padding:0 10px 10px;">
|
|
|
|
|
|
+ <div style="padding:10px;">
|
|
<productActiveList
|
|
<productActiveList
|
|
ref="productActiveList"
|
|
ref="productActiveList"
|
|
:activeList="activeList"
|
|
:activeList="activeList"
|
|
@@ -333,8 +333,8 @@ export default {
|
|
salesPromoDiscountSort({ salesBillSn: this.$route.params.sn }).then(res => {
|
|
salesPromoDiscountSort({ salesBillSn: this.$route.params.sn }).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.discountActiveList = res.data
|
|
this.discountActiveList = res.data
|
|
- this.showDiscountSortModal = res.data && res.data.length > 0
|
|
|
|
- if (res.data && res.data.length == 0) {
|
|
|
|
|
|
+ this.showDiscountSortModal = res.data && res.data.length > 1
|
|
|
|
+ if (res.data && res.data.length <= 1) {
|
|
this.getOrderDetail(true)
|
|
this.getOrderDetail(true)
|
|
}
|
|
}
|
|
}
|
|
}
|