Compare commits

..

No commits in common. "02d02cf3a18d97b3940a214f9f2dcb705b1da6e0" and "b21949712bac4b17c7f13bccd521bff905912a2a" have entirely different histories.

2 changed files with 4 additions and 8 deletions

View file

@ -799,7 +799,7 @@ export default {
branch: 'สาขาที่ออกใบเสนอราคา',
branchVirtual: 'จุดรับบริการที่ออกใบเสนอราคา',
customer: 'ลูกค้า',
newCustomer: 'แรงงานใหม่',
newCustomer: 'ลูกค้าใหม่',
employeeList: 'รายชื่อแรงงาน',
employee: 'แรงงาน',
employeeName: 'ชื่อ-นามสกุล แรงงาน',

View file

@ -386,7 +386,7 @@ async function assignFormData(id: string) {
selectedProductGroup.value =
data.productServiceList[0]?.product.productGroup?.id || '';
(previousValue = {
((previousValue = {
id: data.id || undefined,
debitNoteQuotationId: data.debitNoteQuotationId || undefined,
productServiceList: structuredClone(
@ -412,7 +412,7 @@ async function assignFormData(id: string) {
quotationId: data.debitNoteQuotationId,
remark: data.remark || undefined,
}),
(currentFormData.value = structuredClone(previousValue));
(currentFormData.value = structuredClone(previousValue)));
assignProductServiceList();
assignSelectedWorker();
@ -1046,11 +1046,7 @@ async function submitAccepted() {
:status-active="i.active?.()"
:status-done="i.status === 'done'"
:status-waiting="i.status === 'waiting'"
@click="
() => {
if (pageState.mode !== 'create') i.handler();
}
"
@click="i.handler()"
/>
</nav>
<!-- #TODO add goToQuotation as @goto-quotation-->