瀏覽代碼

提交代码

Lijy 6 月之前
父節點
當前提交
894347d008

+ 7 - 7
fhKeeper/formulahousekeeper/timesheet/src/views/contract/components/customContract.vue

@@ -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'),