Explorar o código

委外订单不可删除彩纸类和OPP膜类

lxf hai 1 ano
pai
achega
7661f3bcca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/subsidiary/order/management/design.vue

+ 1 - 1
src/views/subsidiary/order/management/design.vue

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