|
@@ -1218,13 +1218,13 @@ export default {
|
|
|
//校验回款日期和金额
|
|
|
var totalPayment = 0.0;
|
|
|
for (var i = 0; i < this.contractPaymentList.length; i++) {
|
|
|
- if (!this.contractPaymentList[i].payDate) {
|
|
|
- this.$message({
|
|
|
- message: this.$t('hui-kuan-ri-qi-bu-neng-wei-kong'),
|
|
|
- type: 'error'
|
|
|
- })
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (!this.contractPaymentList[i].payDate) {
|
|
|
+ // this.$message({
|
|
|
+ // message: this.$t('hui-kuan-ri-qi-bu-neng-wei-kong'),
|
|
|
+ // type: 'error'
|
|
|
+ // })
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
if (!this.contractPaymentList[i].payedAmount) {
|
|
|
this.$message({
|
|
|
message: this.$t('hui-kuan-jinebu-neng-wei-0'),
|