|
@@ -224,7 +224,7 @@
|
|
paramType: '1',
|
|
paramType: '1',
|
|
warehouseName: '',
|
|
warehouseName: '',
|
|
result1: '00',
|
|
result1: '00',
|
|
- allowEdit:0
|
|
|
|
|
|
+ allowEdit:0,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
activated() {
|
|
activated() {
|
|
@@ -288,10 +288,11 @@
|
|
getweighingList({
|
|
getweighingList({
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
currentPage: this.currentPage,
|
|
currentPage: this.currentPage,
|
|
- pageSize: 100,
|
|
|
|
|
|
+ pageSize: this.pageSize,
|
|
searchKeyWord: '',
|
|
searchKeyWord: '',
|
|
warehouseName: sessionStorage.getItem('ck'),
|
|
warehouseName: sessionStorage.getItem('ck'),
|
|
- managementType: 1
|
|
|
|
|
|
+ managementType: 1,
|
|
|
|
+ viewFlag:'1'
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|