zh hace 2 años
padre
commit
005b872aa3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/supply/engin/components/engin_form.vue

+ 1 - 1
src/views/supply/engin/components/engin_form.vue

@@ -859,7 +859,7 @@ export default {
 
       this.goodsList = this.goodsList.concat(this.rightGoodsList)
       this.goodsList.forEach(k => {
-        if (!k.qty) {
+        if (k.qty) {
           k.qty = 0
         }
         if (!k.cid) {