gjy 3 anni fa
parent
commit
a70b5a9822
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/warehouse/warehouseManagementPut.vue

+ 1 - 1
src/views/warehouse/warehouseManagementPut.vue

@@ -960,7 +960,7 @@ export default {
         })
         return
       }
-      if (!this.deptBudgetList.freight) {
+      if (!String(this.deptBudgetList.freight)) {
         this.$message({
           message: '运费不能为空',
           type: 'warning',