From 11a8dbecd839792ae6f4c686579436ff6e2605f0 Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Tue, 26 Apr 2022 17:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=9620220425=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/billDetails/index.vue | 4 +-- src/components/dateSelect/index.vue | 14 ++++++-- src/components/dateSelect/order.vue | 2 +- src/components/orderDetails/index.vue | 10 +++--- src/components/page/admission/index.vue | 2 +- .../page/classification/DataQuery.vue | 32 +++++++++---------- src/components/page/fundSettlement/index.vue | 16 +++++----- 7 files changed, 45 insertions(+), 35 deletions(-) diff --git a/src/components/billDetails/index.vue b/src/components/billDetails/index.vue index 530937d..6314466 100644 --- a/src/components/billDetails/index.vue +++ b/src/components/billDetails/index.vue @@ -82,13 +82,13 @@ // // align:'center' }, { - title: '用户编码', + title: '身份ISLI认证码', dataIndex: 'user_isli', width:'120px', // // align:'center' }, { - title: '客户名称', + title: '交易主体名称', dataIndex: 'order_user.name', width:'120px', // // align:'center' diff --git a/src/components/dateSelect/index.vue b/src/components/dateSelect/index.vue index 7cc68ec..ab84db2 100644 --- a/src/components/dateSelect/index.vue +++ b/src/components/dateSelect/index.vue @@ -133,7 +133,10 @@
分类:{{sourceDate.classification}}
贡献者:{{sourceDate.contributors}}
著作权人:{{sourceDate.copyrightOwner}}
-载体:{{sourceDate.carrier}}
+载体:{{sourceDate.carrier==1?'纸张':sourceDate.carrier==2?'感光材料':sourceDate.carrier==3?'磁带':sourceDate.carrier==4?'光盘': + sourceDate.carrier==5?'移动终端':sourceDate.carrier==6?'计算机':sourceDate.carrier==7?'数字化数据':sourceDate.carrier==8?'天然载体': + sourceDate.carrier==9?'器具载体':'其他载体' + }}
登记者:{{sourceDate.registrant}}
登记日期:{{sourceDate.registerDate}}
@@ -144,8 +147,13 @@标签:{{sourceDate.label}}
描述:{{sourceDate.description}}
哈希值:{{sourceDate.md5}}
-版本:{{sourceDate.edition}}
-现况:{{sourceDate.collectionCondition}}
+版本:{{sourceDate.edition==1?'真迹':sourceDate.edition==2?'抄本':sourceDate.edition==3?'拓本':sourceDate.edition==4?'临摹': + sourceDate.edition==5?'复制':sourceDate.edition==6?'复原':sourceDate.edition==7?'重建':sourceDate.edition==8?'原始录音':sourceDate.edition==9?'原始视频': + sourceDate.edition==10?'刻录':'原创'}}
+现况:{{sourceDate.collectionCondition==1?'完好':sourceDate.collectionCondition==2?'残破':sourceDate.collectionCondition==3?'残缺': + sourceDate.collectionCondition==4?'霉变': + sourceDate.collectionCondition==5?'皱褶':sourceDate.collectionCondition==6?'污渍':sourceDate.collectionCondition==7?'脱浆':sourceDate.collectionCondition==8?'脱线': + sourceDate.collectionCondition==9?'生锈':sourceDate.collectionCondition==10?'褪色':'焦脆'}}
封面:{{sourceDate.covers}}
diff --git a/src/components/dateSelect/order.vue b/src/components/dateSelect/order.vue index b791cfc..f10a3e9 100644 --- a/src/components/dateSelect/order.vue +++ b/src/components/dateSelect/order.vue @@ -42,12 +42,12 @@收费类型:{{item.goods.charges_type==1?'免费':'付费'}}
自报价:{{item.goods.price}}
-交易佣金:{{item.goods.price}}
委托开始时间:{{item.goods.contractual_start_time}}
委托终止时间:{{item.goods.contractualtime_end_time}}
标的价款:¥ {{item.goods.money}}
购买年限:{{item.goods.transaction_count}}
交易佣金:¥ {{item.goods.service_charge}}
+小计:¥ {{item.goods.price}}
diff --git a/src/components/orderDetails/index.vue b/src/components/orderDetails/index.vue index 5e5fd24..744c036 100644 --- a/src/components/orderDetails/index.vue +++ b/src/components/orderDetails/index.vue @@ -67,6 +67,7 @@ {{item.calculate==1?item.ratio:item.amount}} +交易佣金金额:¥ {{order_info.total_service_charge}}
订单金额:¥ {{order_info.total_money}} 元
@@ -75,11 +76,12 @@资金结算表