fix(03): employee customer
This commit is contained in:
parent
f8c991393f
commit
2254218039
3 changed files with 68 additions and 44 deletions
|
|
@ -32,8 +32,8 @@ export default {
|
|||
order: 'ลำดับ',
|
||||
name: 'ชื่อ',
|
||||
fullName: 'ชื่อ-สกุล',
|
||||
detail: 'รายละเอียด',
|
||||
remark: 'หมายเหตุ',
|
||||
detail: 'รายละเอียด{msg}',
|
||||
remark: 'หมายเหตุ{msg}',
|
||||
createdAt: 'สร้างเมื่อ',
|
||||
noData: 'ไม่มีข้อมูล',
|
||||
noField: 'ไม่มีฟิลด์',
|
||||
|
|
@ -85,6 +85,9 @@ export default {
|
|||
noDataTable: 'ยังไม่มีข้อมูลแสดงในตารางนี้',
|
||||
birthDate: 'วันเกิด',
|
||||
amount: 'จำนวน {msg}',
|
||||
numberOf: 'จำนวน{msg}',
|
||||
list: 'รายการ{msg}',
|
||||
for: 'เพื่อ{msg}',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
@ -350,6 +353,7 @@ export default {
|
|||
issueDate: 'วันที่ออกหนังสือ',
|
||||
passportExpiryDate: 'วันหiมดอายุหนังสือเดินทาง',
|
||||
|
||||
ownerName: 'ชื่อเจ้าของ',
|
||||
firstName: 'ชื่อ ',
|
||||
lastName: 'นามสกุล ',
|
||||
firstNameEN: 'ชื่อ ภาษาอังกฤษ',
|
||||
|
|
@ -539,7 +543,7 @@ export default {
|
|||
name: 'ชื่อสินค้าและบริการ',
|
||||
},
|
||||
type: {
|
||||
title: 'ปรเภทสินค้าและบริการ',
|
||||
title: 'ประเภทสินค้าและบริการ',
|
||||
withName: 'ประเภท {name}',
|
||||
addTitle: 'เพิ่มประเภทสินค้าและบริการ',
|
||||
code: 'รหัสสินค้าและบริการ',
|
||||
|
|
@ -547,6 +551,7 @@ export default {
|
|||
},
|
||||
service: {
|
||||
title: 'ประเภท',
|
||||
title2: 'บริการ',
|
||||
totalWork: 'งานทั้งหมด',
|
||||
code: 'รหัสประเภท',
|
||||
name: 'ชื่อประเภท',
|
||||
|
|
@ -629,6 +634,7 @@ export default {
|
|||
tax: 'ภาษี',
|
||||
calVat: 'คิดภาษี',
|
||||
allProduct: 'รายการสินค้าทั้งหมด',
|
||||
|
||||
type: {
|
||||
all: 'ทั้งหมด',
|
||||
fullAmountCash: 'เงินสดเต็มจำนวน',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue