|
|
@@ -48,19 +48,17 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
- <template v-if="(getLoginInfo.staff && getLoginInfo.staff.super && getLoginInfo.staff.super == 1) || (getLoginInfo.staff && getLoginInfo.staff.lookStat && getLoginInfo.staff.lookStat ==1)">
|
|
|
- <view class="account-info_box content_box">
|
|
|
- <view class="info-lf_box">
|
|
|
- <view> 现金(元) </view>
|
|
|
- <view> <text>¥ </text> {{ shopInfo.money||0 }} </view>
|
|
|
- <view>
|
|
|
- <text class="to-cash" @click="pageTo({ url: '/admin/shopMoneyChange/list' })" style="margin-left:0upx;">变动明细</text>
|
|
|
- <text @click="outAmountFn" class="to-cash">取出</text>
|
|
|
- <text @click="inAmountFn" class="to-cash">存入</text>
|
|
|
- </view>
|
|
|
+ <view class="account-info_box content_box">
|
|
|
+ <view class="info-lf_box">
|
|
|
+ <view> 现金(元) </view>
|
|
|
+ <view> <text>¥ </text> {{ shopInfo.money||0 }} </view>
|
|
|
+ <view>
|
|
|
+ <text class="to-cash" @click="pageTo({ url: '/admin/shopMoneyChange/list' })" style="margin-left:0upx;">变动明细</text>
|
|
|
+ <text @click="outAmountFn" class="to-cash">取出</text>
|
|
|
+ <text @click="inAmountFn" class="to-cash">存入</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </template>
|
|
|
+ </view>
|
|
|
|
|
|
<view class="module-com content_box user-open_bx">
|
|
|
<view class="input-line-wrap">
|