diff --git a/src/components/page/AssetDetails.vue b/src/components/page/AssetDetails.vue index ba5f602..76bae9a 100644 --- a/src/components/page/AssetDetails.vue +++ b/src/components/page/AssetDetails.vue @@ -41,8 +41,12 @@

浏览记录 {{listingList.views}}次

- - +
+ {{listingList.surplus_count==0?'正在交易':'立即购买' }} + +
+ +
@@ -56,7 +60,24 @@ -
{{listingList.serial_content}}
+
+
交易信息
+

资产单价:¥ {{listingList.cartellino_type==1 ? listingList.price: listingList.start_auction_money}}

+

资产单位:"{{listingList.asset_unit}}"

+

挂牌数量:{{listingList.count}}

+

起购数量:{{listingList.pay_count}}

+

付款方式:{{listingList.pay_mode==1?'网银支付':'对公转账'}}

+

交易方式:{{listingList.buy_mode==1?'线下交易':'线上交易'}}

+ +
基础信息
+

资产名称:{{listingList.serial_name}}

+

资产类型:{{listingList.top_class_name}}

+

资产所在地:{{listingList.province_name}} {{listingList.city_name}} {{listingList.area_name}}

+

资产基本情况:{{listingList.serial_content}}

+

内部决策情况:{{listingList.decision==1?'个人同意':listingList.decision==2?'股东会决议':listingList.decision==3?'董事会决议':listingList.decision==4?'总经理办公会决议':'其他'}}

+

其他情况:{{listingList.decision_case}}

+

挂牌时长:{{listingList.endtime}} 前

+
@@ -68,11 +89,16 @@ export default { number:1, query:{ id:'', - count:'' + count:'', + type:'' }, listingList:{} } }, + components: { + countDown: () => import('../common/countDown.vue'), + + }, created(){ this.query.id=this.$route.query.id this.getData() @@ -102,10 +128,10 @@ export default { } }) }, - checkBuy(){ + checkBuy(type){ this.query.count=this.listingList.pay_count + this.query.type=type checkBuy(this.query).then(res => { - console.info(res) if(res.code==100){ this.query.count=this.listingList.pay_count this.$router.push({path:'/order/confirmOrder',query:{step:0,id:this.query.id,count:this.query.count,type:0}}) @@ -139,6 +165,11 @@ export default { border: 1px solid #89201F; margin: 0 5px; } + .asset1_content_title{ + font-size: 18px; + font-weight: bold; + margin: 20px 0; + } .asset{ width: 100%; border: 1px solid #CCCCCC; @@ -233,6 +264,15 @@ export default { cursor: pointer; } .purchase{ + border-radius: 2px; + font-size: 16px; + cursor: pointer; + width: 150px; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; color: white; background-color: rgba(201, 76, 76, 1); border: none; @@ -261,4 +301,12 @@ export default { .asset1_content{ padding: 20px ; } + .asset1_content p{ + margin-top: 10px; + } + .countDown{ + margin-top: 5px; + font-size: 14px; + color: white; + } diff --git a/src/components/page/Hoster/Listing.vue b/src/components/page/Hoster/Listing.vue index fb3b68b..a67c262 100644 --- a/src/components/page/Hoster/Listing.vue +++ b/src/components/page/Hoster/Listing.vue @@ -129,11 +129,11 @@ 选取线上交易请在基础信息内上传资产数据 - +
挂牌费用说明
@@ -191,7 +191,7 @@ export default { pay_count:'', pay_mode:1, buy_mode:1, - goods_mode:1, + // goods_mode:1, express_money:'', start_auction_money:'', bidding_money:'', @@ -243,9 +243,9 @@ export default { buy_mode: [ { required: true, message: '请选择交易方式', trigger: 'blur' }, ], - goods_mode: [ - { required: true, message: '请选择交付方式', trigger: 'blur' }, - ], + // goods_mode: [ + // { required: true, message: '请选择交付方式', trigger: 'blur' }, + // ], pay_type: [ { required: true, message: '请选择支付方式', trigger: 'blur' }, ], diff --git a/src/components/page/Purchaser/wkTrusteeship.vue b/src/components/page/Purchaser/wkTrusteeship.vue index e0743d6..bd8cc63 100644 --- a/src/components/page/Purchaser/wkTrusteeship.vue +++ b/src/components/page/Purchaser/wkTrusteeship.vue @@ -78,7 +78,7 @@ - +