chenrui 4 年之前
父節點
當前提交
0fee80d1e1
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/views/financialManagement/companyReceivablePayable/collectionPayment.vue

+ 4 - 0
src/views/financialManagement/companyReceivablePayable/collectionPayment.vue

@@ -238,6 +238,10 @@ export default {
     // 提交
     handleSubmit () {
       const _this = this
+      if (_this.chooseLoadData.length == 0) {
+        _this.$message.warning('请选择单据后再提交信息')
+        return
+      }
       this.$refs.ruleForm.validate(valid => {
         if (valid) {
           const form = _this.form