feat: receipt view (#41)
* refactor: handle show form receipt * refactor: fetch receipt * fix: i18n * refactor: quotation receipt components * refactor: by data Receipt * refactor: delete btn peview * fix: wrong view condition * rfactor: send Queery quotationId * refactor: edit condition view --------- Co-authored-by: Thanaphon Frappet <thanaphon@frappet.com> Co-authored-by: puriphatt <puriphat@frappet.com>
This commit is contained in:
parent
13bf8e9ee0
commit
e068304923
5 changed files with 95 additions and 17 deletions
|
|
@ -731,6 +731,7 @@ export default {
|
|||
payAll: 'จ่ายทั้งหมด',
|
||||
allInstallments: 'งวดทั้งหมด',
|
||||
paymentDueDate: 'วันครบกำหนดชำระเงิน วันที่',
|
||||
paymentMethod: 'วิธีการชำระเงิน',
|
||||
notYetPaid: 'ยังไม่ได้ชำระเงิน',
|
||||
alreadyPaid: 'ชำระเงินแล้ว',
|
||||
amountToBePaid: 'ยอดเงินที่ต้องชำระ',
|
||||
|
|
@ -740,6 +741,8 @@ export default {
|
|||
PaymentInProcess: 'ชำระเงินแล้ว รอตรวจสอบ',
|
||||
PaymentRetry: 'ชำระไม่ครบถ้วน ชำระใหม่',
|
||||
PaymentSuccess: 'ชำระเรียบร้อย',
|
||||
PaymentReceive: 'รับชำระเงิน',
|
||||
receiptIssued: 'ออกใบเสร็จรับเงินแล้ว',
|
||||
},
|
||||
|
||||
type: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue