Merge branch 'nice' into develop
This commit is contained in:
commit
370050eab9
1 changed files with 2 additions and 4 deletions
|
|
@ -447,10 +447,8 @@ function exportToExcel() {
|
|||
? e.posNumCodeSit
|
||||
: "",
|
||||
commandNo:
|
||||
e.posNumCodeSitAbb && e.posNumCodeSit
|
||||
? `${e.posNumCodeSit} (${e.posNumCodeSitAbb})`
|
||||
: e.posNumCodeSit
|
||||
? e.posNumCodeSit
|
||||
e.commandNo && e.commandYear
|
||||
? `${e.commandNo}/${Number(e.commandYear) + 543}`
|
||||
: "",
|
||||
commandDateSign: date2Thai(e.commandDateSign),
|
||||
commandCode: store.convertCommandCodeName(e.commandCode),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue