fetch(add): 订单管理-企业设备
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 3m30s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 3m30s
This commit is contained in:
@@ -392,6 +392,7 @@
|
||||
"packageList": "My Packages",
|
||||
"packageChange": "Package Change",
|
||||
"packageAssign": "Package Assignment",
|
||||
"seriesAssign": "Series Assignment",
|
||||
"packageSeries": "Package Series",
|
||||
"packageCommission": "Package Commission Cards"
|
||||
},
|
||||
@@ -414,7 +415,8 @@
|
||||
"withdrawal": "Commission Withdrawal",
|
||||
"withdrawalSettings": "Withdrawal Settings",
|
||||
"myAccount": "My Account",
|
||||
"carrierManagement": "Carrier Management"
|
||||
"carrierManagement": "Carrier Management",
|
||||
"orders": "Order Management"
|
||||
},
|
||||
"deviceManagement": {
|
||||
"title": "Device Management",
|
||||
@@ -443,7 +445,8 @@
|
||||
"allocationRecordDetail": "Allocation Record Details",
|
||||
"cardReplacementRequest": "Card Replacement Request",
|
||||
"authorizationRecords": "Authorization Records",
|
||||
"authorizationDetail": "Authorization Details"
|
||||
"authorizationDetail": "Authorization Details",
|
||||
"enterpriseDevices": "Enterprise Devices"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings Management",
|
||||
@@ -741,5 +744,206 @@
|
||||
"pendingAmount": "Pending Amount",
|
||||
"todayCommission": "Today's Commission"
|
||||
}
|
||||
},
|
||||
"seriesBinding": {
|
||||
"buttons": {
|
||||
"batchSetSeries": "Batch Set Series",
|
||||
"clearBinding": "Clear Binding"
|
||||
},
|
||||
"dialog": {
|
||||
"title": "Batch Set Series Binding",
|
||||
"titleCard": "Batch Set Card Series Binding",
|
||||
"titleDevice": "Batch Set Device Series Binding"
|
||||
},
|
||||
"form": {
|
||||
"seriesAllocation": "Series Allocation",
|
||||
"seriesAllocationPlaceholder": "Please select series allocation",
|
||||
"clearBindingOption": "Clear Association",
|
||||
"selectedCount": "{count} items selected"
|
||||
},
|
||||
"messages": {
|
||||
"noSelection": "Please select items to set",
|
||||
"setSuccess": "Series binding set successfully",
|
||||
"setFailed": "Failed to set series binding",
|
||||
"partialSuccess": "Partial success: {success} succeeded, {fail} failed",
|
||||
"confirmSet": "Are you sure to set series binding for {count} selected items?",
|
||||
"confirmClear": "Are you sure to clear series binding for {count} selected items?"
|
||||
},
|
||||
"result": {
|
||||
"title": "Set Result",
|
||||
"successCount": "Success Count",
|
||||
"failCount": "Fail Count",
|
||||
"failedItems": "Failed Items",
|
||||
"iccid": "ICCID",
|
||||
"deviceId": "Device ID",
|
||||
"deviceNo": "Device No.",
|
||||
"reason": "Reason"
|
||||
}
|
||||
},
|
||||
"orderManagement": {
|
||||
"title": "Order Management",
|
||||
"orderList": "Order List",
|
||||
"orderDetail": "Order Details",
|
||||
"orderItems": "Order Items",
|
||||
"createOrder": "Create Order",
|
||||
"searchForm": {
|
||||
"orderNo": "Order No.",
|
||||
"orderNoPlaceholder": "Please enter order number",
|
||||
"paymentStatus": "Payment Status",
|
||||
"paymentStatusPlaceholder": "Please select payment status",
|
||||
"orderType": "Order Type",
|
||||
"orderTypePlaceholder": "Please select order type",
|
||||
"dateRange": "Created Time",
|
||||
"startDate": "Start Time",
|
||||
"endDate": "End Time"
|
||||
},
|
||||
"table": {
|
||||
"id": "Order ID",
|
||||
"orderNo": "Order No.",
|
||||
"orderType": "Order Type",
|
||||
"buyerId": "Buyer ID",
|
||||
"buyerType": "Buyer Type",
|
||||
"paymentStatus": "Payment Status",
|
||||
"paymentMethod": "Payment Method",
|
||||
"totalAmount": "Total Amount",
|
||||
"paidAt": "Paid At",
|
||||
"commissionStatus": "Commission Status",
|
||||
"createdAt": "Created At",
|
||||
"updatedAt": "Updated At",
|
||||
"operation": "Actions"
|
||||
},
|
||||
"orderType": {
|
||||
"singleCard": "Single Card Purchase",
|
||||
"device": "Device Purchase"
|
||||
},
|
||||
"buyerType": {
|
||||
"personal": "Personal Customer",
|
||||
"agent": "Agent"
|
||||
},
|
||||
"paymentStatus": {
|
||||
"pending": "Pending",
|
||||
"paid": "Paid",
|
||||
"cancelled": "Cancelled",
|
||||
"refunded": "Refunded"
|
||||
},
|
||||
"paymentMethod": {
|
||||
"wallet": "Wallet Payment",
|
||||
"wechat": "WeChat Payment",
|
||||
"alipay": "Alipay Payment"
|
||||
},
|
||||
"commissionStatus": {
|
||||
"notApplicable": "Not Applicable",
|
||||
"pending": "Pending",
|
||||
"settled": "Settled"
|
||||
},
|
||||
"actions": {
|
||||
"viewDetail": "View Details",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"submit": "Submit",
|
||||
"close": "Close"
|
||||
},
|
||||
"createForm": {
|
||||
"packageIds": "Select Packages",
|
||||
"packageIdsPlaceholder": "Please select packages",
|
||||
"iotCardId": "IoT Card ID",
|
||||
"iotCardIdPlaceholder": "Please enter IoT card ID",
|
||||
"deviceId": "Device ID",
|
||||
"deviceIdPlaceholder": "Please enter device ID"
|
||||
},
|
||||
"items": {
|
||||
"packageName": "Package Name",
|
||||
"quantity": "Quantity",
|
||||
"unitPrice": "Unit Price",
|
||||
"amount": "Subtotal"
|
||||
},
|
||||
"messages": {
|
||||
"createSuccess": "Order created successfully",
|
||||
"createFailed": "Failed to create order",
|
||||
"cancelSuccess": "Order cancelled successfully",
|
||||
"cancelFailed": "Failed to cancel order",
|
||||
"cancelConfirm": "Cancel Order Confirmation",
|
||||
"cancelConfirmText": "Are you sure to cancel this order? This action cannot be undone",
|
||||
"cannotCancelPaid": "Cannot cancel a paid order",
|
||||
"cannotCancelCancelled": "Order is already cancelled",
|
||||
"cannotCancelRefunded": "Cannot cancel a refunded order",
|
||||
"loadFailed": "Failed to load order data",
|
||||
"noData": "No order data available"
|
||||
},
|
||||
"validation": {
|
||||
"orderTypeRequired": "Please select order type",
|
||||
"packageIdsRequired": "Please select at least one package",
|
||||
"iotCardRequired": "Please select IoT card",
|
||||
"deviceRequired": "Please select device",
|
||||
"packagesMaxLimit": "Can select up to 10 packages"
|
||||
}
|
||||
},
|
||||
"enterpriseDevices": {
|
||||
"title": "Enterprise Device List",
|
||||
"searchForm": {
|
||||
"enterpriseId": "Enterprise ID",
|
||||
"enterpriseIdPlaceholder": "Please enter enterprise ID",
|
||||
"deviceNo": "Device No.",
|
||||
"deviceNoPlaceholder": "Please enter device number"
|
||||
},
|
||||
"table": {
|
||||
"deviceId": "Device ID",
|
||||
"deviceNo": "Device No.",
|
||||
"deviceName": "Device Name",
|
||||
"deviceModel": "Device Model",
|
||||
"cardCount": "Card Count",
|
||||
"authorizedAt": "Authorized At",
|
||||
"operation": "Actions"
|
||||
},
|
||||
"buttons": {
|
||||
"allocateDevices": "Allocate Devices",
|
||||
"recallDevices": "Recall Authorization",
|
||||
"refresh": "Refresh"
|
||||
},
|
||||
"dialog": {
|
||||
"allocateTitle": "Allocate Devices to Enterprise",
|
||||
"recallTitle": "Recall Device Authorization",
|
||||
"resultTitle": "Operation Result"
|
||||
},
|
||||
"form": {
|
||||
"deviceNos": "Device Numbers",
|
||||
"deviceNosPlaceholder": "Enter device numbers, separated by newlines or commas",
|
||||
"deviceNosHint": "One device number per line or comma-separated, maximum 100 devices",
|
||||
"remark": "Remark",
|
||||
"remarkPlaceholder": "Enter allocation remark (optional)",
|
||||
"selectedDevices": "Selected Devices",
|
||||
"selectedCount": "{count} devices selected"
|
||||
},
|
||||
"result": {
|
||||
"successCount": "Success Count",
|
||||
"failCount": "Fail Count",
|
||||
"authorizedDevices": "Authorized Devices",
|
||||
"failedItems": "Failed Items",
|
||||
"deviceNo": "Device No.",
|
||||
"deviceId": "Device ID",
|
||||
"cardCount": "Card Count",
|
||||
"reason": "Failure Reason"
|
||||
},
|
||||
"messages": {
|
||||
"allocateSuccess": "Device allocation successful",
|
||||
"allocateFailed": "Device allocation failed",
|
||||
"allocatePartialSuccess": "Partial success: {success} succeeded, {fail} failed",
|
||||
"recallSuccess": "Authorization recall successful",
|
||||
"recallFailed": "Authorization recall failed",
|
||||
"recallPartialSuccess": "Partial recall success: {success} succeeded, {fail} failed",
|
||||
"recallConfirm": "Recall Authorization Confirmation",
|
||||
"recallConfirmText": "Are you sure to recall authorization for {count} selected devices?",
|
||||
"noSelection": "Please select devices to recall first",
|
||||
"deviceNosRequired": "Please enter device numbers",
|
||||
"deviceNosEmpty": "Device number list cannot be empty",
|
||||
"deviceNosMaxLimit": "Cannot exceed 100 device numbers",
|
||||
"invalidDeviceNos": "Invalid device number format exists",
|
||||
"loadFailed": "Failed to load device list",
|
||||
"noData": "No device data available"
|
||||
},
|
||||
"validation": {
|
||||
"deviceNosRequired": "Please enter device number list",
|
||||
"deviceNosMaxLength": "Cannot exceed 100 device numbers"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user