Browse Source

修改标的金额

master
torsenli 3 years ago
parent
commit
285dfcfa4c
  1. 20
      src/components/page/order/closed.vue
  2. 20
      src/components/page/order/completed.vue
  3. 12
      src/components/page/order/index.vue
  4. 22
      src/components/page/order/pendingPayment.vue
  5. 20
      src/components/page/order/toBeDelivered.vue
  6. 20
      src/components/page/order/toBeSettled.vue

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

@ -57,19 +57,19 @@
</a-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>标的金额</span>
<a-input v-model="query.entrust_name" placeholder="最小值"/>
<a-input v-model="query.biaodi_start" placeholder="最小值"/>
<el-col :span="10" v-html="'\u00a0'"/>
<el-col style="color:#d9d9d9;">-</el-col>
<el-col :span="10" v-html="'\u00a0'"/>
<a-input v-model="query.entrust_name" placeholder="最大值"/>
<a-input v-model="query.biaodi_end" placeholder="最大值"/>
</a-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>订单金额</span>
<a-input v-model="query.entrust_name" placeholder="最小值"/>
<a-input v-model="query.dingdan_start" placeholder="最小值"/>
<el-col :span="10" v-html="'\u00a0'"/>
<el-col style="color:#d9d9d9;">-</el-col>
<el-col :span="10" v-html="'\u00a0'"/>
<a-input v-model="query.entrust_name" placeholder="最大值"/>
<a-input v-model="query.dingdan_end" placeholder="最大值"/>
</a-col>
<a-col :lg="12" :xl="16" :xxl="24" class="query_item query_item1">
<a-space :size="21">
@ -133,6 +133,10 @@ export default {
createtime:[],
goods_isli:'',
charges_type:'',
biaodi_start:'',
biaodi_end:'',
dingdan_start:'',
dingdan_end:'',
},
visible:false,
visible2:false,
@ -195,14 +199,14 @@ export default {
// align:'center'
},
{
title: '交易佣金',
dataIndex: 'total_service_charge',
title: '标的金额',
dataIndex: 'goods_price',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',
title: '交易佣金',
dataIndex: 'total_service_charge',
width:'90px',
// align:'center'
},

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

@ -57,19 +57,19 @@
</a-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>标的金额</span>
<a-input v-model="query.entrust_name" placeholder="最小值"/>
<a-input v-model="query.biaodi_start" placeholder="最小值"/>
<el-col :span="10" v-html="'\u00a0'"/>
<el-col style="color:#d9d9d9;">-</el-col>
<el-col :span="10" v-html="'\u00a0'"/>
<a-input v-model="query.entrust_name" placeholder="最大值"/>
<a-input v-model="query.biaodi_end" placeholder="最大值"/>
</a-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>订单金额</span>
<a-input v-model="query.entrust_name" placeholder="最小值"/>
<a-input v-model="query.dingdan_start" placeholder="最小值"/>
<el-col :span="10" v-html="'\u00a0'"/>
<el-col style="color:#d9d9d9;">-</el-col>
<el-col :span="10" v-html="'\u00a0'"/>
<a-input v-model="query.entrust_name" placeholder="最大值"/>
<a-input v-model="query.dingdan_end" placeholder="最大值"/>
</a-col>
<a-col :lg="12" :xl="16" :xxl="24" class="query_item query_item1">
<a-space :size="21">
@ -133,6 +133,10 @@ export default {
createtime:[],
goods_isli:'',
charges_type:'',
biaodi_start:'',
biaodi_end:'',
dingdan_start:'',
dingdan_end:'',
},
visible:false,
visible2:false,
@ -194,14 +198,14 @@ export default {
// align:'center'
},
{
title: '交易佣金',
dataIndex: 'total_service_charge',
title: '标的金额',
dataIndex: 'goods_price',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',
title: '交易佣金',
dataIndex: 'total_service_charge',
width:'90px',
// align:'center'
},

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

@ -69,19 +69,19 @@
</a-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>标的金额</span>
<a-input v-model="query.entrust_name" placeholder="最小值"/>
<a-input v-model="query.biaodi_start" placeholder="最小值"/>
<el-col :span="10" v-html="'\u00a0'"/>
<el-col style="color:#d9d9d9;">-</el-col>
<el-col :span="10" v-html="'\u00a0'"/>
<a-input v-model="query.entrust_name" placeholder="最大值"/>
<a-input v-model="query.biaodi_end" placeholder="最大值"/>
</a-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>订单金额</span>
<a-input v-model="query.entrust_name" placeholder="最小值"/>
<a-input v-model="query.dingdan_start" placeholder="最小值"/>
<el-col :span="10" v-html="'\u00a0'"/>
<el-col style="color:#d9d9d9;">-</el-col>
<el-col :span="10" v-html="'\u00a0'"/>
<a-input v-model="query.entrust_name" placeholder="最大值"/>
<a-input v-model="query.dingdan_end" placeholder="最大值"/>
</a-col>
<a-col :lg="24" :xl="8" :xxl="24" class="query_item query_item1">
<a-space :size="21">
@ -148,6 +148,10 @@ export default {
createtime:[],
goods_isli:'',
charges_type:'',
biaodi_start:'',
biaodi_end:'',
dingdan_start:'',
dingdan_end:'',
},
batchcode:'',
visible:false,

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

