This commit is contained in:
parent
10549eb1f1
commit
33f501b8e0
|
@ -180,7 +180,7 @@
|
||||||
<view class="title">
|
<view class="title">
|
||||||
{{ item.title }}
|
{{ item.title }}
|
||||||
</view>
|
</view>
|
||||||
<view class="tag_sta" v-if="item.state == '0'"> 待上传图片 </view>
|
<view class="tag_sta" v-if="item.state == '0'"> 待上传图片 </view>
|
||||||
<view class="tag_sta_end" v-if="item.state == '2'"> 已完成 </view>
|
<view class="tag_sta_end" v-if="item.state == '2'"> 已完成 </view>
|
||||||
<view class="tag_sta_going" v-if="item.state == '1'">
|
<view class="tag_sta_going" v-if="item.state == '1'">
|
||||||
进行中
|
进行中
|
||||||
|
@ -384,6 +384,8 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
clickTab(num) {
|
clickTab(num) {
|
||||||
this.orderList = [];
|
this.orderList = [];
|
||||||
|
this.receivingList = [];
|
||||||
|
this.issueList = [];
|
||||||
this.tabNum = num;
|
this.tabNum = num;
|
||||||
this.page = 1;
|
this.page = 1;
|
||||||
if (num == 1) {
|
if (num == 1) {
|
||||||
|
@ -457,9 +459,11 @@ export default {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
close() {
|
close() {
|
||||||
|
this.id = "";
|
||||||
this.show = false;
|
this.show = false;
|
||||||
},
|
},
|
||||||
closeRecive() {
|
closeRecive() {
|
||||||
|
this.id = "";
|
||||||
this.showShoudao = false;
|
this.showShoudao = false;
|
||||||
},
|
},
|
||||||
undone(val) {
|
undone(val) {
|
||||||
|
|
Loading…
Reference in New Issue