|
@@ -290,6 +290,7 @@ export default {
|
|
searchQuery() {
|
|
searchQuery() {
|
|
this.toggleSearchStatus = false
|
|
this.toggleSearchStatus = false
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
|
+ this.queryParam.pageSize = 100
|
|
//if (this.queryParam.preDeliveryDate != undefined && this.queryParam.preDeliveryDate != "")
|
|
//if (this.queryParam.preDeliveryDate != undefined && this.queryParam.preDeliveryDate != "")
|
|
querySyPreAssembledPackingList(this.queryParam).then(res => {
|
|
querySyPreAssembledPackingList(this.queryParam).then(res => {
|
|
if (res.success) {
|
|
if (res.success) {
|