This commit is contained in:
liushuai
2019-10-31 17:07:05 +08:00
parent 4af98a6f65
commit bf5763a6c2
7 changed files with 572 additions and 17 deletions

View File

@@ -664,7 +664,7 @@ export default {
} else {
this.check2 = 0
}
searchArriveOrder(0, 0, this.check, this.supplierNameValue, this.check1, this.dateRange[0], this.dateRange[1], this.check2, this.PickingValue, this.pageCurrent4, this.pageSize4).then(response => {
searchArriveOrder(this.check, this.supplierNameValue, this.check1, this.dateRange[0], this.dateRange[1], this.check2, this.PickingValue, this.pageCurrent4, this.pageSize4).then(response => {
this.tableData4 = response.data.rows
this.total4 = response.data.total
})