opt:越南富佳国际化优化

This commit is contained in:
2025-11-03 17:26:21 +08:00
parent d6d2b584ff
commit 621075e8f7
11 changed files with 119 additions and 23 deletions

View File

@@ -106,7 +106,7 @@
<el-table-column prop="is_modify" :formatter="modifyFormat" :label="$t('wms.basedata.class.is_modify')" />
<el-table-column
v-permission="['admin','Classstandard:edit','Classstandard:del']"
:label="$t('wms.basedata.class.operation')"
:label="$t('common.operation')"
width="250px"
align="center"
>

View File

@@ -45,7 +45,7 @@
<el-table-column prop="unit_name" :label="$t('wms.basedata.measure.unit_name')" />
<el-table-column prop="qty_precision" :label="$t('wms.basedata.measure.qty_precision')" />
<el-table-column prop="update_optname" :label="$t('wms.basedata.measure.update_optname')" />
<el-table-column prop="update_time" :label="$t('wms.basedata.measure.update_time')" width="135" />
<el-table-column prop="update_time" :label="$t('common.update_time')" width="135" />
<el-table-column prop="is_used" :label="$t('wms.basedata.measure.is_used')">
<template slot-scope="scope">
<el-switch

View File

@@ -128,7 +128,7 @@
<el-table-column prop="corp_tele_no" :label="$t('wms.basedata.supp.corp_tele_no')" />
<el-table-column prop="jurid_name" :label="$t('wms.basedata.supp.jurid_name')" />
<el-table-column prop="update_optname" :label="$t('wms.basedata.supp.update_optname')" />
<el-table-column prop="update_time" :label="$t('wms.basedata.supp.update_time')" width="150" />
<el-table-column prop="update_time" :label="$t('common.update_time')" width="150" />
<el-table-column :label="$t('wms.basedata.supp.is_used')" align="center" prop="is_used">
<template slot-scope="scope">
<el-switch

View File

@@ -17,8 +17,8 @@
type="daterange"
value-format="yyyy-MM-dd"
range-separator=""
:start-placeholder="$t('common.start_date')"
:end-placeholder="$t('common.end_date')"
:start-placeholder="$t('common.startDate')"
:end-placeholder="$t('common.endDate')"
/>
</el-form-item>
<el-form-item :label="$t('wms.pm_manage.form_data2.form_code')">

View File

@@ -312,8 +312,8 @@
</template>
</el-table-column>
<el-table-column prop="remark" :label="$t('wms.sch.point.remark')" :min-width="flexWidth('remark',crud.data,$t('wms.sch.point.remark'))" />
<el-table-column prop="update_name" :label="$t('wms.sch.point.update_name')" :min-width="flexWidth('update_name',crud.data,$t('wms.sch.point.update_name'))" />
<el-table-column prop="update_time" :label="$t('wms.sch.point.update_time')" :min-width="flexWidth('update_time',crud.data,$t('wms.sch.point.update_time'))" />
<el-table-column prop="update_name" :label="$t('common.update_name')" :min-width="flexWidth('update_name',crud.data,$t('wms.sch.point.update_name'))" />
<el-table-column prop="update_time" :label="$t('common.update_time')" :min-width="flexWidth('update_time',crud.data,$t('common.update_time'))" />
<el-table-column v-permission="[]" label="操作" width="200px" align="center" fixed="right">
<template slot-scope="scope">
<udOperation

View File

@@ -26,7 +26,7 @@
/>
</el-select>
</el-form-item>
<el-form-item :label="$t('wms.sch.region.blurry_search')">
<el-form-item :label="$t('common.blurry_search')">
<el-input
v-model="query.blurry"
clearable
@@ -118,7 +118,7 @@
<el-table-column prop="create_name" :label="$t('wms.sch.region.create_name')" :min-width="flexWidth('create_name',crud.data,$t('wms.sch.region.create_name'))" />
<el-table-column prop="create_time" :label="$t('wms.sch.region.create_time')" :min-width="flexWidth('create_time',crud.data,$t('wms.sch.region.create_time'))" />
<el-table-column prop="update_name" :label="$t('wms.sch.region.update_name')" :min-width="flexWidth('update_name',crud.data,$t('wms.sch.region.update_name'))" />
<el-table-column prop="update_time" :label="$t('wms.sch.region.update_time')" :min-width="flexWidth('update_time',crud.data,$t('wms.sch.region.update_time'))" />
<el-table-column prop="update_time" :label="$t('common.update_time')" :min-width="flexWidth('update_time',crud.data,$t('common.update_time'))" />
<el-table-column v-permission="[]" :label="$t('wms.sch.region.operation')" width="120px" align="center" fixed="right">
<template slot-scope="scope">
<udOperation

View File

