xiaodai2022 2 years ago
parent
commit
27c5ead1de
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/purchaseIn/purchaseOrder/index.vue

+ 2 - 1
src/views/purchaseIn/purchaseOrder/index.vue

@@ -479,7 +479,7 @@ export default {
         }
         if (e.has_account + "" !== "0") {
           iss = true;
-          errorList.push(e.outCode);
+          errorList.push(e.cgdNo);
         }
         list.push(e.cgdNo);
       });
@@ -490,6 +490,7 @@ export default {
       if (iss) {
         let htmlList = "<ul>";
         errorList.forEach((v) => {
+          console.log(v);
           htmlList += `<li>${v}</li>`;
         });
         htmlList += "</ul>";