|
@@ -812,7 +812,7 @@ const computeMoney = (index, indexSKU) => {
|
|
|
return money;
|
|
|
};
|
|
|
const clickDeletePackingFittings = (index, indexTwo, row) => {
|
|
|
- if (["1682221201491058690", "1682221249268375554"].includes(row.bomClassifyId)) {
|
|
|
+ if (formData.data.type == 2 && ["1682221201491058690", "1682221249268375554"].includes(row.bomClassifyId)) {
|
|
|
ElMessage("彩纸类和OPP膜类不可删除");
|
|
|
} else {
|
|
|
formData.data.orderSkuList[index].orderSkuBomList.splice(indexTwo, 1);
|