页面修改

This commit is contained in:
zmj 2023-11-27 18:06:15 +08:00
parent df37262b5d
commit b09c50e18b
2 changed files with 399 additions and 392 deletions

View File

@ -82,7 +82,7 @@
<!-- <u--image style="flex: 2;" :showLoading="true" :src="item.goods_pic" width="100rpx" <!-- <u--image style="flex: 2;" :showLoading="true" :src="item.goods_pic" width="100rpx"
height="100rpx" @click="click"></u--image> --> height="100rpx" @click="click"></u--image> -->
<text>X{{item.product_num}}{{item.goods_unit}}</text> <text>X{{item.product_num}}</text>
</view> </view>
</view> </view>
</view> </view>
@ -211,7 +211,7 @@
<u--image style="flex: 2;margin-right: 20rpx;" radius='10' :showLoading="true" <u--image style="flex: 2;margin-right: 20rpx;" radius='10' :showLoading="true"
:src="item.goods_pic" width="100rpx" height="100rpx"></u--image> :src="item.goods_pic" width="100rpx" height="100rpx"></u--image>
<text style="width: 70vw;margin: 0;padding: 0;">{{item.goods_name}}</text> <text style="width: 70vw;margin: 0;padding: 0;">{{item.goods_name}}</text>
<text>X{{item.product_num}}{{item.goods_unit}}</text> <text>X{{item.product_num}}</text>
</view> </view>
</view> </view>
</view> </view>
@ -320,7 +320,7 @@
<u--image style="flex: 2;margin-right: 20rpx;" radius='10' :showLoading="true" <u--image style="flex: 2;margin-right: 20rpx;" radius='10' :showLoading="true"
:src="item.goods_pic" width="100rpx" height="100rpx"></u--image> :src="item.goods_pic" width="100rpx" height="100rpx"></u--image>
<text style="width: 70vw;margin: 0;padding: 0;">{{item.goods_name}}</text> <text style="width: 70vw;margin: 0;padding: 0;">{{item.goods_name}}</text>
<text>X{{item.product_num}}{{item.goods_unit}}</text> <text>X{{item.product_num}}</text>
</view> </view>
</view> </view>
</view> </view>

View File

@ -72,7 +72,8 @@
<view class="body"> <view class="body">
<block v-for="(item, index) in extend.qualification"> <block v-for="(item, index) in extend.qualification">
<image @click="priview(item)" :src="item"></image> <image @click="priview(item)" :src="item"></image>
<view v-if="index<extend.qualification.length-1" style="border-top: 1px dashed #0022c7;margin: 28rpx 0;"> <view v-if="index<extend.qualification.length-1"
style="border-top: 1px dashed #0022c7;margin: 28rpx 0;">
</view> </view>
</block> </block>
</view> </view>
@ -86,11 +87,11 @@
</view> </view>
<view class="body"> <view class="body">
<view class="b_item"> <view class="b_item">
<view>银行账户姓名:</view> <view>开户银行名称:</view>
<view>{{extend.bank_username}}</view> <view>{{extend.bank_username}}</view>
</view> </view>
<view class="b_item"> <view class="b_item">
<view>开户行:</view> <view>银行卡号:</view>
<view>{{extend.bank_opening}}</view> <view>{{extend.bank_opening}}</view>
</view> </view>
<view class="b_item"> <view class="b_item">
@ -142,14 +143,19 @@
</view> </view>
</view> </view>
</u-popup> </u-popup>
<u-modal :show="tipShow" title="提示" content='确认信息无误再通过' closeOnClickOverlay showCancelButton @close="tipShow=false" <u-modal :show="tipShow" title="提示" content='确认信息无误再通过' closeOnClickOverlay showCancelButton
@cancel="tipShow=false" @confirm="$u.throttle(pass, 1500)"></u-modal> @close="tipShow=false" @cancel="tipShow=false" @confirm="$u.throttle(pass, 1500)"></u-modal>
</view> </view>
</template> </template>
<script> <script>
import { Toast } from '../../libs/uniApi' import {
import { approveAudit, approveDetails } from "@/api/approve.js" Toast
} from '../../libs/uniApi'
import {
approveAudit,
approveDetails
} from "@/api/approve.js"
export default { export default {
data() { data() {
return { return {
@ -190,7 +196,8 @@
}); });
this.formData = res.data; this.formData = res.data;
this.extend = this.formData?.extend; this.extend = this.formData?.extend;
this.extend.qualification ? this.extend.qualification = JSON.parse(this.extend.qualification) : this.extend this.extend.qualification ? this.extend.qualification = JSON.parse(this.extend.qualification) :
this.extend
.qualification = [] .qualification = []
} catch (e) { } catch (e) {
//TODO handle the exception //TODO handle the exception