add: 前端国际化
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
label-width="90px"
|
||||
label-suffix=":"
|
||||
>
|
||||
<el-form-item :label = "$t('common.stor_name')">
|
||||
<el-form-item :label="$t('common.stor_name')">
|
||||
<el-cascader
|
||||
:placeholder="$t('common.stor_name')"
|
||||
:options="sects"
|
||||
@@ -212,7 +212,7 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<rrOperation :crud="crud"/>
|
||||
<rrOperation :crud="crud" />
|
||||
</el-form>
|
||||
</div>
|
||||
<!--如果想在工具栏加入更多按钮,可以使用插槽方式, slot = 'left' or 'right'-->
|
||||
@@ -248,7 +248,7 @@
|
||||
style="width: 100%;"
|
||||
@selection-change="crud.selectionChangeHandler"
|
||||
>
|
||||
<el-table-column type="selection" width="55"/>
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column
|
||||
prop="struct_code"
|
||||
:label="$t('st_ivt_iostorinv.structure_code')"
|
||||
@@ -259,11 +259,15 @@
|
||||
:label="$t('common.struct_name')"
|
||||
:min-width="flexWidth('struct_name',crud.data,'仓位名称')"
|
||||
/>
|
||||
<el-table-column prop="stor_name" :label="$t('common.stor_name')"
|
||||
:min-width="flexWidth('stor_name',crud.data,'仓库')"
|
||||
<el-table-column
|
||||
prop="stor_name"
|
||||
:label="$t('common.stor_name')"
|
||||
:min-width="flexWidth('stor_name',crud.data,'仓库')"
|
||||
/>
|
||||
<el-table-column prop="sect_name" :label ="$t('st_ivt_sectattr.sect_name')"
|
||||
:min-width="flexWidth('sect_name',crud.data,'库区')"
|
||||
<el-table-column
|
||||
prop="sect_name"
|
||||
:label="$t('st_ivt_sectattr.sect_name')"
|
||||
:min-width="flexWidth('sect_name',crud.data,'库区')"
|
||||
/>
|
||||
<el-table-column
|
||||
prop="material_code"
|
||||
@@ -285,29 +289,35 @@
|
||||
:label="$t('pdm_bi_subpackagerelation.quanlity_in_box')"
|
||||
:min-width="flexWidth('quanlity_in_box',crud.data,'子卷数')"
|
||||
/>
|
||||
<el-table-column prop="pcsn" :label="$t('common.container_name')"
|
||||
:min-width="flexWidth('pcsn',crud.data,'子卷号')"
|
||||
<el-table-column
|
||||
prop="pcsn"
|
||||
:label="$t('common.container_name')"
|
||||
:min-width="flexWidth('pcsn',crud.data,'子卷号')"
|
||||
/>
|
||||
<el-table-column prop="sap_pcsn" :label="$t('common.sap_pcsn')"
|
||||
:min-width="flexWidth('sap_pcsn',crud.data,'sap批次')"
|
||||
<el-table-column
|
||||
prop="sap_pcsn"
|
||||
:label="$t('common.sap_pcsn')"
|
||||
:min-width="flexWidth('sap_pcsn',crud.data,'sap批次')"
|
||||
/>
|
||||
<el-table-column prop="sale_order_name" :label="$t('common.vbeln_order')"
|
||||
:min-width="flexWidth('sale_order_name',crud.data,'销售订单')"
|
||||
<el-table-column
|
||||
prop="sale_order_name"
|
||||
:label="$t('common.vbeln_order')"
|
||||
:min-width="flexWidth('sale_order_name',crud.data,'销售订单')"
|
||||
/>
|
||||
<el-table-column prop="box_weight" :label="$t('pdm_bi_subpackagerelation.box_weight')" :formatter="rounding2"/>
|
||||
<el-table-column prop="canuse_qty" :label="$t('st_ivt_structivt.canuse_qty')" :formatter="rounding"/>
|
||||
<el-table-column prop="frozen_qty" :label="$t('st_ivt_structivt.frozen_qty')" :formatter="rounding"/>
|
||||
<el-table-column prop="ivt_qty" :label="$t('st_ivt_structivt.ivt_qty')" :formatter="rounding"/>
|
||||
<el-table-column prop="warehousing_qty" :label="$t('st_ivt_structivt.warehousing_qty')" :formatter="rounding"/>
|
||||
<el-table-column prop="unit_name" :label="$t('common.qty_unit_name')"/>
|
||||
<el-table-column prop="confirm_time" :label="$t('common.confirm_time')" min-width="150"/>
|
||||
<el-table-column prop="stock_age" :label="$t('common.create_time')" min-width="150"/>
|
||||
<el-table-column prop="joint_type" :label="$t('pdm_bi_subpackagerelation.joint_type')" min-width="150"/>
|
||||
<el-table-column prop="sub_type" :label="$t('common.sub_type')" min-width="150" :formatter="formatSubType"/>
|
||||
<el-table-column prop="produce_age" :label="$t('common.create_time')" min-width="120"/>
|
||||
<el-table-column prop="paper_type" :label="$t('common.quality_scode')" min-width="150"/>
|
||||
<el-table-column prop="paper_code" :label="$t('pdm_bi_slittingproductionplan.paper_code')" min-width="150"/>
|
||||
<el-table-column prop="paper_name" :label="$t('pdm_bi_slittingproductionplan.paper_name')" min-width="250"/>
|
||||
<el-table-column prop="box_weight" :label="$t('pdm_bi_subpackagerelation.box_weight')" :formatter="rounding2" />
|
||||
<el-table-column prop="canuse_qty" :label="$t('st_ivt_structivt.canuse_qty')" :formatter="rounding" />
|
||||
<el-table-column prop="frozen_qty" :label="$t('st_ivt_structivt.frozen_qty')" :formatter="rounding" />
|
||||
<el-table-column prop="ivt_qty" :label="$t('st_ivt_structivt.ivt_qty')" :formatter="rounding" />
|
||||
<el-table-column prop="warehousing_qty" :label="$t('st_ivt_structivt.warehousing_qty')" :formatter="rounding" />
|
||||
<el-table-column prop="unit_name" :label="$t('common.qty_unit_name')" />
|
||||
<el-table-column prop="confirm_time" :label="$t('common.confirm_time')" min-width="150" />
|
||||
<el-table-column prop="stock_age" :label="$t('common.create_time')" min-width="150" />
|
||||
<el-table-column prop="joint_type" :label="$t('pdm_bi_subpackagerelation.joint_type')" min-width="150" />
|
||||
<el-table-column prop="sub_type" :label="$t('common.sub_type')" min-width="150" :formatter="formatSubType" />
|
||||
<el-table-column prop="produce_age" :label="$t('common.create_time')" min-width="120" />
|
||||
<el-table-column prop="paper_type" :label="$t('common.quality_scode')" min-width="150" />
|
||||
<el-table-column prop="paper_code" :label="$t('pdm_bi_slittingproductionplan.paper_code')" min-width="150" />
|
||||
<el-table-column prop="paper_name" :label="$t('pdm_bi_slittingproductionplan.paper_name')" min-width="250" />
|
||||
<el-table-column prop="remark" :label="$t('common.remark')" min-width="250">
|
||||
<template scope="scope">
|
||||
<el-select
|
||||
@@ -340,9 +350,9 @@
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<!--分页组件-->
|
||||
<pagination/>
|
||||
<pagination />
|
||||
</div>
|
||||
<UploadDialog :dialog-show.sync="viewShow" @tableChanged="querytable"/>
|
||||
<UploadDialog :dialog-show.sync="viewShow" @tableChanged="querytable" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user