Commit 64790c4a authored by zhengke's avatar zhengke

修改

parent 1434a50a
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
.koraActivityContent{ .koraActivityContent{
/* display: flex; */ /* display: flex; */
margin:15px; margin:15px;
padding-bottom:20px;
} }
.activeList{ .activeList{
width:120px; width:120px;
......
<template> <template>
<div class="mynav" :style="{'background':bg}"> <div class="mynav" :style="{'background':bg}" style="padding-bottom:20px;">
<swiper :autoplay="false" :style="{'height': height + 'rpx' }"> <swiper :autoplay="false" :style="{'height': height + 'rpx' }">
<swiper-item v-for="(item, index) in cols" :key="index"> <swiper-item v-for="(item, index) in cols" :key="index">
<view :style="[formatStyle]"> <view :style="[formatStyle]">
......
...@@ -28,14 +28,32 @@ ...@@ -28,14 +28,32 @@
color:#111111; color:#111111;
margin-right:5px; margin-right:5px;
} }
.procurementDetail .ziDetailList{
display: flex;
width:100%;
border-bottom:1px solid #F2F3F6;
height:50px;
font-size:14px;
align-items: center;
justify-content: space-between;
}
.procurementDetail .ziproDeleft{
color:#7F7F7F;
margin-left:5px;
}
.procurementDetail .zixunQuestion{
min-height: 150px;
background-color: #F7F7F7;
padding:10px;
color:#111111;
line-height: 22px;
border-radius: 3px;
font-size: 13px;
}
</style> </style>
<template> <template>
<view class="procurementDetail"> <view class="procurementDetail">
<view class="proDeTitle">{{dataList.GoodsCategory}}</view> <view class="proDeTitle">{{dataList.Investment}}</view>
<view class="proDeList" style="border-top:1px solid #E9E9E9;">
<view class="proDeLeft">进口数量</view>
<view class="proDeRight">{{dataList.ImportNum}}</view>
</view>
<view class="proDeList"> <view class="proDeList">
<view class="proDeLeft">产品说明</view> <view class="proDeLeft">产品说明</view>
<view class="proDeRight">{{dataList.Describe}}</view> <view class="proDeRight">{{dataList.Describe}}</view>
...@@ -120,6 +138,18 @@ ...@@ -120,6 +138,18 @@
<view class="proDeLeft">其它</view> <view class="proDeLeft">其它</view>
<view class="proDeRight">{{dataList.OtherInfo}}</view> <view class="proDeRight">{{dataList.OtherInfo}}</view>
</view> </view>
<template v-if="dataList.AuditStatus!=0">
<view class="proDeList">
<view class="proDeLeft">审核状态</view>
<view class="proDeRight">{{dataList.AuditStatusStr}}</view>
</view>
<view class="ziDetailList" style="border-bottom:0;">
<view class="ziproDeleft">审核内容</view>
</view>
<view class="zixunQuestion">
{{dataList.AuditContent}}
</view>
</template>
</view> </view>
</template> </template>
......
...@@ -40,8 +40,9 @@ ...@@ -40,8 +40,9 @@
<view> <view>
<view class="procureList" v-for="(item,index) in dataList" :key="index" @click="goDetail(item)"> <view class="procureList" v-for="(item,index) in dataList" :key="index" @click="goDetail(item)">
<view class="procure_Top"> <view class="procure_Top">
<view class="proriTitle">{{item.GoodsCategory}}</view> <view class="proriTitle">{{item.Investment}}</view>
<view> <view style="display:flex;align-items: center;">
<text style="font-size: 13px;color:#111111;">{{item.AuditStatusStr}}</text>
<image style="width:20px;height:20px;" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/arrow_right.png" mode=""></image> <image style="width:20px;height:20px;" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/arrow_right.png" mode=""></image>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment