|
@@ -276,7 +276,8 @@ export default {
|
|
|
}, {
|
|
|
label: '业务日期',
|
|
|
prop: "businesDate",
|
|
|
- // searchProp: "businesDateList",
|
|
|
+ overHidden: true,
|
|
|
+ searchProp: "businesDateList",
|
|
|
type: "date",
|
|
|
overHidden: true,
|
|
|
search: true,
|
|
@@ -447,7 +448,7 @@ export default {
|
|
|
let storageId = this.search.storageName;
|
|
|
let searchWithoutStorageName = { ...this.search };
|
|
|
delete searchWithoutStorageName.storageName;
|
|
|
-
|
|
|
+ var obj2 = this.deepClone(this.search)
|
|
|
params = {
|
|
|
...params,
|
|
|
current: page.currentPage,
|
|
@@ -483,9 +484,7 @@ export default {
|
|
|
})
|
|
|
this.loading = false
|
|
|
}).finally(() => {
|
|
|
- if(this.search.statusName==''){
|
|
|
- this.search.statusName='待入库'
|
|
|
- }
|
|
|
+ this.search=obj2
|
|
|
this.loading = false
|
|
|
})
|
|
|
},
|