Browse Source

优化文字字段

master
ltlzx 4 years ago
parent
commit
672ba81c85
  1. 4
      src/components/dateSelect/index.vue
  2. 4
      src/components/orderDetails/index.vue
  3. 2
      src/components/page/admission/index.vue
  4. 2
      src/components/page/classification/DataQuery.vue
  5. 8
      src/components/page/fundSettlement/splitProportion.vue
  6. 6
      src/components/page/layout/index.vue
  7. 30
      src/components/page/order/closed.vue
  8. 30
      src/components/page/order/completed.vue
  9. 32
      src/components/page/order/index.vue
  10. 32
      src/components/page/order/pendingPayment.vue
  11. 32
      src/components/page/order/toBeDelivered.vue
  12. 30
      src/components/page/order/toBeSettled.vue

4
src/components/dateSelect/index.vue

@ -5,9 +5,9 @@
<a-tab-pane key="1">
<span slot="tab">
<span class="tab_span">*</span>
委托方信息
授权方信息
</span>
<p>委托方信息</p>
<p>授权方信息</p>
<div class="tab_body">
<template v-if="userinfo.length!=0">
<div class="tab_body_content" v-for="(item,index) in userinfo" :key="index">

4
src/components/orderDetails/index.vue

@ -39,8 +39,8 @@
<div v-show="orederActive==0">
<p class="oreder_content_title">订单信息</p>
<div class="oreder_info">
<p>委托方/收款{{order_info.entrust_name}}</p>
<p>购买/付款方{{order_info.buy_username}}</p>
<p>授权方/{{order_info.entrust_name}}</p>
<p>被授权/付款方{{order_info.buy_username}}</p>
</div>
<div class="oreder_info">
<p>订单类型{{order_info.type==1?'委托订单':order_info.type==2?'认证订单':'服务订单'}}</p>

2
src/components/page/admission/index.vue

@ -151,7 +151,7 @@ export default {
align:'center'
},
{
title: '委托方',
title: '授权方',
dataIndex: 'username',
align:'center'
},

2
src/components/page/classification/DataQuery.vue

@ -161,7 +161,7 @@ export default {
align:'center'
},
{
title: '委托方',
title: '授权方',
dataIndex: 'username',
align:'center'
},

8
src/components/page/fundSettlement/splitProportion.vue

