|
@@ -66,7 +66,7 @@
|
|
|
:salesBillSn="salesBillSn"
|
|
|
></activeStatisticsList>
|
|
|
<div style="padding:0 10px 10px;">
|
|
|
- <productList
|
|
|
+ <productActiveList
|
|
|
ref="productActiveList"
|
|
|
:activeList="activeList"
|
|
|
:detailData="detailData"
|
|
@@ -75,7 +75,7 @@
|
|
|
@showRuleDetail="showRuleDetail"
|
|
|
@refash="refashTableData"
|
|
|
@upActive="upActive">
|
|
|
- </productList>
|
|
|
+ </productActiveList>
|
|
|
</div>
|
|
|
</a-card>
|
|
|
</a-spin>
|
|
@@ -166,7 +166,7 @@
|
|
|
|
|
|
<script>
|
|
|
import { commonMixin } from '@/utils/mixin'
|
|
|
-import productList from './comps/productList.vue'
|
|
|
+import productActiveList from './comps/productActiveList.vue'
|
|
|
import productNormalList from './comps/productNormalList.vue'
|
|
|
import activeStatisticsList from './comps/activeStatisticsList.vue'
|
|
|
import chooseProduct from './comps/chooseProduct.vue'
|
|
@@ -188,7 +188,7 @@ export default {
|
|
|
name: 'SalesNewEdit',
|
|
|
mixins: [commonMixin],
|
|
|
components: {
|
|
|
- productList,
|
|
|
+ productActiveList,
|
|
|
chooseProduct,
|
|
|
productNormalList,
|
|
|
newPromoModal,
|