@@ -447,7 +446,7 @@
-
仅支持.jpg .png格式文件≤ 1 MB
+
仅支持.jpg .png格式文件≤ 2 MB
@@ -457,10 +456,9 @@
-
-
+
@@ -470,7 +468,7 @@
-
+
@@ -1118,11 +1116,11 @@ const submitEditForm = async () => {
url: '/cashCollection/complete',
data: {
orderCode: editFormData.value.orderCode,
- handlingCharge: editFormData.value.handlingCharge * 100, // 转为分单位
+ handlingCharge: editFormData.value.handlingCharge * 100 || null, // 转为分单位
paymentCurrency: CurrencyForId(editFormData.value.paymentCurrency),
paymentAmount: editFormData.value.paymentAmount * 100, // 转为分单位
receivedCurrency: CurrencyForId(editFormData.value.receivedCurrency),
- receivedAmount: editFormData.value.receivedAmount * 100, // 转为分单位
+ receivedAmount: editFormData.value.receivedAmount * 100 || null, // 转为分单位
receivedTime: editFormData.value.receivedTime,
receivedRemark: editFormData.value.receivedRemark || ''
}
diff --git a/src/views/moneyManage/receiveDetail/utils/staticData.js b/src/views/moneyManage/receiveDetail/utils/staticData.js
index 54fb915..1f53114 100644
--- a/src/views/moneyManage/receiveDetail/utils/staticData.js
+++ b/src/views/moneyManage/receiveDetail/utils/staticData.js
@@ -21,110 +21,99 @@ export const productList = [
"value": "美股",
"label": "美股",
"children": [
- {
- "value": "美股软件",
- "label": "美股软件"
- }
+ { "value": "美股软件", "label": "美股软件" },
+ { "value": "美股金卡", "label": "美股金卡" },
+ { "value": "美股套餐", "label": "美股套餐" }
]
},
{
"value": "港股",
"label": "港股",
"children": [
- {
- "value": "港股软件",
- "label": "港股软件"
- }
+ { "value": "港股软件", "label": "港股软件" },
+ { "value": "港股金卡", "label": "港股金卡" },
+ { "value": "港股套餐", "label": "港股套餐" }
]
},
{
"value": "A股",
"label": "A股",
"children": [
- {
- "value": "A股软件",
- "label": "A股软件"
- }
+ { "value": "A股软件", "label": "A股软件" },
+ { "value": "A股金卡", "label": "A股金卡" },
+ { "value": "A股套餐", "label": "A股套餐" }
]
},
{
"value": "新加坡股",
"label": "新加坡股",
"children": [
- {
- "value": "新加坡股软件",
- "label": "新加坡股软件"
- }
+ { "value": "新加坡股软件", "label": "新加坡股软件" },
+ { "value": "新加坡股金卡", "label": "新加坡股金卡" },
+ { "value": "新加坡股套餐", "label": "新加坡股套餐" }
]
},
{
"value": "马股",
"label": "马股",
"children": [
- {
- "value": "马股软件",
- "label": "马股软件"
- }
+ { "value": "马股软件", "label": "马股软件" },
+ { "value": "马股金卡", "label": "马股金卡" },
+ { "value": "马股套餐", "label": "马股套餐" }
]
},
{
"value": "日本股",
"label": "日本股",
"children": [
- {
- "value": "日本股软件",
- "label": "日本股软件"
- }
+ { "value": "日本股软件", "label": "日本股软件" },
+ { "value": "日本股金卡", "label": "日本股金卡" },
+ { "value": "日本股套餐", "label": "日本股套餐" }
]
},
{
"value": "泰股",
"label": "泰股",
"children": [
- {
- "value": "泰股软件",
- "label": "泰股软件"
- }
+ { "value": "泰股软件", "label": "泰股软件" },
+ { "value": "泰股金卡", "label": "泰股金卡" },
+ { "value": "泰股套餐", "label": "泰股套餐" }
]
},
{
"value": "越南股",
"label": "越南股",
"children": [
- {
- "value": "越南股软件",
- "label": "越南股软件"
- }
+ { "value": "越南股软件", "label": "越南股软件" },
+ { "value": "越南股金卡", "label": "越南股金卡" },
+ { "value": "越南股套餐", "label": "越南股套餐" }
]
},
{
"value": "印尼股",
"label": "印尼股",
"children": [
- {
- "value": "印尼股软件",
- "label": "印尼股软件"
- }
+ { "value": "印尼股软件", "label": "印尼股软件" },
+ { "value": "印尼股金卡", "label": "印尼股金卡" },
+ { "value": "印尼股套餐", "label": "印尼股套餐" }
]
},
{
"value": "韩国股",
"label": "韩国股",
"children": [
- {
- "value": "韩国股软件",
- "label": "韩国股软件"
- }
+ { "value": "韩国股软件", "label": "韩国股软件" },
+ { "value": "韩国股金卡", "label": "韩国股金卡" },
+ { "value": "韩国股套餐", "label": "韩国股套餐" }
]
},
{
"value": "台湾股",
"label": "台湾股",
"children": [
- {
- "value": "台湾股软件",
- "label": "台湾股软件"
- }
+ { "value": "台湾股软件", "label": "台湾股软件" },
+ { "value": "台湾股金卡", "label": "台湾股金卡" },
+ { "value": "台湾股套餐", "label": "台湾股套餐" }
]
}
]
@@ -148,6 +137,10 @@ export const productList = [
{
"value": "AI机构活跃度",
"label": "AI机构活跃度"
+ },
+ {
+ "value": "AI机构探测神器",
+ "label": "AI机构探测神器"
}
]
},
@@ -174,6 +167,10 @@ export const productList = [
{
"value": "超级机构罗盘",
"label": "超级机构罗盘"
+ },
+ {
+ "value": "超级机构探测神器",
+ "label": "超级机构探测神器"
}
]
},
@@ -188,6 +185,10 @@ export const productList = [
{
"value": "博股会员",
"label": "博股会员"
+ },
+ {
+ "value": "Hc信息费",
+ "label": "Hc信息费"
}
]
}