add:出入库单增加明细载具物料查询;限位策略增加1109过滤1,2列
This commit is contained in:
@@ -62,8 +62,10 @@ import classification2 from './basedata/classification/zh'
|
||||
import ivtChange from './ivtChange/zh'
|
||||
import eslog from './eslog/zh'
|
||||
import elpage from './elpage/zh'
|
||||
import storage from './storage/struct/zh'
|
||||
|
||||
export default {
|
||||
...storage,
|
||||
...elpage,
|
||||
...eslog,
|
||||
...ivtChange,
|
||||
|
||||
@@ -62,8 +62,10 @@ import classification2 from './basedata/classification/en'
|
||||
import ivtChange from './ivtChange/en'
|
||||
import eslog from './eslog/en'
|
||||
import elpage from './elpage/en'
|
||||
import storage from './storage/struct/en'
|
||||
|
||||
export default {
|
||||
...storage,
|
||||
...elpage,
|
||||
...eslog,
|
||||
...ivtChange,
|
||||
|
||||
@@ -57,9 +57,11 @@ import classification from './basedata/classification/es'
|
||||
import ivtChange from './ivtChange/en'
|
||||
import eslog from './eslog/es'
|
||||
import elpage from './elpage/es'
|
||||
import storage from './storage/struct/es'
|
||||
|
||||
|
||||
export default {
|
||||
...storage,
|
||||
...elpage,
|
||||
...eslog,
|
||||
...ivtChange,
|
||||
|
||||
@@ -99,14 +99,14 @@
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-form-item :label="$t('structManage.dialog.sect_name')" prop="sect_name">
|
||||
<el-input v-model="form.sect_name" style="width: 200px;" />
|
||||
<el-form-item :label="$t('structManage.dialog.sect_name')" prop="sect_code">
|
||||
<el-input v-model="form.sect_code" style="width: 200px;" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item :label="$t('structManage.dialog.is_tempstruct')" prop="is_tempstruct">
|
||||
<el-radio v-model="form.is_tempstruct" label="1">{{ $t('common.true') }}</el-radio>
|
||||
<el-radio v-model="form.is_tempstruct" label="0">{{ $t('common.false') }}</el-radio>
|
||||
<el-radio v-model="form.is_tempstruct" label="1">true</el-radio>
|
||||
<el-radio v-model="form.is_tempstruct" label="0">false</el-radio>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
Reference in New Issue
Block a user