|
@@ -476,6 +476,8 @@
|
|
|
this.monitorUrl1 = this.warehouseList[0].monitorUrl1
|
|
|
this.monitorUrl2 = this.warehouseList[0].monitorUrl2
|
|
|
}
|
|
|
+
|
|
|
+ this.deptBudgetList.warehouseName = this.warehouseName
|
|
|
if (this.allowEdit == 0) {
|
|
|
this.disabled = true
|
|
|
} else if (this.allowEdit == 1) {
|
|
@@ -589,6 +591,7 @@
|
|
|
this.getList()
|
|
|
},
|
|
|
setVal(data) {
|
|
|
+ debugger
|
|
|
if (this.information == '毛重') {
|
|
|
this.weighingList.grossWeight = data
|
|
|
} else {
|
|
@@ -648,7 +651,7 @@
|
|
|
getweighingList({
|
|
|
compId: localStorage.getItem('ws-pf_compId'),
|
|
|
currentPage: this.currentPage,
|
|
|
- pageSize: 9999,
|
|
|
+ pageSize: 99,
|
|
|
searchKeyWord: '',
|
|
|
warehouseName: this.warehouseName,
|
|
|
managementType: 1,
|