|
|
@@ -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);
|