Merge branch 'develop' into devTee
This commit is contained in:
commit
bcc49a1fee
1 changed files with 1 additions and 0 deletions
|
|
@ -773,6 +773,7 @@ function onSubmit() {
|
|||
...formData,
|
||||
commandDateAffect: convertDateToAPI(formData.commandDateAffect),
|
||||
commandDateSign: convertDateToAPI(formData.commandDateSign),
|
||||
commandName: store.convertCommandCodeName(formData.commandCode),
|
||||
amount: Number(String(formData.amount)?.replace(/,/g, "")),
|
||||
amountSpecial: Number(
|
||||
String(formData.amountSpecial)?.replace(/,/g, "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue