fix : 견적서확인 - 가격조사 완료여부 조건 변경

This commit is contained in:
Kasi
2025-05-29 11:23:17 +09:00
parent bdf7b023cb
commit 6ec31fda2a

View File

@@ -323,7 +323,7 @@ const onPrcsFileDownload = async (prcsNo: string, fileOrd: number, logiFnm: stri
<td>견적서확인</td> <td>견적서확인</td>
<td colspan="9"> <td colspan="9">
<slot name="status" <slot name="status"
v-if="params.stCd == '0100'" v-if="params.stCd == '0200'"
> >
<div style="display: flex; justify-content: flex-end; gap: 8px;"> <div style="display: flex; justify-content: flex-end; gap: 8px;">
<VButton <VButton