torsenli 3 years ago
parent
commit
5f340491cf
  1. 12
      src/components/page/afterService/invoice.vue
  2. 33
      src/components/page/order/closed.vue
  3. 32
      src/components/page/order/completed.vue
  4. 2
      src/components/page/order/index.vue
  5. 32
      src/components/page/order/pendingPayment.vue
  6. 32
      src/components/page/order/toBeDelivered.vue
  7. 32
      src/components/page/order/toBeSettled.vue
  8. 4
      src/main.js
  9. 4
      src/utils/request.js

12
src/components/page/afterService/invoice.vue

@ -57,7 +57,11 @@
<span>生成时间</span>
<a-range-picker valueFormat="YYYY-MM-DD" v-model="query.createtime"/>
</a-col>
<a-col :lg="24" :xl="24" :xxl="12" class="query_item query_item1">
<a-col :lg="8" :xl="8" :xxl="6" class="query_item">
<span>发票号码</span>
<a-input v-model="query.batchcode"/>
</a-col>
<a-col :lg="24" :xl="24" :xxl="24" class="query_item query_item1">
<a-space :size="21">
<a-button type="primary" class="query_button" @click="getAllDate(1)"> </a-button>
<a-button class="query_button" @click="resetQurey"> </a-button>
@ -142,6 +146,12 @@ export default {
width:'160px'
// align:'center'
},
{
title: '发票号码',
dataIndex: 'ticketid',
width:'120px'
// align:'center'
},
{
title: '发票编号',
dataIndex: 'ticketid',

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

@ -51,11 +51,27 @@
<a-select-option value="2">授权</a-select-option>
</a-select>
</a-col>
<a-col :lg="12" :xl="8" :xxl="6" class="query_item query_item2">
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item2">
<span>创建时间</span>
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/>
</a-col>
<a-col :lg="12" :xl="16" :xxl="6" class="query_item query_item1">
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>标的金额</span>
<a-input v-model="query.entrust_name" 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-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>订单金额</span>
<a-input v-model="query.entrust_name" 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-col>
<a-col :lg="12" :xl="16" :xxl="24" class="query_item query_item1">
<a-space :size="21">
<a-button type="primary" class="query_button" @click="getList(1)"> </a-button>
<a-button class="query_button" @click="resetQurey"> </a-button>
@ -165,6 +181,7 @@ export default {
// width:'130px',
// align:'center'
},
// {
// title: '',
// dataIndex: 'type',
@ -177,6 +194,18 @@ export default {
width:'90px',
// align:'center'
},
{
title: '交易佣金',
dataIndex: 'total_service_charge',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',

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

@ -51,11 +51,27 @@
<a-select-option value="2">授权</a-select-option>
</a-select>
</a-col>
<a-col :lg="12" :xl="8" :xxl="6" class="query_item query_item2">
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item2">
<span>创建时间</span>
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/>
</a-col>
<a-col :lg="12" :xl="16" :xxl="6" class="query_item query_item1">
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>标的金额</span>
<a-input v-model="query.entrust_name" 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-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>订单金额</span>
<a-input v-model="query.entrust_name" 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-col>
<a-col :lg="12" :xl="16" :xxl="24" class="query_item query_item1">
<a-space :size="21">
<a-button type="primary" class="query_button" @click="getList(1)"> </a-button>
<a-button class="query_button" @click="resetQurey"> </a-button>
@ -177,6 +193,18 @@ export default {
dataIndex: 'entrust_type',
// align:'center'
},
{
title: '交易佣金',
dataIndex: 'total_service_charge',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',

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

@ -144,7 +144,7 @@ export default {
goods_name:'',
order_type:'',
entrust_type:'',
transaction_status:'',
transaction_status:[''],
createtime:[],
goods_isli:'',
charges_type:'',

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

@ -51,11 +51,27 @@
<a-select-option value="2">授权</a-select-option>
</a-select>
</a-col>
<a-col :lg="12" :xl="8" :xxl="6" class="query_item query_item2">
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item2">
<span>订单创建时间</span>
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/>
</a-col>
<a-col :lg="12" :xl="16" :xxl="6" class="query_item query_item1">
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>标的金额</span>
<a-input v-model="query.entrust_name" 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-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>订单金额</span>
<a-input v-model="query.entrust_name" 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-col>
<a-col :lg="12" :xl="16" :xxl="24" class="query_item query_item1">
<a-space :size="21">
<a-button type="primary" class="query_button" @click="getList(1)"> </a-button>
<a-button class="query_button" @click="resetQurey"> </a-button>
@ -176,6 +192,18 @@ export default {
dataIndex: 'entrust_type',
},
{
title: '交易佣金',
dataIndex: 'total_service_charge',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',

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

@ -51,11 +51,27 @@
<a-select-option value="2">授权</a-select-option>
</a-select>
</a-col>
<a-col :lg="12" :xl="8" :xxl="6" class="query_item query_item2">
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item2">
<span>订单创建时间</span>
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/>
</a-col>
<a-col :lg="12" :xl="16" :xxl="6" class="query_item query_item1">
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>标的金额</span>
<a-input v-model="query.entrust_name" 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-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>订单金额</span>
<a-input v-model="query.entrust_name" 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-col>
<a-col :lg="12" :xl="16" :xxl="24" class="query_item query_item1">
<a-space :size="21">
<a-button type="primary" class="query_button" @click="getList(1)"> </a-button>
<a-button class="query_button" @click="resetQurey"> </a-button>
@ -176,6 +192,18 @@ export default {
dataIndex: 'entrust_type',
// align:'center'
},
{
title: '交易佣金',
dataIndex: 'total_service_charge',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',

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

@ -51,11 +51,27 @@
<a-select-option value="2">授权</a-select-option>
</a-select>
</a-col>
<a-col :lg="12" :xl="8" :xxl="6" class="query_item query_item2">
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item2">
<span>创建时间</span>
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/>
</a-col>
<a-col :lg="12" :xl="16" :xxl="6" class="query_item query_item1">
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>标的金额</span>
<a-input v-model="query.entrust_name" 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-col>
<a-col :lg="12" :xl="8" :xxl="12" class="query_item query_item3">
<span>订单金额</span>
<a-input v-model="query.entrust_name" 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-col>
<a-col :lg="12" :xl="16" :xxl="24" class="query_item query_item1">
<a-space :size="21">
<a-button type="primary" class="query_button" @click="getList(1)"> </a-button>
<a-button class="query_button" @click="resetQurey"> </a-button>
@ -176,6 +192,18 @@ export default {
dataIndex: 'entrust_type',
// align:'center'
},
{
title: '交易佣金',
dataIndex: 'total_service_charge',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',
width:'90px',
// align:'center'
},
{
title: '订单金额',
dataIndex: 'total_money',

4
src/main.js

@ -22,9 +22,9 @@ Vue.prototype.$echarts = echarts;
// Vue.prototype.$host = 'http://10.24.4.156'
// Vue.prototype.$host = 'http://10.14.1.197:9090'
Vue.prototype.$host = 'http://wenhua.xingtongworld.com/' //兴通测试
// Vue.prototype.$host = 'http://wenhua.xingtongworld.com/' //兴通测试
// Vue.prototype.$host = 'http://10.24.4.156' //正式服
Vue.prototype.$host = 'http://10.24.4.156' //正式服
// Vue.prototype.$host = 'http://10.14.1.197:9090' //javatest

4
src/utils/request.js

@ -3,9 +3,9 @@ import axios from 'axios';
const service = axios.create({
// process.env.NODE_ENV === 'development' 来判断是否开发环境
// baseURL:process.env.NODE_ENV == 'production' ? 'https://yztapi.xingtongworld.com' : '/api/',
baseURL:'http://jiao.api.alpha.xingtongworld.com',
// baseURL:'http://jiao.api.alpha.xingtongworld.com',
// baseURL:'http://58.30.231.138:8899', //测试服
// baseURL:'http://10.24.4.156', //正式服
baseURL:'http://10.24.4.156', //正式服
// baseURL:'10.14.1.197:9090', //新服
// baseURL:'http://192.168.66.254:8080',

Loading…
Cancel
Save