|
@@ -309,7 +309,8 @@ const messageBoxConfirm = () => {
|
|
const submitRequest = () => {
|
|
const submitRequest = () => {
|
|
let {amountValue = 0, totalCount = 0, amountCurrencyCode} = baseFormData;
|
|
let {amountValue = 0, totalCount = 0, amountCurrencyCode} = baseFormData;
|
|
formList[0]['text'] = atUserList.value;
|
|
formList[0]['text'] = atUserList.value;
|
|
-
|
|
|
|
|
|
+ amountValue = amountValue * 100; // 元转分
|
|
|
|
+
|
|
let finishConditions = [];
|
|
let finishConditions = [];
|
|
for(let i = 0; i < formList.length; i++) {
|
|
for(let i = 0; i < formList.length; i++) {
|
|
let item = {};
|
|
let item = {};
|