yusheng пре 1 година
родитељ
комит
586d3af768
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/BIZComponents/inventoryTable.vue

+ 3 - 0
src/BIZComponents/inventoryTable.vue

@@ -1170,6 +1170,9 @@
             item.extField.packingSpecification
           );
           this.$set(parasm, 'customerMark', this.customerMark);
+          if(item.purchaseOrigins?.length>0){
+            item.purchaseOrigins=item.purchaseOrigins.map(val=>val+'')
+          }
           this.$set(parasm, 'provenance', item.purchaseOrigins || []);
           if (idx == -1) {
             this.form.datasource.push(row);