Browse Source

修改单位

戴艳蓉 3 years ago
parent
commit
ba406dfa0d
2 changed files with 2 additions and 1 deletions
  1. 0 0
      dist/static/js/0.js
  2. 2 1
      src/views/InvoiceSales/invoiceApply/addview.vue

File diff suppressed because it is too large
+ 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, "");

Some files were not shown because too many files changed in this diff