|
@@ -301,26 +301,25 @@
|
|
|
})
|
|
|
},
|
|
|
getfielfillingList() {
|
|
|
- getfielfillinginfo({
|
|
|
- // warehouseType: 1,
|
|
|
- compId: localStorage.getItem('ws-pf_compId'),
|
|
|
- searchKeyWord:this.searchKeyWord,
|
|
|
- currentPage: this.currentPage,
|
|
|
- pageSize:this.pageSize ,
|
|
|
- strokeType:this.strokeType
|
|
|
- // searchType:this.searchType
|
|
|
- })
|
|
|
- .toPromise()
|
|
|
- .then(response => {
|
|
|
- this.tableData1 = response.records
|
|
|
- var arr=this.tableData1.filter((item)=>{return item.approveStatus})
|
|
|
- if(arr.length>0){
|
|
|
- this.approveStatus=true
|
|
|
- }else{
|
|
|
- this.approveStatus=false
|
|
|
- }
|
|
|
- this.deptBudgetTotal = response.total
|
|
|
- })
|
|
|
+ // getfielfillinginfo({
|
|
|
+ // // warehouseType: 1,
|
|
|
+ // compId: localStorage.getItem('ws-pf_compId'),
|
|
|
+ // searchKeyWord:this.searchKeyWord,
|
|
|
+ // currentPage: this.currentPage,
|
|
|
+ // pageSize:this.pageSize ,
|
|
|
+ // strokeType:this.strokeType
|
|
|
+ // // searchType:this.searchType
|
|
|
+ // })
|
|
|
+ // .toPromise()
|
|
|
+ // .then(response => {
|
|
|
+ // this.tableData1 = response.records
|
|
|
+ // var arr=this.tableData1.filter((item)=>{return item.approveStatus})
|
|
|
+ // if(arr.length>0){
|
|
|
+ // this.approveStatus=true
|
|
|
+ // }else{
|
|
|
+ // this.approveStatus=false
|
|
|
+ // }
|
|
|
+ // })
|
|
|
},
|
|
|
accomplish(row){
|
|
|
var title1=''
|