|
@@ -345,7 +345,6 @@ export default {
|
|
screen(num){
|
|
screen(num){
|
|
this.searchType = num
|
|
this.searchType = num
|
|
this.getList()
|
|
this.getList()
|
|
-
|
|
|
|
},
|
|
},
|
|
find(){
|
|
find(){
|
|
this.getList()
|
|
this.getList()
|
|
@@ -398,13 +397,6 @@ export default {
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- // if(this.payments.money > this.payments.amountNotPayable){
|
|
|
|
- // this.$message({
|
|
|
|
- // message: '付款金额不能超过未付金额',
|
|
|
|
- // type: 'warning',
|
|
|
|
- // })
|
|
|
|
- // return
|
|
|
|
- // }
|
|
|
|
if (!this.payments.paymentDate) {
|
|
if (!this.payments.paymentDate) {
|
|
this.$message({
|
|
this.$message({
|
|
message: '付款日期不能为空',
|
|
message: '付款日期不能为空',
|
|
@@ -438,8 +430,6 @@ export default {
|
|
})
|
|
})
|
|
this.paymentForm = false
|
|
this.paymentForm = false
|
|
this.getList()
|
|
this.getList()
|
|
- // this.paymentList = response
|
|
|
|
- // this.$router.go(-1)
|
|
|
|
})
|
|
})
|
|
})
|
|
})
|
|
.catch(() => {
|
|
.catch(() => {
|
|
@@ -536,7 +526,7 @@ export default {
|
|
this.isShowPrint = true
|
|
this.isShowPrint = true
|
|
this.printData = response
|
|
this.printData = response
|
|
let date = new Date()
|
|
let date = new Date()
|
|
- this.printData.currentTime = date.getFullYear() +"年"+ date.getMonth() +"月"+ date.getDay()+"日"
|
|
|
|
|
|
+ this.printData.currentTime = date.getFullYear() +"年"+ date.getMonth() +"月"+ date.getDay()+"日"
|
|
})
|
|
})
|
|
|
|
|
|
},
|
|
},
|
|
@@ -555,16 +545,6 @@ export default {
|
|
})
|
|
})
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- // print(){
|
|
|
|
- // // this.xx = true;
|
|
|
|
- // let newstr = document.getElementById("print").innerHTML;
|
|
|
|
- // let oldstr = document.body.innerHTML;
|
|
|
|
- // document.body.innerHTML = newstr;
|
|
|
|
- // window.print();
|
|
|
|
- // document.body.innerHTML = oldstr;
|
|
|
|
- // // window.location.reload()
|
|
|
|
- // this.$router.push({ path: 'paymentManagement' })
|
|
|
|
- // },
|
|
|
|
selectInit(row) {
|
|
selectInit(row) {
|
|
//在这里一定要记得类型匹配的上。
|
|
//在这里一定要记得类型匹配的上。
|
|
if (row.status != '已驳回') {
|
|
if (row.status != '已驳回') {
|
|
@@ -578,7 +558,6 @@ export default {
|
|
return true
|
|
return true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
-
|
|
|
|
handleSelectionChange(val) {
|
|
handleSelectionChange(val) {
|
|
this.modification = val
|
|
this.modification = val
|
|
},
|
|
},
|