gjy 3 rokov pred
rodič
commit
a70b5a9822

+ 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',