zhouqi пре 1 година
родитељ
комит
0b06545289
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/views/saleOrder/components/create-order.vue

+ 2 - 0
src/views/saleOrder/components/create-order.vue

@@ -487,6 +487,7 @@ export default {
             if(item.productType){
             if(item.productType){
               item.productType = parseInt(item.productType);
               item.productType = parseInt(item.productType);
             }
             }
+
           }
           }
         }
         }
         this.disabledList = res.productInfoList;
         this.disabledList = res.productInfoList;
@@ -733,6 +734,7 @@ export default {
         if(arr.length == 0){
         if(arr.length == 0){
           row.bomCategoryId = '';
           row.bomCategoryId = '';
         }
         }
+        console.log(arr);
         this.$set(this.form.productInfoList[index], 'bomVersionList',  arr);
         this.$set(this.form.productInfoList[index], 'bomVersionList',  arr);
         this.$forceUpdate()
         this.$forceUpdate()
       })
       })