提交 082ca7be 编写于 作者: ibizdev's avatar ibizdev

ibiz4j 发布系统代码

上级 696959ce
......@@ -32,8 +32,7 @@
</i-col>
<i-col v-show="detailsModel.orgcode.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='orgcode' :itemRules="this.rules.orgcode" class='' :caption="$t('entities.ibzemployee.newform_form.details.orgcode')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.orgcode.error" :isEmptyCaption="false" labelPos="LEFT">
<app-span name='orgcode'
:value="data.orgcode" style=""></app-span>
<input-box v-model="data.orgcode" @enter="onEnter($event)" unit="" :disabled="detailsModel.orgcode.disabled" type='text' style=""></input-box>
</app-form-item>
</i-col>
......@@ -45,8 +44,7 @@
</i-col>
<i-col v-show="detailsModel.mdeptcode.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='mdeptcode' :itemRules="this.rules.mdeptcode" class='' :caption="$t('entities.ibzemployee.newform_form.details.mdeptcode')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.mdeptcode.error" :isEmptyCaption="false" labelPos="LEFT">
<app-span name='mdeptcode'
:value="data.mdeptcode" style=""></app-span>
<input-box v-model="data.mdeptcode" @enter="onEnter($event)" unit="" :disabled="detailsModel.mdeptcode.disabled" type='text' style=""></input-box>
</app-form-item>
</i-col>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册