|
|
@ -39,11 +39,11 @@ |
|
|
<undgbm ref=one></undgbm> |
|
|
<undgbm ref=one></undgbm> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 待支付 --> |
|
|
<!-- 待支付 --> |
|
|
<view v-if="indexa==1"> |
|
|
<!-- <view v-if="indexa==1">--> |
|
|
<dettisl ref=two></dettisl> |
|
|
<!-- <dettisl ref=two></dettisl>--> |
|
|
</view> |
|
|
<!-- </view>--> |
|
|
<!-- 待审核 --> |
|
|
<!-- 待审核 --> |
|
|
<view v-if="indexa==2"> |
|
|
<view v-if="indexa==1"> |
|
|
<reviewed ref=sui></reviewed> |
|
|
<reviewed ref=sui></reviewed> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 待出库 --> |
|
|
<!-- 待出库 --> |
|
|
@ -51,24 +51,24 @@ |
|
|
<deliveredsa></deliveredsa> |
|
|
<deliveredsa></deliveredsa> |
|
|
</view> --> |
|
|
</view> --> |
|
|
<!-- 待发货 --> |
|
|
<!-- 待发货 --> |
|
|
<view v-if="indexa==3"> |
|
|
<view v-if="indexa==2"> |
|
|
<Tobeshipped ref=four></Tobeshipped> |
|
|
<Tobeshipped ref=four></Tobeshipped> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 待收货 --> |
|
|
<!-- 待收货 --> |
|
|
<view v-if="indexa==4"> |
|
|
<view v-if="indexa==3"> |
|
|
<Goodsto ref=five></Goodsto> |
|
|
<Goodsto ref=five></Goodsto> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 已收货 --> |
|
|
<!-- 已收货 --> |
|
|
<view v-if="indexa==5"> |
|
|
<view v-if="indexa==4"> |
|
|
<received ref=six></received> |
|
|
<received ref=six></received> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- 待确认收款 --> |
|
|
<!-- 待确认收款 --> |
|
|
<view v-if="indexa==6"> |
|
|
<view v-if="indexa==5"> |
|
|
<Collectionto ref=seven></Collectionto> |
|
|
<Collectionto ref=seven></Collectionto> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 已关闭 --> |
|
|
<!-- 已关闭 --> |
|
|
<view v-if="indexa==7"> |
|
|
<view v-if="indexa==6"> |
|
|
<close ref=eight></close> |
|
|
<close ref=eight></close> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -110,31 +110,36 @@ |
|
|
value: '', |
|
|
value: '', |
|
|
input: '', |
|
|
input: '', |
|
|
show: false, |
|
|
show: false, |
|
|
list1: [{ |
|
|
list1: [ |
|
|
name: '全部', |
|
|
{ |
|
|
}, { |
|
|
name: '全部', |
|
|
name: '待支付', |
|
|
}, |
|
|
}, { |
|
|
// { |
|
|
name: '待审核', |
|
|
// name: '待支付', |
|
|
} |
|
|
// }, |
|
|
// , { |
|
|
{ |
|
|
// name: '待出库' |
|
|
name: '待审核', |
|
|
// } |
|
|
}, |
|
|
, { |
|
|
//{ |
|
|
name: '待发货' |
|
|
// name: '待出库' |
|
|
}, { |
|
|
// }, |
|
|
name: '已发货' |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: '待发货' |
|
|
name: '已收货' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: '已发货' |
|
|
name: '待确认收款' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: '已收货' |
|
|
name: '已关闭' |
|
|
}, |
|
|
} |
|
|
{ |
|
|
], |
|
|
name: '待确认收款' |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '已关闭' |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
dataList: [] |
|
|
dataList: [] |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
@ -149,25 +154,25 @@ |
|
|
if (this.indexa == 0) { |
|
|
if (this.indexa == 0) { |
|
|
this.$refs.one.getwrongtllisttwo() |
|
|
this.$refs.one.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
|
|
|
// if (this.indexa == 1) { |
|
|
|
|
|
// this.$refs.two.getwrongtllisttwo() |
|
|
|
|
|
// } |
|
|
if (this.indexa == 1) { |
|
|
if (this.indexa == 1) { |
|
|
this.$refs.two.getwrongtllisttwo() |
|
|
|
|
|
} |
|
|
|
|
|
if (this.indexa == 2) { |
|
|
|
|
|
this.$refs.sui.getwrongtllisttwo() |
|
|
this.$refs.sui.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 3) { |
|
|
if (this.indexa == 2) { |
|
|
this.$refs.four.getwrongtllisttwo() |
|
|
this.$refs.four.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 4) { |
|
|
if (this.indexa == 3) { |
|
|
this.$refs.five.getwrongtllisttwo() |
|
|
this.$refs.five.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 5) { |
|
|
if (this.indexa == 4) { |
|
|
this.$refs.six.getwrongtllisttwo() |
|
|
this.$refs.six.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 6) { |
|
|
if (this.indexa == 5) { |
|
|
this.$refs.seven.getwrongtllisttwo() |
|
|
this.$refs.seven.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 7) { |
|
|
if (this.indexa == 6) { |
|
|
this.$refs.eight.getwrongtllisttwo() |
|
|
this.$refs.eight.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
@ -175,25 +180,25 @@ |
|
|
if (this.indexa == 0) { |
|
|
if (this.indexa == 0) { |
|
|
await this.$refs.one.getwrongtllisttwo() |
|
|
await this.$refs.one.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
|
|
|
// if (this.indexa == 1) { |
|
|
|
|
|
// await this.$refs.two.getwrongtllisttwo() |
|
|
|
|
|
// } |
|
|
if (this.indexa == 1) { |
|
|
if (this.indexa == 1) { |
|
|
await this.$refs.two.getwrongtllisttwo() |
|
|
|
|
|
} |
|
|
|
|
|
if (this.indexa == 2) { |
|
|
|
|
|
await this.$refs.sui.getwrongtllisttwo() |
|
|
await this.$refs.sui.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 3) { |
|
|
if (this.indexa == 2) { |
|
|
await this.$refs.four.getwrongtllisttwo() |
|
|
await this.$refs.four.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 4) { |
|
|
if (this.indexa == 3) { |
|
|
await this.$refs.five.getwrongtllisttwo() |
|
|
await this.$refs.five.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 5) { |
|
|
if (this.indexa == 4) { |
|
|
await this.$refs.six.getwrongtllisttwo() |
|
|
await this.$refs.six.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 6) { |
|
|
if (this.indexa == 5) { |
|
|
await this.$refs.seven.getwrongtllisttwo() |
|
|
await this.$refs.seven.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 7) { |
|
|
if (this.indexa == 6) { |
|
|
await this.$refs.eight.getwrongtllisttwo() |
|
|
await this.$refs.eight.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
@ -201,25 +206,25 @@ |
|
|
if (this.indexa == 0) { |
|
|
if (this.indexa == 0) { |
|
|
await this.$refs.one.getwrongtllistsui() |
|
|
await this.$refs.one.getwrongtllistsui() |
|
|
} |
|
|
} |
|
|
|
|
|
// if (this.indexa == 1) { |
|
|
|
|
|
// await this.$refs.two.getwrongtllistsui() |
|
|
|
|
|
// } |
|
|
if (this.indexa == 1) { |
|
|
if (this.indexa == 1) { |
|
|
await this.$refs.two.getwrongtllistsui() |
|
|
|
|
|
} |
|
|
|
|
|
if (this.indexa == 2) { |
|
|
|
|
|
await this.$refs.sui.getwrongtllistsui() |
|
|
await this.$refs.sui.getwrongtllistsui() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 3) { |
|
|
if (this.indexa == 2) { |
|
|
await this.$refs.four.getwrongtllistsui() |
|
|
await this.$refs.four.getwrongtllistsui() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 4) { |
|
|
if (this.indexa == 3) { |
|
|
await this.$refs.five.getwrongtllistsui() |
|
|
await this.$refs.five.getwrongtllistsui() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 5) { |
|
|
if (this.indexa == 4) { |
|
|
await this.$refs.six.getwrongtllistsui() |
|
|
await this.$refs.six.getwrongtllistsui() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 6) { |
|
|
if (this.indexa == 5) { |
|
|
await this.$refs.seven.getwrongtllistsui() |
|
|
await this.$refs.seven.getwrongtllistsui() |
|
|
} |
|
|
} |
|
|
if (this.indexa == 7) { |
|
|
if (this.indexa == 6) { |
|
|
await this.$refs.eight.getwrongtllisttwo() |
|
|
await this.$refs.eight.getwrongtllisttwo() |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
@ -231,31 +236,31 @@ |
|
|
this.$refs.one.getwrong(order_status, member_id, is_today, sales_status, searchText, one, start_time, |
|
|
this.$refs.one.getwrong(order_status, member_id, is_today, sales_status, searchText, one, start_time, |
|
|
end_time) |
|
|
end_time) |
|
|
} |
|
|
} |
|
|
|
|
|
// if (this.indexa == 1) { |
|
|
|
|
|
// this.$refs.two.getwrong(order_status, member_id, is_today, sales_status, searchText, one, start_time, |
|
|
|
|
|
// end_time) |
|
|
|
|
|
// } |
|
|
if (this.indexa == 1) { |
|
|
if (this.indexa == 1) { |
|
|
this.$refs.two.getwrong(order_status, member_id, is_today, sales_status, searchText, one, start_time, |
|
|
|
|
|
end_time) |
|
|
|
|
|
} |
|
|
|
|
|
if (this.indexa == 2) { |
|
|
|
|
|
this.$refs.sui.getwrong(order_status, member_id, is_today, sales_status, searchText, start_time, |
|
|
this.$refs.sui.getwrong(order_status, member_id, is_today, sales_status, searchText, start_time, |
|
|
end_time) |
|
|
end_time) |
|
|
} |
|
|
} |
|
|
if (this.indexa == 3) { |
|
|
if (this.indexa == 2) { |
|
|
this.$refs.four.getwrong(order_status, member_id, is_today, sales_status, searchText, start_time, |
|
|
this.$refs.four.getwrong(order_status, member_id, is_today, sales_status, searchText, start_time, |
|
|
end_time) |
|
|
end_time) |
|
|
} |
|
|
} |
|
|
if (this.indexa == 4) { |
|
|
if (this.indexa == 3) { |
|
|
this.$refs.five.getwrong(order_status, member_id, is_today, sales_status, searchText, start_time, |
|
|
this.$refs.five.getwrong(order_status, member_id, is_today, sales_status, searchText, start_time, |
|
|
end_time) |
|
|
end_time) |
|
|
} |
|
|
} |
|
|
if (this.indexa == 5) { |
|
|
if (this.indexa == 4) { |
|
|
this.$refs.six.getwrong(order_status, member_id, is_today, sales_status, searchText, start_time, |
|
|
this.$refs.six.getwrong(order_status, member_id, is_today, sales_status, searchText, start_time, |
|
|
end_time) |
|
|
end_time) |
|
|
} |
|
|
} |
|
|
if (this.indexa == 6) { |
|
|
if (this.indexa == 5) { |
|
|
this.$refs.seven.getwrong(order_status, member_id, is_today, sales_status, searchText, start_time, |
|
|
this.$refs.seven.getwrong(order_status, member_id, is_today, sales_status, searchText, start_time, |
|
|
end_time) |
|
|
end_time) |
|
|
} |
|
|
} |
|
|
if (this.indexa == 7) { |
|
|
if (this.indexa == 6) { |
|
|
this.$refs.eight.getwrong(order_status, member_id, is_today, sales_status, searchText, start_time, |
|
|
this.$refs.eight.getwrong(order_status, member_id, is_today, sales_status, searchText, start_time, |
|
|
end_time) |
|
|
end_time) |
|
|
} |
|
|
} |
|
|
|