diff --git a/src/modules/10_order/components/step/step04.vue b/src/modules/10_order/components/step/step04.vue index 7844091dd..12afee165 100644 --- a/src/modules/10_order/components/step/step04.vue +++ b/src/modules/10_order/components/step/step04.vue @@ -316,7 +316,7 @@ const saveDetail = () => { await fetchReportCover("pdf", orderId.value); // ดึงรายงานคำสั่งใหม่ // เช็คประเภทคำสั่งถ้าไม่ใช่ type เหล่านี้จะมีแนบท้าย - if (attachmentStatus.value || code.value === "c-pm-38") { + if (attachmentStatus.value) { // ดึงรายงานในส่วนของแนบท้ายมาใหม่ await fetchReportAttachment("pdf", orderId.value);