Compare commits

...

5 commits

Author SHA1 Message Date
Thanaphon Frappet
40942fc420 Merge branch 'develop'
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
2025-06-11 10:24:48 +07:00
Thanaphon Frappet
060b5980dd fix: can't change branch
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 10s
2025-06-11 10:00:08 +07:00
Methapon2001
04c47b2700 fix: quotation created at time not display correctly
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
2025-05-30 09:41:19 +07:00
Methapon2001
df9430af24 Merge branch 'develop'
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
2025-05-28 14:24:56 +07:00
Methapon2001
ccf1a55052 fix: h4 size
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
2025-05-28 14:24:42 +07:00
3 changed files with 10 additions and 1 deletions

View file

@ -328,6 +328,14 @@ async function scrollTo(id: string) {
padding: 0px 16px;
}
.markdown :deep(h4) {
text-align: left;
margin-block: 0;
font-size: 16px;
font-weight: 600;
padding: 0px 16px;
}
.markdown :deep(video) {
width: 100%;
}

View file

@ -1294,7 +1294,7 @@ export const useEmployeeForm = defineStore('form-employee', () => {
state.value.currentEmployee?.status === 'CREATED'
? 'ACTIVE'
: state.value.currentEmployee?.status,
customerBranchId: state.value.formDataEmployeeOwner?.id || '',
customerBranchId: state.value.currentBranchId || '',
employeeWork: [],
employeeCheckup: [],
employeeOtherInfo: undefined,

View file

@ -1509,6 +1509,7 @@ function covertToNode() {
:quotation-status="
quotationFormState.source?.quotationStatus === 'Expired'
"
:created-at="quotationFormState.createdAt"
v-model:urgent="quotationFormData.urgent"
v-model:work-name="quotationFormData.workName"
v-model:contactor="quotationFormData.contactName"