|
|
@@ -177,7 +177,7 @@
|
|
|
<view class="box_6 flex-row" v-if="Number(ghsInfo.balance)>0" @click.stop="whyHave()">
|
|
|
<view class="show_clear_area flex-row justify-between">
|
|
|
<image class="icon_2" referrerpolicy="no-referrer" src="/static/lanhu_020105gongyingshangliebiao/ps2pvfa1l5i34w5vqj2k7b3kejml3i3nmrba1421bf-caa2-491b-8773-af413df7e96d.png" />
|
|
|
- <text class="waite_clear_order">
|
|
|
+ <text class="waite_clear_order" @click.stop="balanceChange()">
|
|
|
可用余额 ¥{{ ghsInfo.balance ? parseFloat(ghsInfo.balance) : 0 }}
|
|
|
</text>
|
|
|
</view>
|
|
|
@@ -203,7 +203,7 @@
|
|
|
<block v-else>
|
|
|
<view class="button_6 flex-col" @click="fillCg(ghsInfo)"><text class="text_13">录采购单</text></view>
|
|
|
</block>
|
|
|
- <text style="position:absolute;left:690upx;top:3upx;color:#CCCCCC;" @click.stop="getMore(ghsInfo)">更多</text>
|
|
|
+ <text style="position:absolute;left:690upx;top:4upx;color:#CCCCCC;" @click.stop="getMore(ghsInfo)">更多</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|