Compare commits
5 commits
a74c4648c6
...
40942fc420
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40942fc420 | ||
|
|
060b5980dd | ||
|
|
04c47b2700 | ||
|
|
df9430af24 | ||
|
|
ccf1a55052 |
3 changed files with 10 additions and 1 deletions
|
|
@ -328,6 +328,14 @@ async function scrollTo(id: string) {
|
||||||
padding: 0px 16px;
|
padding: 0px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown :deep(h4) {
|
||||||
|
text-align: left;
|
||||||
|
margin-block: 0;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 600;
|
||||||
|
padding: 0px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.markdown :deep(video) {
|
.markdown :deep(video) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1294,7 +1294,7 @@ export const useEmployeeForm = defineStore('form-employee', () => {
|
||||||
state.value.currentEmployee?.status === 'CREATED'
|
state.value.currentEmployee?.status === 'CREATED'
|
||||||
? 'ACTIVE'
|
? 'ACTIVE'
|
||||||
: state.value.currentEmployee?.status,
|
: state.value.currentEmployee?.status,
|
||||||
customerBranchId: state.value.formDataEmployeeOwner?.id || '',
|
customerBranchId: state.value.currentBranchId || '',
|
||||||
employeeWork: [],
|
employeeWork: [],
|
||||||
employeeCheckup: [],
|
employeeCheckup: [],
|
||||||
employeeOtherInfo: undefined,
|
employeeOtherInfo: undefined,
|
||||||
|
|
|
||||||
|
|
@ -1509,6 +1509,7 @@ function covertToNode() {
|
||||||
:quotation-status="
|
:quotation-status="
|
||||||
quotationFormState.source?.quotationStatus === 'Expired'
|
quotationFormState.source?.quotationStatus === 'Expired'
|
||||||
"
|
"
|
||||||
|
:created-at="quotationFormState.createdAt"
|
||||||
v-model:urgent="quotationFormData.urgent"
|
v-model:urgent="quotationFormData.urgent"
|
||||||
v-model:work-name="quotationFormData.workName"
|
v-model:work-name="quotationFormData.workName"
|
||||||
v-model:contactor="quotationFormData.contactName"
|
v-model:contactor="quotationFormData.contactName"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue