|
@@ -2515,6 +2515,7 @@
|
|
|
this.$set(parasm, 'batchNo', item.batchNo);
|
|
this.$set(parasm, 'batchNo', item.batchNo);
|
|
|
this.$set(parasm, 'imgCode', '');
|
|
this.$set(parasm, 'imgCode', '');
|
|
|
this.$set(parasm, 'produceType', item.componentAttribute);
|
|
this.$set(parasm, 'produceType', item.componentAttribute);
|
|
|
|
|
+ this.$set(parasm, 'reelSpecification', item.reelSpecification);
|
|
|
this.$set(parasm, 'taxRate', item.taxRate !== undefined && item.taxRate !== null? item.taxRate : this.isContractBook ? this.defTaxRate : this.isTaxRate == 1 ? this.defTaxRate : undefined);
|
|
this.$set(parasm, 'taxRate', item.taxRate !== undefined && item.taxRate !== null? item.taxRate : this.isContractBook ? this.defTaxRate : this.isTaxRate == 1 ? this.defTaxRate : undefined);
|
|
|
let goodsData = await getGoodsByCategoryId(item.productId);
|
|
let goodsData = await getGoodsByCategoryId(item.productId);
|
|
|
goodsData = goodsData.filter((item) => item.approvalStatus == 2);
|
|
goodsData = goodsData.filter((item) => item.approvalStatus == 2);
|