|
@@ -517,6 +517,10 @@ const selectBOM = (item) => {
|
|
|
if (item.id) {
|
|
|
formData.data.skuSpecList[rowIndex.value].bomSpecId = item.id;
|
|
|
formData.data.skuSpecList[rowIndex.value].bomSpecName = item.name;
|
|
|
+ formData.data.skuSpecList[rowIndex.value].length = item.length;
|
|
|
+ formData.data.skuSpecList[rowIndex.value].width = item.width;
|
|
|
+ formData.data.skuSpecList[rowIndex.value].height = item.height;
|
|
|
+ formData.data.skuSpecList[rowIndex.value].netWeight = item.netWeight;
|
|
|
ElMessage({ message: "选择完成", type: "success" });
|
|
|
openBOM.value = false;
|
|
|
}
|