Compare commits

..

No commits in common. "40942fc42034bfdad1f47648c1d8ed6f00a67956" and "a74c4648c6327370b6682ec17a861ca7175dad70" have entirely different histories.

3 changed files with 1 additions and 10 deletions

View file

@ -328,14 +328,6 @@ 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.currentBranchId || '',
customerBranchId: state.value.formDataEmployeeOwner?.id || '',
employeeWork: [],
employeeCheckup: [],
employeeOtherInfo: undefined,

View file

@ -1509,7 +1509,6 @@ 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"