|
@@ -2658,7 +2658,7 @@
|
|
|
.then((response) => {
|
|
|
this.options1 = response
|
|
|
this.outContractNo = response
|
|
|
- this.refreshClick(1)
|
|
|
+ // this.refreshClick(1)
|
|
|
})
|
|
|
// 类型
|
|
|
this.storageType = []
|
|
@@ -2719,21 +2719,21 @@
|
|
|
// this.outContractNo = response
|
|
|
})
|
|
|
|
|
|
- // getinspectList({
|
|
|
- // compId: localStorage.getItem('ws-pf_compId'),
|
|
|
- // currentPage: this.currentPage,
|
|
|
- // pageSize: this.pageSize,
|
|
|
- // warehouseName: this.warehouseName,
|
|
|
- // managementType: 1,
|
|
|
- // statusType:this.statusType,
|
|
|
- // serviceManagementType:this.serviceManagementType
|
|
|
- // })
|
|
|
- // .toPromise()
|
|
|
- // .then((response) => {
|
|
|
- // this.inspect = response.records
|
|
|
- // this.deptBudgetTotal = response.total
|
|
|
- // // this.$forceUpdate();
|
|
|
- // })
|
|
|
+ getinspectList({
|
|
|
+ compId: localStorage.getItem('ws-pf_compId'),
|
|
|
+ currentPage: this.currentPage,
|
|
|
+ pageSize: this.pageSize,
|
|
|
+ warehouseName: this.warehouseName,
|
|
|
+ managementType: 1,
|
|
|
+ statusType:this.statusType,
|
|
|
+ serviceManagementType:this.serviceManagementType
|
|
|
+ })
|
|
|
+ .toPromise()
|
|
|
+ .then((response) => {
|
|
|
+ this.inspect = response.records
|
|
|
+ this.deptBudgetTotal = response.total
|
|
|
+ // this.$forceUpdate();
|
|
|
+ })
|
|
|
},
|
|
|
},
|
|
|
}
|