cz 1 年間 前
コミット
a83b32880c
1 ファイル変更5 行追加0 行削除
  1. 5 0
      src/views/finance/fundManage/accountPayment/index.vue

+ 5 - 0
src/views/finance/fundManage/accountPayment/index.vue

@@ -793,6 +793,11 @@ const select = (_selection, row) => {
 };
 const submitForm = () => {
   byform.value.handleSubmit(() => {
+    if (Number(formData.data.amount) == 0) {
+      return ElMessage({
+        message: "打款金额不能为0",
+      });
+    }
     if (fileList.value && fileList.value.length > 0) {
       formData.data.fileList = fileList.value.map((item) => {
         return {