|
|
|
@ -131,7 +131,6 @@ export default {
|
|
|
|
|
this.dxIndeterminate = !!this.diaoXing.length && this.diaoXing.length < this.plainOptions5.length;
|
|
|
|
|
this.dxCheckAll = this.diaoXing.length === this.plainOptions5.length;
|
|
|
|
|
this.doFormQS(this.diaoXing);
|
|
|
|
|
|
|
|
|
|
// this.form.sQingGan = this.diaoXing.toString();
|
|
|
|
|
}
|
|
|
|
|
this.form.iPageIndex = 1;
|
|
|
|
@ -196,6 +195,11 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
//时间筛选
|
|
|
|
|
handlerSxTime(activeIndex) {
|
|
|
|
|
if(activeIndex == 0) {
|
|
|
|
|
this.columns[4].title = '发布时间'
|
|
|
|
|
} else {
|
|
|
|
|
this.columns[4].title = '入库时间'
|
|
|
|
|
}
|
|
|
|
|
this.form.iTimeType = activeIndex;
|
|
|
|
|
this.getTableData();
|
|
|
|
|
this.getListData();
|
|
|
|
|