@ -57,19 +57,19 @@
</a-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>标的金额</span>
<a-input v-model="query.entrust_name" placeholder="最小值"/>
<a-input v-model="query.biaodi_start" placeholder="最小值"/>
<el-col :span="10" v-html="'\u00a0'"/>
<el-col style="color:#d9d9d9;">-</el-col>
<el-col :span="10" v-html="'\u00a0'"/>
<a-input v-model="query.entrust_name" placeholder="最大值"/>
<a-input v-model="query.biaodi_end" placeholder="最大值"/>
</a-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>订单金额</span>
<a-input v-model="query.entrust_name" placeholder="最小值"/>
<a-input v-model="query.dingdan_start" placeholder="最小值"/>
<el-col :span="10" v-html="'\u00a0'"/>
<el-col style="color:#d9d9d9;">-</el-col>
<el-col :span="10" v-html="'\u00a0'"/>
<a-input v-model="query.entrust_name" placeholder="最大值"/>
<a-input v-model="query.dingdan_end" placeholder="最大值"/>
</a-col>
<a-col :lg="12" :xl="16" :xxl="24" class="query_item query_item1">
<a-space :size="21">
@ -132,6 +132,10 @@ export default {
createtime:'',
goods_isli:'',
charges_type:'',
biaodi_start:'',
biaodi_end:'',
dingdan_start:'',
dingdan_end:'',
},
batchcode:'',
visible:false,
@ -193,14 +197,14 @@ export default {
},
{
title: '交易佣金',
dataIndex: 'total_service_charge',
title: '标的金额',
dataIndex: 'goods_price',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',
title: '交易佣金',
dataIndex: 'total_service_charge',
width:'90px',
// align:'center'
},
@ -208,7 +212,7 @@ export default {
title: '订单金额',
dataIndex: 'total_money',
width:'90px',
// align:'center'
},
{
title: '操作',

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

@ -57,19 +57,19 @@
</a-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>标的金额</span>
<a-input v-model="query.entrust_name" placeholder="最小值"/>
<a-input v-model="query.biaodi_start" placeholder="最小值"/>
<el-col :span="10" v-html="'\u00a0'"/>
<el-col style="color:#d9d9d9;">-</el-col>
<el-col :span="10" v-html="'\u00a0'"/>
<a-input v-model="query.entrust_name" placeholder="最大值"/>
<a-input v-model="query.biaodi_end" placeholder="最大值"/>
</a-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>订单金额</span>
<a-input v-model="query.entrust_name" placeholder="最小值"/>
<a-input v-model="query.dingdan_start" placeholder="最小值"/>
<el-col :span="10" v-html="'\u00a0'"/>
<el-col style="color:#d9d9d9;">-</el-col>
<el-col :span="10" v-html="'\u00a0'"/>
<a-input v-model="query.entrust_name" placeholder="最大值"/>
<a-input v-model="query.dingdan_end" placeholder="最大值"/>
</a-col>
<a-col :lg="12" :xl="16" :xxl="24" class="query_item query_item1">
<a-space :size="21">
@ -133,6 +133,10 @@ export default {
createtime:[],
goods_isli:'',
charges_type:'',
biaodi_start:'',
biaodi_end:'',
dingdan_start:'',
dingdan_end:'',
},
visible:false,
visible2:false,
@ -193,14 +197,14 @@ export default {
// align:'center'
},
{
title: '交易佣金',
dataIndex: 'total_service_charge',
title: '标的金额',
dataIndex: 'goods_price',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',
title: '交易佣金',
dataIndex: 'total_service_charge',
width:'90px',
// align:'center'
},

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

@ -57,19 +57,19 @@
</a-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>标的金额</span>
<a-input v-model="query.entrust_name" placeholder="最小值"/>
<a-input v-model="query.biaodi_start" placeholder="最小值"/>
<el-col :span="10" v-html="'\u00a0'"/>
<el-col style="color:#d9d9d9;">-</el-col>
<el-col :span="10" v-html="'\u00a0'"/>
<a-input v-model="query.entrust_name" placeholder="最大值"/>
<a-input v-model="query.biaodi_end" placeholder="最大值"/>
</a-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>订单金额</span>
<a-input v-model="query.entrust_name" placeholder="最小值"/>
<a-input v-model="query.dingdan_start" placeholder="最小值"/>
<el-col :span="10" v-html="'\u00a0'"/>
<el-col style="color:#d9d9d9;">-</el-col>
<el-col :span="10" v-html="'\u00a0'"/>
<a-input v-model="query.entrust_name" placeholder="最大值"/>
<a-input v-model="query.dingdan_end" placeholder="最大值"/>
</a-col>
<a-col :lg="12" :xl="16" :xxl="24" class="query_item query_item1">
<a-space :size="21">
@ -133,6 +133,10 @@ export default {
createtime:[],
goods_isli:'',
charges_type:'',
biaodi_start:'',
biaodi_end:'',
dingdan_start:'',
dingdan_end:'',
},
visible:false,
visible2:false,
@ -193,14 +197,14 @@ export default {
// align:'center'
},
{
title: '交易佣金',
dataIndex: 'total_service_charge',
title: '标的金额',
dataIndex: 'goods_price',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',
title: '交易佣金',
dataIndex: 'total_service_charge',
width:'90px',
// align:'center'
},

Loading…
Cancel
Save