Commit 8bbbe1db by 孙龙

翻译

parent 2f378093
......@@ -252,7 +252,7 @@ JS
//基本信息
$info["baseInfo"]["order_sn"] = $orderInfo["order_sn"];
$info["baseInfo"]["status"] = $orderInfo["status"];
$info["baseInfo"]["status_cn"] = Arr::get(array_flip(Order::$STATUS_FORAMT),$orderInfo["status"],"");
$info["baseInfo"]["status_cn"] = Arr::get(admin_trans("order.options.status"),$orderInfo["status"],"");
$info["baseInfo"]["company_name"] = $orderInfo["company_name"];
$info["baseInfo"]["user_sn"] = $orderInfo["scm_user"]["user_sn"]??"";
$info["baseInfo"]["name"] = $orderInfo["scm_user"]["name"]??"";
......
......@@ -34,7 +34,7 @@ layui.use(['form', 'table', 'laydate'], function () {
{field: 'purchase_name', title: translation.purchase_name, width: 120},
{
field: '', title: translation.currncy, width: 80, templet(d) {
return '美元'
return translation.usd;
}
},
{
......
......@@ -10,6 +10,7 @@ return [
'是否确认审核' => 'Do you confirm the audit',
'审核成功' => 'Successful audit',
'是否确认反审核' => 'Whether to confirm counteraudit',
],
'fields' => [
'order_sn' => 'Order No.',
......@@ -156,5 +157,6 @@ return [
"modify" => "modify",
"save" => "save",
"operation_success" => "operation_success",
'usd' => 'USD',
]
];
......@@ -10,6 +10,7 @@ return [
'是否确认审核' => '是否确认审核',
'审核成功' => '是否确认审核',
'是否确认反审核' => '是否确认审核',
],
'fields' => [
'order_sn' => '订单编号号',
......@@ -151,5 +152,6 @@ return [
"modify" => "修改",
"save" => "保存",
"operation_success" => "操作成功",
'usd' => '美元',
]
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment