|
|
|
@ -285,6 +285,7 @@ export default {
|
|
|
|
|
tagStatus: "1", //
|
|
|
|
|
billNo: null,
|
|
|
|
|
busType: null,
|
|
|
|
|
workPlaceCode: null,
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
},
|
|
|
|
@ -377,6 +378,9 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
downloadData(){
|
|
|
|
|
if (this.filterQuery.busType == null ||this.filterQuery.workPlaceCode == null ){
|
|
|
|
|
return this.$message.error("请选择工位和业务类型")
|
|
|
|
|
}
|
|
|
|
|
downloadOrder(this.filterQuery).then(res => {
|
|
|
|
|
if (res.code == 20000){
|
|
|
|
|
return this.$message.success(res.data)
|
|
|
|
|