Browse Source

Merge tag 'Hotfix-zh-252' into develop

Finish Hotfix-zh-252
howie 3 năm trước cách đây
mục cha
commit
dde2aefb79
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/supply/engin/components/home_form.vue

+ 3 - 3
src/views/supply/engin/components/home_form.vue

@@ -1141,12 +1141,12 @@ export default {
               this.$errorMsg('请选择现金钱包');
               return;
             }
-            if(type !=2){
-              if(!this.goodsList[i].qty) {
+
+          if(!this.goodsList[i].qty) {
               this.$errorMsg('金额不能为0');
               return;
             }
-            }
+
 
           }