@@ -59,8 +59,8 @@
type="datetimerange"
value-format="yyyy-MM-dd HH:mm:ss"
range-separator=""
:start-placeholder="$t('common.start_date')"
:end-placeholder="$t('common.end_date')"
:start-placeholder="$t('common.startDate')"
:end-placeholder="$t('common.endDate')"
@change="crud.toQuery"
/>
</el-form-item>
@@ -225,10 +225,10 @@
<el-table-column prop="response_param" :label="$t('wms.sch.task.response_param')" :min-width="flexWidth('response_param',crud.data,'下发任务的请求参数')" />
<el-table-column prop="workshop_code" :label="$t('wms.sch.task.workshop_code')" :min-width="flexWidth('workshop_code',crud.data,'车间编码')" />
<!-- <el-table-column prop="ext_group_data" :label="$t('wms.sch.task.ext_group_data')" :min-width="flexWidth('ext_group_data',crud.data,'额外组盘信息')" />-->
<el-table-column prop="create_name" :label="$t('common.create_name')" :min-width="flexWidth('create_name',crud.data,'创建人')" />
<el-table-column prop="create_time" :label="$t('common.create_time')" :min-width="flexWidth('create_time',crud.data,'创建时间')" />
<el-table-column prop="update_name" :label="$t('common.update_name')" :min-width="flexWidth('update_name',crud.data,'修改人')" />
<el-table-column prop="update_time" :label="$t('common.update_time')" :min-width="flexWidth('update_time',crud.data,'修改时间')" />
<el-table-column prop="create_name" :label="$t('common.create_name')" :min-width="flexWidth('create_name',crud.data,$t('common.create_name'))" />
<el-table-column prop="create_time" :label="$t('common.create_time')" :min-width="flexWidth('create_time',crud.data,$t('common.create_time'))" />
<el-table-column prop="update_name" :label="$t('common.update_name')" :min-width="flexWidth('update_name',crud.data,$t('common.update_name'))" />
<el-table-column prop="update_time" :label="$t('common.update_time')" :min-width="flexWidth('update_time',crud.data,$t('common.update_time'))" />
<el-table-column v-permission="[]" :label="$t('common.operation')" width="160px" align="center" fixed="right">
<template slot-scope="scope">
<!-- <el-button

View File

@@ -10,12 +10,12 @@
label-width="90px"
label-suffix=":"
>
<el-form-item :label="$t('wms.sch.taskconfig.workshop_code')">
<el-form-item :label="$t('wms.sch.task.workshop_code')">
<el-select
v-model="query.workshop_code"
clearable
size="mini"
:placeholder="$t('wms.sch.taskconfig.workshop_code')"
:placeholder="$t('wms.sch.task.workshop_code')"
class="filter-item"
>
<el-option
@@ -42,7 +42,7 @@
<!--表单组件-->
<el-dialog :close-on-click-modal="false" :before-close="crud.cancelCU" :visible.sync="crud.status.cu > 0" :title="crud.status.title" width="820px">
<el-form ref="form" style="border: 1px solid #cfe0df;margin-top: 10px;padding-top: 10px;" :inline="true" :model="form" :rules="rules" size="mini" label-width="135px" label-suffix=":">
<el-form-item :label="$t('wms.sch.taskconfig.workshop_code')">
<el-form-item :label="$t('wms.sch.task.workshop_code')">
<el-select
v-model="form.workshop_code"
:placeholder="$t('common.Please_select')"
@@ -250,7 +250,7 @@
<el-form-item v-if="false" :label="$t('wms.sch.taskconfig.sql_param')">
<el-input v-model="form.sql_param" style="width: 240px;" />
</el-form-item>
<el-form-item v-if="false" :label="$t('wms.sch.taskconfig.workshop_code')">
<el-form-item v-if="false" :label="$t('wms.sch.task.workshop_code')">
<el-input v-model="form.workshop_code" style="width: 240px;" />
</el-form-item>
<el-form-item :label="$t('common.remark')" prop="remark">
@@ -359,7 +359,7 @@
</el-table-column>
<el-table-column prop="unfinish_notify_time" :label="$t('wms.sch.taskconfig.unfinish_notify_time')" :min-width="flexWidth('unfinish_notify_time',crud.data,$t('wms.sch.taskconfig.unfinish_notify_time'))" />
<el-table-column v-if="false" prop="sql_param" :label="$t('wms.sch.taskconfig.sql_param')" :min-width="flexWidth('sql_param',crud.data,$t('wms.sch.taskconfig.sql_param'))" />
<el-table-column prop="workshop_code" :label="$t('wms.sch.taskconfig.workshop_code')" :min-width="flexWidth('workshop_code',crud.data,$t('wms.sch.taskconfig.workshop_code'))" />
<el-table-column prop="workshop_code" :label="$t('wms.sch.task.workshop_code')" :min-width="flexWidth('workshop_code',crud.data,$t('wms.sch.task.workshop_code'))" />
<el-table-column prop="remark" :label="$t('common.remark')" :min-width="flexWidth('remark',crud.data,$t('common.remark'))" />
<!-- <el-table-column prop="is_used" :label="$t('wms.sch.taskconfig.is_used')" :min-width="flexWidth('is_used',crud.data,$t('wms.sch.taskconfig.is_used'))"/>-->
<el-table-column prop="create_name" :label="$t('common.create_optname')" :min-width="flexWidth('create_name',crud.data,$t('common.create_optname'))" />

View File

@@ -93,7 +93,7 @@
<el-table-column prop="source_form_type" :label="$t('wms.statement.record.document_number')" show-tooltip-when-overflow />
<el-table-column prop="source_form_id" :label="$t('wms.statement.record.document_table_name')" min-width="120" show-tooltip-when-overflow />
<el-table-column prop="task_type" show-overflow-tooltip show-tooltip-when-overflow :label="$t('wms.statement.record.change_type')" />
<el-table-column prop="update_time" :label="$t('wms.statement.record.update_time')" width="120" show-tooltip-when-overflow />
<el-table-column prop="update_time" :label="$t('common.update_time')" width="120" show-tooltip-when-overflow />
</el-table>
<!--分页组件-->
<pagination />