Explorar el Código

Merge branch 'deploy' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into deploy

lilei hace 4 años
padre
commit
ef16fdb570

+ 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