|
@@ -14,7 +14,7 @@
|
|
|
<view class="btn_entrance" @click="pageTo({ url: '/admin/clear/list',query: {ghsId: ghsInfo.id}})">结账记录</view>
|
|
<view class="btn_entrance" @click="pageTo({ url: '/admin/clear/list',query: {ghsId: ghsInfo.id}})">结账记录</view>
|
|
|
<view class="btn_entrance" @click="settleAccounts(ghsInfo)" > 欠款订单 </view>
|
|
<view class="btn_entrance" @click="settleAccounts(ghsInfo)" > 欠款订单 </view>
|
|
|
<view class="btn_entrance" @click="pageTo({url:'/pagesPurchase/shopping'})" > 采购记录 </view>
|
|
<view class="btn_entrance" @click="pageTo({url:'/pagesPurchase/shopping'})" > 采购记录 </view>
|
|
|
- <view class="btn_entrance" @click="pageTo({ url: '/admin/ghs/debtChange',query: {ghsId: ghsInfo.id}})" style="text-decoration:none;color:red;font-size:25upx;"> 欠账 ¥{{parseFloat(ghsInfo.debtAmount)}} </view>
|
|
|
|
|
|
|
+ <view class="btn_entrance" @click="pageTo({ url: '/admin/ghs/debtChange',query: {ghsId: ghsInfo.id}})" style="text-decoration:none;color:red;font-size:25upx;"> 欠款 ¥{{parseFloat(ghsInfo.debtAmount)}} </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</block>
|
|
</block>
|