feat: add product name exists error
This commit is contained in:
parent
fcbaf03d9f
commit
7cf9ecc370
2 changed files with 4 additions and 0 deletions
|
|
@ -728,6 +728,8 @@ export default {
|
||||||
relationCustomerNotFound: 'Customer cannot be found.',
|
relationCustomerNotFound: 'Customer cannot be found.',
|
||||||
relationCustomerBranchNotFound: 'Customer Branch cannot be found.',
|
relationCustomerBranchNotFound: 'Customer Branch cannot be found.',
|
||||||
sameBranchCodeExists: 'This Head Office Abbreviation is already in use.',
|
sameBranchCodeExists: 'This Head Office Abbreviation is already in use.',
|
||||||
|
productNameExists:
|
||||||
|
'Product with the same name already exists. If you want to create with this name please select another code.',
|
||||||
validateError: 'Validate Error',
|
validateError: 'Validate Error',
|
||||||
codeMisMatch: 'Code Mismatch',
|
codeMisMatch: 'Code Mismatch',
|
||||||
userExists: 'User already exits.',
|
userExists: 'User already exits.',
|
||||||
|
|
|
||||||
|
|
@ -723,6 +723,8 @@ export default {
|
||||||
relationCustomerNotFound: 'ไม่พบลูกค้า',
|
relationCustomerNotFound: 'ไม่พบลูกค้า',
|
||||||
relationCustomerBranchNotFound: 'ไม่พบสาขาลูกค้า',
|
relationCustomerBranchNotFound: 'ไม่พบสาขาลูกค้า',
|
||||||
sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว',
|
sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว',
|
||||||
|
productNameExists:
|
||||||
|
'สินค้าที่มีชื่อเดียวกันมีในระบบแล้ว หากคุณต้องการสร้างด้วยชื่อนี้โปรดเลือกรหัสอื่น',
|
||||||
validateError: 'เกิดข้อผิดพลาดจากการตรวจสอบ',
|
validateError: 'เกิดข้อผิดพลาดจากการตรวจสอบ',
|
||||||
codeMisMatch: 'รหัสไม่ตรงกัน',
|
codeMisMatch: 'รหัสไม่ตรงกัน',
|
||||||
userExists: 'ชื่อผู้ใช้นี้มีอยู่ในระบบอยู่แล้ว',
|
userExists: 'ชื่อผู้ใช้นี้มีอยู่ในระบบอยู่แล้ว',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue