opt:国际化新增
This commit is contained in:
@@ -304,21 +304,21 @@
|
||||
: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="box_weight" :label="$t('common.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="confirm_time" :label="$t('common.warehousing_time')" min-width="150" />
|
||||
<el-table-column prop="stock_age" :label="$t('common.stock_age')" 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="produce_age" :label="$t('common.produce_age')" 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">
|
||||
<el-table-column prop="remark" :label="$t('common.reason_for_overdue')" min-width="250">
|
||||
<template scope="scope">
|
||||
<el-select
|
||||
v-model="scope.row.remark"
|
||||
|
||||
@@ -39,11 +39,11 @@
|
||||
<el-input v-show="false" v-model="form.stor_code" :placeholder="$t('common.storCode')"/>
|
||||
<el-input v-show="false" v-model="form.stor_name" :placeholder="$t('common.storName')"/>
|
||||
<el-form-item :label="$t('common.bill_code')" prop="plan_code">
|
||||
<label slot="label">{{$t('common.bill_code')}}</label>
|
||||
<label slot="label">单 据 号:</label>
|
||||
<el-input v-model="form.plan_code" disabled :placeholder="$t('common.systemGenerated')" clearable style="width: 210px"/>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('common.warehouse')" prop="stor_id"/>
|
||||
<label slot="label">{{$t('common.warehouse')}}</label>
|
||||
<label slot="label">仓 库:</label>
|
||||
<el-select
|
||||
v-model="form.stor_id"
|
||||
clearable
|
||||
|
||||
Reference in New Issue
Block a user