|
|
@@ -30,7 +30,7 @@
|
|
|
<view class="accumulative"></view>
|
|
|
</view>
|
|
|
<view class="store_btn">
|
|
|
- <view class="btn_entrance" @click.stop="pageTo({ url: '/admin/clear/list?ghsId'+item.id})"> 结账记录 </view>
|
|
|
+ <view class="btn_entrance" @click.stop="pageTo({ url: '/admin/clear/list?ghsId='+item.id})"> 结账记录</view>
|
|
|
<view class="btn_entrance" @click.stop="getDebtList()"> 欠款变动明细 </view>
|
|
|
<view class="btn_entrance" @click.stop="cgList(item)">采购记录</view>
|
|
|
<view class="cg-button">采购</view>
|