|
|
@@ -279,7 +279,7 @@
|
|
|
<span class="item inline-block" @click="checkAll()" v-show="!isShowApcheckList.showApcheck">
|
|
|
<label class="mobile-cart-check" :class="{active: !isCheckAll}"></label>全选
|
|
|
</span>
|
|
|
- <div class="fr bbgoresult" @click="goTopayfor" v-show="!isShowApcheckList.showApcheck">确认</div>
|
|
|
+ <div class="fr bbgoresult" @click="goTopayfor" v-show="!isShowApcheckList.showApcheck">确认对账</div>
|
|
|
<div class="fr" style="margin-right: 0.2rem" v-show="!isShowApcheckList.showApcheck">合计:<a style="color: #001408;">{{allMoney | computeNum}}</a></div>
|
|
|
<div class="fl" style="margin-left: 0.2rem" v-show="isShowApcheckList.showApcheck">合计:<a style="color: #001408;">{{allMoney | computeNum}}</a></div>
|
|
|
<!--<div class="fr bbgoresult" v-show="isShowApcheckList.showApcheck" @click="submitCheck">提交</div>-->
|