|
@@ -346,6 +346,7 @@ export default {
|
|
//参考数据
|
|
//参考数据
|
|
getAdvancePackingListData() {
|
|
getAdvancePackingListData() {
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
|
+ this.queryParam.pageSize = 100
|
|
//if (this.queryParam.preDeliveryDate != undefined && this.queryParam.preDeliveryDate != "")
|
|
//if (this.queryParam.preDeliveryDate != undefined && this.queryParam.preDeliveryDate != "")
|
|
orderSpltList(this.queryParam).then(res => {
|
|
orderSpltList(this.queryParam).then(res => {
|
|
if (res.success) {
|
|
if (res.success) {
|