页面修改
This commit is contained in:
parent
df37262b5d
commit
b09c50e18b
@ -82,7 +82,7 @@
|
||||
<!-- <u--image style="flex: 2;" :showLoading="true" :src="item.goods_pic" width="100rpx"
|
||||
height="100rpx" @click="click"></u--image> -->
|
||||
|
||||
<text>X{{item.product_num}}{{item.goods_unit}}</text>
|
||||
<text>X{{item.product_num}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -211,7 +211,7 @@
|
||||
<u--image style="flex: 2;margin-right: 20rpx;" radius='10' :showLoading="true"
|
||||
:src="item.goods_pic" width="100rpx" height="100rpx"></u--image>
|
||||
<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>
|
||||
@ -320,7 +320,7 @@
|
||||
<u--image style="flex: 2;margin-right: 20rpx;" radius='10' :showLoading="true"
|
||||
:src="item.goods_pic" width="100rpx" height="100rpx"></u--image>
|
||||
<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>
|
||||
|
@ -72,7 +72,8 @@
|
||||
<view class="body">
|
||||
<block v-for="(item, index) in extend.qualification">
|
||||
<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>
|
||||
</block>
|
||||
</view>
|
||||
@ -86,11 +87,11 @@
|
||||
</view>
|
||||
<view class="body">
|
||||
<view class="b_item">
|
||||
<view>银行账户姓名:</view>
|
||||
<view>开户银行名称:</view>
|
||||
<view>{{extend.bank_username}}</view>
|
||||
</view>
|
||||
<view class="b_item">
|
||||
<view>开户行:</view>
|
||||
<view>银行卡号:</view>
|
||||
<view>{{extend.bank_opening}}</view>
|
||||
</view>
|
||||
<view class="b_item">
|
||||
@ -142,14 +143,19 @@
|
||||
</view>
|
||||
</view>
|
||||
</u-popup>
|
||||
<u-modal :show="tipShow" title="提示" content='确认信息无误再通过' closeOnClickOverlay showCancelButton @close="tipShow=false"
|
||||
@cancel="tipShow=false" @confirm="$u.throttle(pass, 1500)"></u-modal>
|
||||
<u-modal :show="tipShow" title="提示" content='确认信息无误再通过' closeOnClickOverlay showCancelButton
|
||||
@close="tipShow=false" @cancel="tipShow=false" @confirm="$u.throttle(pass, 1500)"></u-modal>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { Toast } from '../../libs/uniApi'
|
||||
import { approveAudit, approveDetails } from "@/api/approve.js"
|
||||
import {
|
||||
Toast
|
||||
} from '../../libs/uniApi'
|
||||
import {
|
||||
approveAudit,
|
||||
approveDetails
|
||||
} from "@/api/approve.js"
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@ -190,7 +196,8 @@
|
||||
});
|
||||
this.formData = res.data;
|
||||
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 = []
|
||||
} catch (e) {
|
||||
//TODO handle the exception
|
||||
|
Loading…
x
Reference in New Issue
Block a user