@ -82,8 +82,8 @@
<a-col :span="5" class="query_item rule_item">
<span>角色名称</span>
<a-select v-model="item.role_type">
<a-select-option value="1">委托</a-select-option>
<a-select-option value="2">购买</a-select-option>
<a-select-option value="1">授权</a-select-option>
<a-select-option value="2">被授权</a-select-option>
<a-select-option value="3">深圳文化产权交易所</a-select-option>
<!-- <a-select-option value="4">区域中心</a-select-option>
<a-select-option value="5">第三方服务机构</a-select-option> -->
@ -136,7 +136,7 @@
<!-- 查看规则 -->
<a-modal v-model="visible" title="查看规则" width="570px" :bodyStyle="{'height':'300px'}">
<div class="rule_item1" v-for="(item,i) in ruleList" :key="i">
<span>{{item.role_type==1?'委托方':item.role_type==2?'购买方':'深圳文化产权交易所'}}</span>
<span>{{item.role_type==1?'授权方':item.role_type==2?'被授权方':'深圳文化产权交易所'}}</span>
<span class="rule_item1_span">交易服务费用{{item.calculate==1?'比例':'固定'}}</span>
<span v-if="item.calculate==1">{{item.ratio}}%</span>
<span v-if="item.calculate==2">{{item.amount}}%</span>
@ -289,7 +289,7 @@ export default {
},
addRule(){
if(parseInt(this.query1[0].ratio)+parseInt(this.query1[2].ratio)!=100){
this.$message.error('委托方和平台方的加起来比列要等于100');
this.$message.error('授权方和平台方的加起来比列要等于100');
return
}
let data={ratio:this.query1}

6
src/components/page/layout/index.vue

@ -51,7 +51,7 @@
<a-input v-model="query1.goods_name"/>
</a-col>
<a-col :span="5" class="query_item">
<span>委托</span>
<span>授权</span>
<a-input v-model="query1.entrust_name"/>
</a-col>
<a-col :span="5" class="query_item">
@ -210,7 +210,7 @@ export default {
align:'center'
},
{
title: '委托方',
title: '授权方',
dataIndex: 'username',
align:'center'
},
@ -256,7 +256,7 @@ export default {
align:'center'
},
{
title: '委托方',
title: '授权方',
dataIndex: 'username',
align:'center'
},

30
src/components/page/order/closed.vue

@ -14,11 +14,11 @@
<a-input v-model="query.batchcode"/>
</a-col>
<a-col :span="5" class="query_item">
<span>委托</span>
<span>授权</span>
<a-input v-model="query.entrust_name"/>
</a-col>
<a-col :span="5" class="query_item">
<span>购买</span>
<span>被授权</span>
<a-input v-model="query.buy_name"/>
</a-col>
<a-col :span="5" class="query_item">
@ -26,7 +26,7 @@
<a-input v-model="query.goods_name"/>
</a-col>
<a-col :span="5" class="query_item" >
<!-- <a-col :span="5" class="query_item" >
<span>订单类型</span>
<a-select default-value="" v-model="query.order_type">
<a-select-option value="">全部</a-select-option>
@ -34,21 +34,21 @@
<a-select-option value="2">认证订单</a-select-option>
<a-select-option value="3">服务订单</a-select-option>
</a-select>
</a-col>
</a-col> -->
<a-col :span="5" class="query_item">
<span>交易方式</span>
<a-select default-value="" v-model="query.entrust_type">
<a-select-option value="">全部</a-select-option>
<a-select-option value="1">转让</a-select-option>
<a-select-option value="2">许可</a-select-option>
<a-select-option value="2">授权</a-select-option>
</a-select>
</a-col>
<a-col :span="5" class="query_item query_item2">
<span>创建时间</span>
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/>
</a-col>
<a-col :span="9" class="query_item query_item1">
<a-col :span="14" class="query_item query_item1">
<a-space :size="21">
<a-button type="primary" class="query_button" @click="getList"> </a-button>
<a-button class="query_button" @click="resetQurey"> </a-button>
@ -129,7 +129,7 @@ export default {
align:'center'
},
{
title: '创建时间',
title: '订单创建时间',
dataIndex: 'createtime',
align:'center'
},
@ -139,7 +139,7 @@ export default {
align:'center'
},
{
title: '委托方/收款方',
title: '授权方/卖方',
dataIndex: 'entrust_name',
align:'center'
},
@ -149,16 +149,16 @@ export default {
align:'center'
},
{
title: '购买方/付款方',
title: '被授权方/买方',
dataIndex: 'buy_username',
align:'center'
},
{
title: '订单类型',
dataIndex: 'type',
scopedSlots: { customRender: 'type' },
align:'center'
},
// {
// title: '',
// dataIndex: 'type',
// scopedSlots: { customRender: 'type' },
// align:'center'
// },
{
title: '交易方式',
dataIndex: 'entrust_type',

30
src/components/page/order/completed.vue

@ -14,11 +14,11 @@
<a-input v-model="query.batchcode"/>
</a-col>
<a-col :span="5" class="query_item">
<span>委托</span>
<span>授权</span>
<a-input v-model="query.entrust_name"/>
</a-col>
<a-col :span="5" class="query_item">
<span>购买</span>
<span>被授权</span>
<a-input v-model="query.buy_name"/>
</a-col>
<a-col :span="5" class="query_item">
@ -26,7 +26,7 @@
<a-input v-model="query.goods_name"/>
</a-col>
<a-col :span="5" class="query_item" >
<!-- <a-col :span="5" class="query_item" >
<span>订单类型</span>
<a-select default-value="" v-model="query.order_type">
<a-select-option value="">全部</a-select-option>
@ -34,21 +34,21 @@
<a-select-option value="2">认证订单</a-select-option>
<a-select-option value="3">服务订单</a-select-option>
</a-select>
</a-col>
</a-col> -->
<a-col :span="5" class="query_item">
<span>交易方式</span>
<a-select default-value="" v-model="query.entrust_type">
<a-select-option value="">全部</a-select-option>
<a-select-option value="1">转让</a-select-option>
<a-select-option value="2">许可</a-select-option>
<a-select-option value="2">授权</a-select-option>
</a-select>
</a-col>
<a-col :span="5" class="query_item query_item2">
<span>创建时间</span>
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/>
</a-col>
<a-col :span="9" class="query_item query_item1">
<a-col :span="14" class="query_item query_item1">
<a-space :size="21">
<a-button type="primary" class="query_button" @click="getList"> </a-button>
<a-button class="query_button" @click="resetQurey"> </a-button>
@ -129,7 +129,7 @@ export default {
align:'center'
},
{
title: '创建时间',
title: '订单创建时间',
dataIndex: 'createtime',
align:'center'
},
@ -139,7 +139,7 @@ export default {
align:'center'
},
{
title: '委托方/收款方',
title: '授权方/卖方',
dataIndex: 'entrust_name',
align:'center'
},
@ -149,16 +149,16 @@ export default {
align:'center'
},
{
title: '购买方/付款方',
title: '被授权方/买方',
dataIndex: 'buy_username',
align:'center'
},
{
title: '订单类型',
dataIndex: 'type',
scopedSlots: { customRender: 'type' },
align:'center'
},
// {
// title: '',
// dataIndex: 'type',
// scopedSlots: { customRender: 'type' },
// align:'center'
// },
{
title: '交易方式',
dataIndex: 'entrust_type',

32
src/components/page/order/index.vue

@ -14,11 +14,11 @@
<a-input v-model="query.batchcode"/>
</a-col>
<a-col :span="5" class="query_item">
<span>委托</span>
<span>授权</span>
<a-input v-model="query.entrust_name"/>
</a-col>
<a-col :span="5" class="query_item">
<span>购买</span>
<span>被授权</span>
<a-input v-model="query.buy_name"/>
</a-col>
<a-col :span="5" class="query_item">
@ -26,7 +26,7 @@
<a-input v-model="query.goods_name"/>
</a-col>
<a-col :span="5" class="query_item" >
<!-- <a-col :span="5" class="query_item" >
<span>订单类型</span>
<a-select default-value="" v-model="query.order_type">
<a-select-option value="">全部</a-select-option>
@ -34,14 +34,14 @@
<a-select-option value="2">认证订单</a-select-option>
<a-select-option value="3">服务订单</a-select-option>
</a-select>
</a-col>
</a-col> -->
<a-col :span="5" class="query_item">
<span>交易方式</span>
<a-select default-value="" v-model="query.entrust_type">
<a-select-option value="">全部</a-select-option>
<a-select-option value="1">转让</a-select-option>
<a-select-option value="2">许可</a-select-option>
<a-select-option value="2">授权</a-select-option>
</a-select>
</a-col>
<a-col :span="5" class="query_item" >
@ -56,10 +56,10 @@
</a-select>
</a-col>
<a-col :span="5" class="query_item query_item2">
<span>创建时间</span>
<span>订单创建时间</span>
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/>
</a-col>
<a-col :span="4" class="query_item query_item1">
<a-col :span="9" class="query_item query_item1">
<a-space :size="21">
<a-button type="primary" class="query_button" @click="getList"> </a-button>
<a-button class="query_button" @click="resetQurey"> </a-button>
@ -143,7 +143,7 @@ export default {
align:'center'
},
{
title: '创建时间',
title: '订单创建时间',
dataIndex: 'createtime',
align:'center'
},
@ -153,7 +153,7 @@ export default {
align:'center'
},
{
title: '委托方/收款方',
title: '授权方/卖方',
dataIndex: 'entrust_name',
align:'center'
},
@ -163,16 +163,16 @@ export default {
align:'center'
},
{
title: '购买方/付款方',
title: '被授权方/买方',
dataIndex: 'buy_username',
align:'center'
},
{
title: '订单类型',
dataIndex: 'type',
scopedSlots: { customRender: 'type' },
align:'center'
},
// {
// title: '',
// dataIndex: 'type',
// scopedSlots: { customRender: 'type' },
// align:'center'
// },
{
title: '交易方式',
dataIndex: 'entrust_type',

32
src/components/page/order/pendingPayment.vue

@ -14,11 +14,11 @@
<a-input v-model="query.batchcode"/>
</a-col>
<a-col :span="5" class="query_item">
<span>委托</span>
<span>授权</span>
<a-input v-model="query.entrust_name"/>
</a-col>
<a-col :span="5" class="query_item">
<span>购买</span>
<span>被授权</span>
<a-input v-model="query.buy_name"/>
</a-col>
<a-col :span="5" class="query_item">
@ -26,7 +26,7 @@
<a-input v-model="query.goods_name"/>
</a-col>
<a-col :span="5" class="query_item" >
<!-- <a-col :span="5" class="query_item" >
<span>订单类型</span>
<a-select default-value="" v-model="query.order_type">
<a-select-option value="">全部</a-select-option>
@ -34,21 +34,21 @@
<a-select-option value="2">认证订单</a-select-option>
<a-select-option value="3">服务订单</a-select-option>
</a-select>
</a-col>
</a-col> -->
<a-col :span="5" class="query_item">
<span>交易方式</span>
<a-select default-value="" v-model="query.entrust_type">
<a-select-option value="">全部</a-select-option>
<a-select-option value="1">转让</a-select-option>
<a-select-option value="2">许可</a-select-option>
<a-select-option value="2">授权</a-select-option>
</a-select>
</a-col>
<a-col :span="5" class="query_item query_item2">
<span>创建时间</span>
<span>订单创建时间</span>
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/>
</a-col>
<a-col :span="9" class="query_item query_item1">
<a-col :span="14" class="query_item query_item1">
<a-space :size="21">
<a-button type="primary" class="query_button" @click="getList"> </a-button>
<a-button class="query_button" @click="resetQurey"> </a-button>
@ -128,7 +128,7 @@ export default {
align:'center'
},
{
title: '创建时间',
title: '订单创建时间',
dataIndex: 'createtime',
align:'center'
},
@ -138,7 +138,7 @@ export default {
align:'center'
},
{
title: '委托方/收款方',
title: '授权方/卖方',
dataIndex: 'entrust_name',
align:'center'
},
@ -148,16 +148,16 @@ export default {
align:'center'
},
{
title: '购买方/付款方',
title: '被授权方/买方',
dataIndex: 'buy_username',
align:'center'
},
{
title: '订单类型',
dataIndex: 'type',
scopedSlots: { customRender: 'type' },
align:'center'
},
// {
// title: '',
// dataIndex: 'type',
// scopedSlots: { customRender: 'type' },
// align:'center'
// },
{
title: '交易方式',
dataIndex: 'entrust_type',

32
src/components/page/order/toBeDelivered.vue

@ -14,11 +14,11 @@
<a-input v-model="query.batchcode"/>
</a-col>
<a-col :span="5" class="query_item">
<span>委托</span>
<span>授权</span>
<a-input v-model="query.entrust_name"/>
</a-col>
<a-col :span="5" class="query_item">
<span>购买</span>
<span>被授权</span>
<a-input v-model="query.buy_name"/>
</a-col>
<a-col :span="5" class="query_item">
@ -26,7 +26,7 @@
<a-input v-model="query.goods_name"/>
</a-col>
<a-col :span="5" class="query_item" >
<!-- <a-col :span="5" class="query_item" >
<span>订单类型</span>
<a-select default-value="" v-model="query.order_type">
<a-select-option value="">全部</a-select-option>
@ -34,21 +34,21 @@
<a-select-option value="2">认证订单</a-select-option>
<a-select-option value="3">服务订单</a-select-option>
</a-select>
</a-col>
</a-col> -->
<a-col :span="5" class="query_item">
<span>交易方式</span>
<a-select default-value="" v-model="query.entrust_type">
<a-select-option value="">全部</a-select-option>
<a-select-option value="1">转让</a-select-option>
<a-select-option value="2">许可</a-select-option>
<a-select-option value="2">授权</a-select-option>
</a-select>
</a-col>
<a-col :span="5" class="query_item query_item2">
<span>创建时间</span>
<span>订单创建时间</span>
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/>
</a-col>
<a-col :span="9" class="query_item query_item1">
<a-col :span="14" class="query_item query_item1">
<a-space :size="21">
<a-button type="primary" class="query_button" @click="getList"> </a-button>
<a-button class="query_button" @click="resetQurey"> </a-button>
@ -129,7 +129,7 @@ export default {
align:'center'
},
{
title: '创建时间',
title: '订单创建时间',
dataIndex: 'createtime',
align:'center'
},
@ -139,7 +139,7 @@ export default {
align:'center'
},
{
title: '委托方/收款方',
title: '授权方/卖方',
dataIndex: 'entrust_name',
align:'center'
},
@ -149,16 +149,16 @@ export default {
align:'center'
},
{
title: '购买方/付款方',
title: '被授权方/买方',
dataIndex: 'buy_username',
align:'center'
},
{
title: '订单类型',
dataIndex: 'type',
scopedSlots: { customRender: 'type' },
align:'center'
},
// {
// title: '',
// dataIndex: 'type',
// scopedSlots: { customRender: 'type' },
// align:'center'
// },
{
title: '交易方式',
dataIndex: 'entrust_type',

30
src/components/page/order/toBeSettled.vue

@ -14,11 +14,11 @@
<a-input v-model="query.batchcode"/>
</a-col>
<a-col :span="5" class="query_item">
<span>委托</span>
<span>授权</span>
<a-input v-model="query.entrust_name"/>
</a-col>
<a-col :span="5" class="query_item">
<span>购买</span>
<span>被授权</span>
<a-input v-model="query.buy_name"/>
</a-col>
<a-col :span="5" class="query_item">
@ -26,7 +26,7 @@
<a-input v-model="query.goods_name"/>
</a-col>
<a-col :span="5" class="query_item" >
<!-- <a-col :span="5" class="query_item" >
<span>订单类型</span>
<a-select default-value="" v-model="query.order_type">
<a-select-option value="">全部</a-select-option>
@ -34,21 +34,21 @@
<a-select-option value="2">认证订单</a-select-option>
<a-select-option value="3">服务订单</a-select-option>
</a-select>
</a-col>
</a-col> -->
<a-col :span="5" class="query_item">
<span>交易方式</span>
<a-select default-value="" v-model="query.entrust_type">
<a-select-option value="">全部</a-select-option>
<a-select-option value="1">转让</a-select-option>
<a-select-option value="2">许可</a-select-option>
<a-select-option value="2">授权</a-select-option>
</a-select>
</a-col>
<a-col :span="5" class="query_item query_item2">
<span>创建时间</span>
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/>
</a-col>
<a-col :span="9" class="query_item query_item1">
<a-col :span="14" class="query_item query_item1">
<a-space :size="21">
<a-button type="primary" class="query_button" @click="getList"> </a-button>
<a-button class="query_button" @click="resetQurey"> </a-button>
@ -129,7 +129,7 @@ export default {
align:'center'
},
{
title: '创建时间',
title: '订单创建时间',
dataIndex: 'createtime',
align:'center'
},
@ -139,7 +139,7 @@ export default {
align:'center'
},
{
title: '委托方/收款方',
title: '授权方/卖方',
dataIndex: 'entrust_name',
align:'center'
},
@ -149,16 +149,16 @@ export default {
align:'center'
},
{
title: '购买方/付款方',
title: '被授权方/买方',
dataIndex: 'buy_username',
align:'center'
},
{
title: '订单类型',
dataIndex: 'type',
scopedSlots: { customRender: 'type' },
align:'center'
},
// {
// title: '',
// dataIndex: 'type',
// scopedSlots: { customRender: 'type' },
// align:'center'
// },
{
title: '交易方式',
dataIndex: 'entrust_type',

Loading…
Cancel
Save