From c801f1d76578cfe2db9da8888d8f8690e9b5dee0 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 16 四月 2025 09:38:49 +0800 Subject: [PATCH] #修复:保存过"批次规则-批次规则标识",再点开查看时数据没了 --- rsf-admin/src/i18n/en.js | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index a9d204c..1be1035 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -160,6 +160,9 @@ taskItem: 'TaskItem', taskItemLog: 'TaskItemLog', taskLog: 'TaskLog', + orderItem: 'OrderItem', + order: 'Order', + }, table: { field: { @@ -631,6 +634,7 @@ ansId: "ansId", asnCode: "asnCode", barcode: "barcode", + flagDefect: "Defective", anfme: "anfme", ioStatus: "ioStatus", }, @@ -741,6 +745,36 @@ spec: "spec", model: "model", }, + order: { + code: "code", + sourceCode: "sourceCode", + sourceId: "sourceId", + type: "type", + wkType: "wkType", + anfme: "anfme", + }, + orderItem: { + orderId: "orderId", + orderCode: "orderCode", + sourceItemId: "sourceItemId", + matnrId: "matnrId", + matnrCode: "matnrCode", + maktx: "maktx", + anfme: "anfme", + stockUnit: "stockUnit", + workQty: "workQty", + purQty: "purQty", + purUnit: "purUnit", + qty: "qty", + splrCode: "splrCode", + batch: "batch", + splrBatch: "splrBatch", + splrName: "splrName", + trackCode: "trackCode", + barcode: "barcode", + prodTime: "prodTime", + packName: "packName", + }, } }, page: { @@ -821,12 +855,14 @@ creatcode: "creatcode", print: "print", enable: 'enable', + detail: "Detail", unenable: 'unenable', locInit: 'loc init', siteInit: 'site init', batch: 'batch', confirm: 'confirm', cancel: "cancel", + selectSite: 'Select Site', top: "top", resort: "sort", subzone: 'subzone', @@ -846,6 +882,8 @@ asnCreate: "asnCreate", createTask: "createTask", recover: "recover", + order: 'Orders', + }, }; -- Gitblit v1.9.1