zh il y a 2 ans
Parent
commit
5fb2a890b7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/supply/engin/components/engin_form.vue

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

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