|
@@ -351,7 +351,7 @@
|
|
|
const advance = JSON.parse('<%- JSON.stringify(advance) %>');
|
|
|
const prevAdvance = JSON.parse('<%- JSON.stringify(prevAdvance) %>');
|
|
|
const isEdited = JSON.parse('<%- isEdited %>');
|
|
|
- const advancePayTotal = parseInt('<%- advancePayTotal %>');
|
|
|
+ const advancePayTotal = parseFloat('<%- advancePayTotal %>');
|
|
|
const preUrl = '<%- preUrl %>';
|
|
|
const fileList = JSON.parse('<%- JSON.stringify(fileList) %>') || [];
|
|
|
const whiteList = JSON.parse('<%- JSON.stringify(whiteList) %>');
|