|
@@ -778,7 +778,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- date() {
|
|
|
+ getDate() {
|
|
|
var date = new Date();
|
|
|
var y = date.getFullYear();
|
|
|
var m = date.getMonth() + 1;
|
|
@@ -832,7 +832,7 @@ export default {
|
|
|
// this.money = this.money
|
|
|
this.tranSettlementReportList = this.warehouseList.records[0].tranSettlementReportList
|
|
|
this.amountEdPayable = this.warehouseList.records[0].amountEdPayable
|
|
|
- this.paymentDate = this.date()
|
|
|
+ this.paymentDate = this.getDate()
|
|
|
if (this.modification.length == 0) {
|
|
|
this.$message.warning('请选择一条要付款的条目')
|
|
|
} else {
|