guoyuji
2024-11-26 d00cf1d143142a9e1156ac10a324efe768a885c8
提交修改部分翻译程序以及成品打印文件
5个文件已修改
13 ■■■■■ 已修改文件
north-glass-erp/northglass-erp/src/lang/en.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/index.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/ru.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/zh.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/en.js
@@ -135,7 +135,7 @@
            hollowThickness:'* Hollow thickness',
            hollowGasType:'* Inflation mode',
            hollowType:'* Sealing compound',
            hollowGlueDepth:'* Default glue depth',
            hollowGlueDepth:'Default glue depth',
            hollow:'Hollow spacer',
            hollowUpdate:'Hollow spacers modified',
            interlayerThickness:'*Lamination thickness',
north-glass-erp/northglass-erp/src/lang/index.js
@@ -8,11 +8,13 @@
import zh from "./zh"
import en from "./en"
import ru from "./ru"
import ar from "./ar"
let messages = {
    'zh-CN':zh,
    'en-US': en,
    ru: ru
    ru: ru,
    ar:ar
}
const i18n = createI18n({
north-glass-erp/northglass-erp/src/lang/ru.js
@@ -135,7 +135,7 @@
            hollowThickness:'* Средняя толщина',
            hollowGasType:'* Способ наполнения',
            hollowType:'* Гель',
            hollowGlueDepth:'* Глубина клея по умолчанию',
            hollowGlueDepth:'Глубина клея по умолчанию',
            hollow:'Пустой',
            hollowUpdate:'Пустое обновление',
            interlayerThickness:'* Толщина слоя',
north-glass-erp/northglass-erp/src/lang/zh.js
@@ -135,7 +135,7 @@
           hollowThickness:'*中空厚度',
           hollowGasType:'*充气方式:',
           hollowType:'*封胶',
           hollowGlueDepth:'*默认胶深:',
           hollowGlueDepth:'默认胶深:',
           hollow:'中空间隔物',
           hollowUpdate:'中空间隔物修改',
           interlayerThickness:'*夹层厚度',
north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -2462,6 +2462,7 @@
             (select (@row_number := @row_number + 1) as id,process_id as process_id from (select process_id from pp.optimize_detail tt where project_no =#{projectNo} group by process_id) tt,(select @row_number := 0) as t) a
             on a.process_id=opd.process_id
        where opd.project_no = #{projectNo}
        order by opd.stock_id,opd.polys_id
        group by  order_id,od.order_number
        order by ogd.child_width desc,ogd.child_height desc
    </select>
</mapper>