戴艳蓉 il y a 3 ans
Parent
commit
ba406dfa0d
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 0 0
      dist/static/js/0.js
  2. 2 1
      src/views/InvoiceSales/invoiceApply/addview.vue

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/0.js


+ 2 - 1
src/views/InvoiceSales/invoiceApply/addview.vue

@@ -1394,7 +1394,8 @@ export default {
           if (v1.total_fee === 0) {
             isok = false;
           }
-          if (v1.unit === "") {
+          console.log(v1.unit);
+          if (v1.unit === "" || v1.unit === undefined || v1.unit === null) {
             isok = false;
           }
           let str = v1.remark.replace(/\s*/g, "");

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff