diff --git a/.workbuddy/expert-history.json b/.workbuddy/expert-history.json index 6ed51ad..81ad213 100644 --- a/.workbuddy/expert-history.json +++ b/.workbuddy/expert-history.json @@ -13,5 +13,5 @@ } ] }, - "lastUpdated": 1776159168693 + "lastUpdated": 1776160119257 } \ No newline at end of file diff --git a/frontend/ops_vue_js/src/i18n/en.json b/frontend/ops_vue_js/src/i18n/en.json index b27fe02..e7e1ada 100644 --- a/frontend/ops_vue_js/src/i18n/en.json +++ b/frontend/ops_vue_js/src/i18n/en.json @@ -133,6 +133,7 @@ "fee_type": "Fee type", "input_quantity": "Quantity", "input_fee": "Fee", + "fee_hint": "Decimal point must be \".\", input method may prevent typing", "select_currency": "Select currency", "add": "Add", "add_cost": "Add Cost", diff --git a/frontend/ops_vue_js/src/i18n/zh-CN.json b/frontend/ops_vue_js/src/i18n/zh-CN.json index 7702ac9..356099f 100644 --- a/frontend/ops_vue_js/src/i18n/zh-CN.json +++ b/frontend/ops_vue_js/src/i18n/zh-CN.json @@ -133,6 +133,7 @@ "fee_type": "费用类型", "input_quantity": "数量", "input_fee": "费用", + "fee_hint": "小数点必须是 \".\",开启输入法状态可能无法输入", "select_currency": "选择货币类型", "add": "添加", "add_cost": "添加费用", diff --git a/frontend/ops_vue_js/src/views/purchase/addorder.vue b/frontend/ops_vue_js/src/views/purchase/addorder.vue index 378f0b1..5129b77 100644 --- a/frontend/ops_vue_js/src/views/purchase/addorder.vue +++ b/frontend/ops_vue_js/src/views/purchase/addorder.vue @@ -472,9 +472,17 @@ async function handleSubmit() {
- +
- +