Pārlūkot izejas kodu

Merge branch 'master' of https://gogs.zfire.top/zfire-front/supply-front

zh 2 gadi atpakaļ
vecāks
revīzija
2f4c2a36be
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      src/views/supply/engin/components/engin_form.vue

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

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