Browse Source

优化

master
ltlzx 4 years ago
parent
commit
2d77deb21a
  1. 3
      src/components/Home.vue
  2. 9
      src/components/dateSelect/order.vue
  3. 6
      src/components/page/order/closed.vue
  4. 2
      src/components/page/order/completed.vue
  5. 2
      src/components/page/order/index.vue
  6. 2
      src/components/page/order/toBeDelivered.vue
  7. 2
      src/components/page/order/toBeSettled.vue

3
src/components/Home.vue

@ -98,8 +98,9 @@ export default {
.bootm{ .bootm{
display: flex; display: flex;
/* height: 100%; */ /* height: 100%; */
min-height:1000px; /* min-height:1000px; */
background: #F0F2F5; background: #F0F2F5;
padding-top: 65px;
} }
.turn-on-enter { .turn-on-enter {

9
src/components/dateSelect/order.vue

@ -363,6 +363,7 @@
this.orderDate=res.data this.orderDate=res.data
let state=res.data[0].goods.status let state=res.data[0].goods.status
if(state==1 || state==5){ if(state==1 || state==5){
this.columns2.pop()
this.columns.pop() this.columns.pop()
} }
// this.userinfo=res.data.userinfo // this.userinfo=res.data.userinfo
@ -382,10 +383,10 @@
if(res.code==200){ if(res.code==200){
this.sourceDate=res.data this.sourceDate=res.data
this.newVisible1=true this.newVisible1=true
let state=res.data[0].goods.status // let state=res.data[0].goods.status
if(state==1){ // if(state==1 || state==5){
this.columns2.pop() // this.columns.pop()
} // }
}else{ }else{
this.$message.error(res.msg); this.$message.error(res.msg);
} }

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

@ -37,7 +37,7 @@
</a-col> --> </a-col> -->
<a-col :lg="12" :xl="8" :xxl="6" class="query_item"> <a-col :lg="12" :xl="8" :xxl="6" class="query_item">
<span>收费类型</span> <span>收费类型</span>
<a-select default-value="" v-model="query.charges_type"> <a-select v-model="query.charges_type">
<a-select-option value="">全部</a-select-option> <a-select-option value="">全部</a-select-option>
<a-select-option value="1">免费</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>
@ -45,7 +45,7 @@
</a-col> </a-col>
<a-col :lg="12" :xl="8" :xxl="6" class="query_item"> <a-col :lg="12" :xl="8" :xxl="6" class="query_item">
<span>交易方式</span> <span>交易方式</span>
<a-select default-value="" v-model="query.entrust_type"> <a-select v-model="query.entrust_type">
<a-select-option value="">全部</a-select-option> <a-select-option value="">全部</a-select-option>
<a-select-option value="1">转让</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>
@ -114,7 +114,7 @@ export default {
order_type:'', order_type:'',
entrust_type:'', entrust_type:'',
transaction_status:'5', transaction_status:'5',
createtime:'', createtime:[],
goods_isli:'', goods_isli:'',
charges_type:'', charges_type:'',
}, },

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

@ -114,7 +114,7 @@ export default {
order_type:'', order_type:'',
entrust_type:'', entrust_type:'',
transaction_status:'4', transaction_status:'4',
createtime:'', createtime:[],
goods_isli:'', goods_isli:'',
charges_type:'', charges_type:'',
}, },

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

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

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

@ -114,7 +114,7 @@ export default {
order_type:'', order_type:'',
entrust_type:'', entrust_type:'',
transaction_status:'2', transaction_status:'2',
createtime:'', createtime:[],
goods_isli:'', goods_isli:'',
charges_type:'', charges_type:'',
}, },

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

@ -114,7 +114,7 @@ export default {
order_type:'', order_type:'',
entrust_type:'', entrust_type:'',
transaction_status:'3', transaction_status:'3',
createtime:'', createtime:[],
goods_isli:'', goods_isli:'',
charges_type:'', charges_type:'',
}, },

Loading…
Cancel
Save