|
@@ -10,25 +10,25 @@
|
|
:tableAttributes="tableAttributes"
|
|
:tableAttributes="tableAttributes"
|
|
:tableEvents="tableEvents"
|
|
:tableEvents="tableEvents"
|
|
:columnParsing="columnParsing"
|
|
:columnParsing="columnParsing"
|
|
- :replaceOrNotMap="false"
|
|
|
|
|
|
+ :replaceOrNotMap="true"
|
|
>
|
|
>
|
|
</template-page>
|
|
</template-page>
|
|
- <div class="app-container" v-show="showPage == 2">
|
|
|
|
|
|
+ <div class="app-container" v-if="showPage == 2">
|
|
<RebateListApply :detailId="detailId" />
|
|
<RebateListApply :detailId="detailId" />
|
|
</div>
|
|
</div>
|
|
- <div class="app-container" v-show="showPage == 3">
|
|
|
|
|
|
+ <div class="app-container" v-if="showPage == 3">
|
|
<RebateListExamine @updateList="updateList" :detailId="detailId" />
|
|
<RebateListExamine @updateList="updateList" :detailId="detailId" />
|
|
</div>
|
|
</div>
|
|
- <div class="app-container" v-show="showPage == 4">
|
|
|
|
|
|
+ <div class="app-container" v-if="showPage == 4">
|
|
<RebateListReview @updateList="updateList" :detailId="detailId" />
|
|
<RebateListReview @updateList="updateList" :detailId="detailId" />
|
|
</div>
|
|
</div>
|
|
- <div class="app-container" v-show="showPage == 5">
|
|
|
|
|
|
+ <div class="app-container" v-if="showPage == 5">
|
|
<RebateListDetail :detailId="detailId" />
|
|
<RebateListDetail :detailId="detailId" />
|
|
</div>
|
|
</div>
|
|
- <div class="app-container" v-show="showPage == 6">
|
|
|
|
|
|
+ <div class="app-container" v-if="showPage == 6">
|
|
<RebateListConfirm @updateList="updateList" :detailId="detailId" :isShow="isShow" />
|
|
<RebateListConfirm @updateList="updateList" :detailId="detailId" :isShow="isShow" />
|
|
</div>
|
|
</div>
|
|
- <div class="app-container" v-show="showPage == 7">
|
|
|
|
|
|
+ <div class="app-container" v-if="showPage == 7">
|
|
<RebateListEdit @updateList="updateList" :detailId="detailId" />
|
|
<RebateListEdit @updateList="updateList" :detailId="detailId" />
|
|
</div>
|
|
</div>
|
|
<ExamineDialog :isShow.sync="isShowExamineDialog" :examineForm.sync="examineForm" />
|
|
<ExamineDialog :isShow.sync="isShowExamineDialog" :examineForm.sync="examineForm" />
|