fix(05): special condition
This commit is contained in:
parent
566b9e4d35
commit
3faa705000
3 changed files with 3 additions and 3 deletions
|
|
@ -125,7 +125,7 @@ watch(
|
||||||
/>
|
/>
|
||||||
<q-checkbox
|
<q-checkbox
|
||||||
class="q-ml-md"
|
class="q-ml-md"
|
||||||
:label="$t('quotation.special')"
|
:label="$t('quotation.specialCondition')"
|
||||||
size="xs"
|
size="xs"
|
||||||
v-model="special"
|
v-model="special"
|
||||||
style="font-size: 14px"
|
style="font-size: 14px"
|
||||||
|
|
|
||||||
|
|
@ -622,7 +622,7 @@ export default {
|
||||||
contactName: 'Contact Name',
|
contactName: 'Contact Name',
|
||||||
documentReceivePoint: 'Document Drop-Off Point"',
|
documentReceivePoint: 'Document Drop-Off Point"',
|
||||||
dueDate: 'Quotation Due Date',
|
dueDate: 'Quotation Due Date',
|
||||||
special: 'Special',
|
specialCondition: 'Special Conditions',
|
||||||
|
|
||||||
paymentCondition: 'Payment Terms',
|
paymentCondition: 'Payment Terms',
|
||||||
payType: 'Payment Methods',
|
payType: 'Payment Methods',
|
||||||
|
|
|
||||||
|
|
@ -620,7 +620,7 @@ export default {
|
||||||
contactName: 'ชื่อผู้ติดต่อ',
|
contactName: 'ชื่อผู้ติดต่อ',
|
||||||
documentReceivePoint: 'จุดรับเอกสาร',
|
documentReceivePoint: 'จุดรับเอกสาร',
|
||||||
dueDate: 'วันครบกำหนดใบเสนอราคา',
|
dueDate: 'วันครบกำหนดใบเสนอราคา',
|
||||||
special: 'พิเศษ',
|
specialCondition: 'เงื่อนไขพิเศษ',
|
||||||
|
|
||||||
paymentCondition: 'เงื่อนไขการชำระเงิน',
|
paymentCondition: 'เงื่อนไขการชำระเงิน',
|
||||||
payType: 'วิธีการชำระเงิน',
|
payType: 'วิธีการชำระเงิน',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue