diff --git a/src/api/index.js b/src/api/index.js
index 2fb3d79..c9ccc81 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -80,6 +80,14 @@ export const cartellino = query => {
data: query
});
};
+// 上传支付文件
+export const uploadPayFile = query => {
+ return request({
+ url: '/api/user.Asset/uploadPayFile',
+ method: 'post',
+ data: query
+ });
+};
// 获取挂牌费用
export const getPrice = query => {
return request({
diff --git a/src/components/page/AssetDetails.vue b/src/components/page/AssetDetails.vue
index 17c1309..3be8e9b 100644
--- a/src/components/page/AssetDetails.vue
+++ b/src/components/page/AssetDetails.vue
@@ -18,6 +18,10 @@
评估价格:
¥ {{listingList.cartellino_type==1 ? listingList.price: listingList.start_auction_money}}
+
+ 标的编号:
+ {{listingList.serial_number}}
+
标的类型:
{{listingList.serial_type_name}}
@@ -216,7 +220,7 @@ export default {
.asset_info_title{
font-size: 20px;
font-weight: bold;
- margin-bottom: 60px;
+ margin-bottom: 20px;
}
.asset_info_p{
font-size: 18px;
diff --git a/src/components/page/Deal.vue b/src/components/page/Deal.vue
index 0cd2efd..1a894ae 100644
--- a/src/components/page/Deal.vue
+++ b/src/components/page/Deal.vue
@@ -66,7 +66,7 @@
+ v-model="query.serial_number">
@@ -91,9 +91,9 @@
:header-cell-style="{background:'#F3F3F3 !important',color:'#333333',height:'60px',fontSize:'14px'}"
style="width: 100%">
+ label="挂牌编号">
@@ -167,6 +167,7 @@ export default {
sell_name:'',
cartellino_id:'',
asset_name:'',
+ serial_number:''
},
pageTotal:0,
listData:[]
diff --git a/src/components/page/Hoster/Listing.vue b/src/components/page/Hoster/Listing.vue
index c7764da..7fb4b65 100644
--- a/src/components/page/Hoster/Listing.vue
+++ b/src/components/page/Hoster/Listing.vue
@@ -260,15 +260,15 @@
v-model="ruleForm.buy_condition">
-
+
人民币
- 万元
+ 元
意向摘牌方在提交摘牌申请时交纳保证金
@@ -358,7 +358,7 @@
-->
-
+
请上传资产挂牌付款凭证
{
if(valid){
- if (this.ruleForm.payment_document=='') {
- this.editVisible=true
- }else{
- this.loading=true
+ // if (this.ruleForm.payment_document=='') {
+ // this.editVisible=true
+ // }else{
+ // this.loading=true
if(this.query.type==2){
this.update_cartellino()
}else{
this.cartellino()
}
- }
+ // }
}
})
},
diff --git a/src/components/page/Hoster/myAssets.vue b/src/components/page/Hoster/myAssets.vue
index 488f466..71d6638 100644
--- a/src/components/page/Hoster/myAssets.vue
+++ b/src/components/page/Hoster/myAssets.vue
@@ -76,12 +76,12 @@
- {{scope.row.asset_status==0? '待审核':scope.row.asset_status==1?'待复核':scope.row.asset_status==2?'发布中':scope.row.asset_status==3?'已下架':'已转让'}}
+ {{scope.row.asset_status==0 ? '待审核':scope.row.asset_status==1?'待复核':scope.row.asset_status==2?'发布中':scope.row.asset_status==3?'已下架': scope.row.asset_status==5?'待支付挂牌费':'已转让'}}
-
+
查看资产
摘牌审核
@@ -103,6 +103,10 @@
申请摘牌
+
+ 查看资产
+ 审核情况
+
@@ -337,9 +341,12 @@ export default {
}
})
},
+ goDetails1(id){
+ this.$router.push({path:'/examine',query:{id:id}})
+ },
goDetails(id,type){
// if (type==2) {
- // this.$router.push({path:'/AssetListing',query:{id:id,type:type}})
+
// }else{
this.$router.push({path:'/AssetListing',query:{id:id,type:type}})
// }
diff --git a/src/components/page/Hoster/myOrder.vue b/src/components/page/Hoster/myOrder.vue
index 4636610..03dea8d 100644
--- a/src/components/page/Hoster/myOrder.vue
+++ b/src/components/page/Hoster/myOrder.vue
@@ -7,7 +7,7 @@
订单类型
-
+
@@ -63,7 +63,7 @@
{{item.create_time | formatDate}}
订单编号:{{item.batchcode}}
- 挂牌方:{{item.firm_name}}
+ 摘牌方:{{item.firm_name}}
标的编号:{{item.serial_number}}
diff --git a/src/components/page/Listing.vue b/src/components/page/Listing.vue
index a347a58..01724b9 100644
--- a/src/components/page/Listing.vue
+++ b/src/components/page/Listing.vue
@@ -99,6 +99,10 @@
挂牌方
{{item.firm_name}}
+
+ 标的编号
+ {{item.serial_number}}
+
diff --git a/src/components/page/Order/orderPendingPay.vue b/src/components/page/Order/orderPendingPay.vue
index 040f054..0c03698 100644
--- a/src/components/page/Order/orderPendingPay.vue
+++ b/src/components/page/Order/orderPendingPay.vue
@@ -24,6 +24,20 @@
挂牌方:
{{orderInfos.sell_name}}
+
+
+ 挂牌方联系人:
+ {{orderInfos.sell_uname}}
+
+
+ 联系人电话:
+ {{orderInfos.sell_phone}}
+
+
+ 挂牌方地址:
+ {{orderInfos.sell_address}}
+
+
摘牌方留言:
{{orderInfos. sell_message}}
@@ -82,8 +96,8 @@
@@ -410,12 +424,13 @@ export default {
}
.order_info_left_content_item span:first-child{
display: inline-block;
- width: 80px;
+ width: 90px;
margin-right: 10px;
+ text-align: right;
}
.order_info_left_content_item span:last-child{
display: inline-block;
- width: 135px;
+ width: 120px;
}
.order_head{
display: flex;
diff --git a/src/components/page/Order/sellOrderPendingPay.vue b/src/components/page/Order/sellOrderPendingPay.vue
index 4efb0ca..041b78c 100644
--- a/src/components/page/Order/sellOrderPendingPay.vue
+++ b/src/components/page/Order/sellOrderPendingPay.vue
@@ -58,7 +58,8 @@
由交易所确认,请耐心等候!
- 请双方上传签约合同PDF文件扫描件,由交易所见证交易过程!
+
+ 请支付交易服务费用{{orderInfos.service_charge}}元并且上传签约合同
交易所正在审核确认双方上传的签约合同,请耐心等候!
@@ -102,12 +103,14 @@
@@ -165,11 +168,11 @@
-
+
给挂牌方留言:
{{orderInfos.buy_message}}
-
+
-
+
+
-
+
标的挂牌
-

-

+

+
-
+
挂牌资料已经提交,请耐心等待审核
-
- 审核失败!请重新提交资料
- 重新提交
+
+
+ 挂牌资料审核已通过,您需要支付挂牌费用
+ ({{assetLists.cartellino_money}}元)
+ ,请上传支付凭证
+
+ 挂牌费的支付凭证未通过审核,请查看原因重新提交
+ 挂牌费的支付凭证已重新提交,请耐心等待审核
+
+ {{assetLists.asset_check_status==0? '点击上传':'重新上传'}}
+
+
+
+ 挂牌费的支付凭证用已经提交,请耐心等待审核
-
+
失败原因:
-
+
{{assetLists.message}}