Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzou
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzou
提交
ffbb272f
提交
ffbb272f
编写于
10月 23, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zhouweidong 发布系统代码
上级
22c5d426
变更
7
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
12 行增加
和
12 行删除
+12
-12
main-form-base.vue
...b/src/widgets/sys-department/main-form/main-form-base.vue
+3
-3
new-form-form-base.vue
...dgets/sys-department/new-form-form/new-form-form-base.vue
+2
-2
main-form-base.vue
...web/src/widgets/sys-employee/main-form/main-form-base.vue
+2
-2
new-form-form-base.vue
...widgets/sys-employee/new-form-form/new-form-form-base.vue
+2
-2
default-searchform-base.vue
...ganization/default-searchform/default-searchform-base.vue
+1
-1
main-form-base.vue
...src/widgets/sys-organization/main-form/main-form-base.vue
+1
-1
new-form-form-base.vue
...ets/sys-organization/new-form-form/new-form-form-base.vue
+1
-1
未找到文件。
app_web/src/widgets/sys-department/main-form/main-form-base.vue
浏览文件 @
ffbb272f
...
...
@@ -32,13 +32,13 @@
</i-col>
<i-col
v-show=
"detailsModel.orgname.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'orgname'
:itemRules=
"this.rules().orgname"
class=
''
:caption=
"$t('entities.sysdepartment.main_form.details.orgname')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.orgname.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.orgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{'id':'orgid','label':'orgname'}" url="/sys
_
organizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-org-select>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.orgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{'id':'orgid','label':'orgname'}" url="/sysorganizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-org-select>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.pdeptname.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'pdeptname'
:itemRules=
"this.rules().pdeptname"
class=
''
:caption=
"$t('entities.sysdepartment.main_form.details.pdeptname')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.pdeptname.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-department-select
:data=
"data"
:disabled=
"detailsModel.pdeptname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
url=
"/sys
_organizations/$
{orgid}/sys_
departments/picker" filter="orgid" :fillMap="{'id':'pdeptid','label':'pdeptname'}" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-department-select>
<app-department-select
:data=
"data"
:disabled=
"detailsModel.pdeptname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
url=
"/sys
organizations/$
{orgid}/sys
departments/picker" filter="orgid" :fillMap="{'id':'pdeptid','label':'pdeptname'}" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-department-select>
</app-form-item>
</i-col>
...
...
@@ -91,7 +91,7 @@
name=
"leadername"
:value=
'data.leadername'
valueitem=
"leaderid"
url=
"/sys
_organizations/$
{selected-orgid}/sys_
employees/picker"
url=
"/sys
organizations/$
{selected-orgid}/sys
employees/picker"
:multiple="true"
filter="orgid"
...
...
app_web/src/widgets/sys-department/new-form-form/new-form-form-base.vue
浏览文件 @
ffbb272f
...
...
@@ -35,13 +35,13 @@
</i-col>
<i-col
v-show=
"detailsModel.orgname.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'orgname'
:itemRules=
"this.rules().orgname"
class=
''
:caption=
"$t('entities.sysdepartment.newform_form.details.orgname')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.orgname.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.orgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{'id':'orgid','label':'orgname'}" url="/sys
_
organizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-org-select>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.orgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{'id':'orgid','label':'orgname'}" url="/sysorganizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-org-select>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.pdeptname.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'pdeptname'
:itemRules=
"this.rules().pdeptname"
class=
''
:caption=
"$t('entities.sysdepartment.newform_form.details.pdeptname')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.pdeptname.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-department-select
:data=
"data"
:disabled=
"detailsModel.pdeptname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
url=
"/sys
_organizations/$
{orgid}/sys_
departments/picker" filter="orgid" :fillMap="{'id':'pdeptid','label':'pdeptname'}" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-department-select>
<app-department-select
:data=
"data"
:disabled=
"detailsModel.pdeptname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
url=
"/sys
organizations/$
{orgid}/sys
departments/picker" filter="orgid" :fillMap="{'id':'pdeptid','label':'pdeptname'}" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-department-select>
</app-form-item>
</i-col>
...
...
app_web/src/widgets/sys-employee/main-form/main-form-base.vue
浏览文件 @
ffbb272f
...
...
@@ -52,13 +52,13 @@
<row>
<i-col
v-show=
"detailsModel.orgname.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'orgname'
:itemRules=
"this.rules().orgname"
class=
''
:caption=
"$t('entities.sysemployee.main_form.details.orgname')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.orgname.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.orgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{id:'orgid','label':'orgname','code':'orgcode'}" url="/sys
_
organizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-org-select>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.orgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{id:'orgid','label':'orgname','code':'orgcode'}" url="/sysorganizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-org-select>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.mdeptname.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'mdeptname'
:itemRules=
"this.rules().mdeptname"
class=
''
:caption=
"$t('entities.sysemployee.main_form.details.mdeptname')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.mdeptname.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-department-select
:data=
"data"
:disabled=
"detailsModel.mdeptname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
url=
"/sys
_organizations/$
{orgid}/sys_
departments/picker" filter="orgid" :fillMap="{id:'mdeptid','label':'mdeptname','code':'mdeptcode','bcode':'bcode'}" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-department-select>
<app-department-select
:data=
"data"
:disabled=
"detailsModel.mdeptname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
url=
"/sys
organizations/$
{orgid}/sys
departments/picker" filter="orgid" :fillMap="{id:'mdeptid','label':'mdeptname','code':'mdeptcode','bcode':'bcode'}" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-department-select>
</app-form-item>
</i-col>
...
...
app_web/src/widgets/sys-employee/new-form-form/new-form-form-base.vue
浏览文件 @
ffbb272f
...
...
@@ -49,13 +49,13 @@
</i-col>
<i-col
v-show=
"detailsModel.orgname.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'orgname'
:itemRules=
"this.rules().orgname"
class=
''
:caption=
"$t('entities.sysemployee.newform_form.details.orgname')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.orgname.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.orgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{id:'orgid','label':'orgname','code':'orgcode'}" url="/sys
_
organizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-org-select>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.orgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{id:'orgid','label':'orgname','code':'orgcode'}" url="/sysorganizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-org-select>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.mdeptname.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'mdeptname'
:itemRules=
"this.rules().mdeptname"
class=
''
:caption=
"$t('entities.sysemployee.newform_form.details.mdeptname')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.mdeptname.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-department-select
:data=
"data"
:disabled=
"detailsModel.mdeptname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
url=
"/sys
_organizations/$
{orgid}/sys_
departments/picker" filter="orgid" :fillMap="{'id':'mdeptid','label':'mdeptname'}" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-department-select>
<app-department-select
:data=
"data"
:disabled=
"detailsModel.mdeptname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
url=
"/sys
organizations/$
{orgid}/sys
departments/picker" filter="orgid" :fillMap="{'id':'mdeptid','label':'mdeptname'}" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-department-select>
</app-form-item>
</i-col>
...
...
app_web/src/widgets/sys-organization/default-searchform/default-searchform-base.vue
浏览文件 @
ffbb272f
...
...
@@ -34,7 +34,7 @@
</i-col>
<i-col
v-show=
"detailsModel.porgname.visible"
:style=
"
{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item
name=
'porgname'
:itemRules=
"this.rules.porgname"
class=
''
:caption=
"$t('entities.sysorganization.default_searchform.details.porgname')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.porgname.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.porgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{'id':'n_porgid_eq','label':'porgname'}" url="/sys
_
organizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="width:100px;" @select-change="onFormItemValueChange" >
</app-org-select>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.porgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{'id':'n_porgid_eq','label':'porgname'}" url="/sysorganizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="width:100px;" @select-change="onFormItemValueChange" >
</app-org-select>
</app-form-item>
</i-col>
...
...
app_web/src/widgets/sys-organization/main-form/main-form-base.vue
浏览文件 @
ffbb272f
...
...
@@ -32,7 +32,7 @@
</i-col>
<i-col
v-show=
"detailsModel.porgname.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'porgname'
:itemRules=
"this.rules().porgname"
class=
''
:caption=
"$t('entities.sysorganization.main_form.details.porgname')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.porgname.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.porgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{'id':'porgid','label':'porgname'}" url="/sys
_
organizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-org-select>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.porgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{'id':'porgid','label':'porgname'}" url="/sysorganizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-org-select>
</app-form-item>
</i-col>
...
...
app_web/src/widgets/sys-organization/new-form-form/new-form-form-base.vue
浏览文件 @
ffbb272f
...
...
@@ -35,7 +35,7 @@
</i-col>
<i-col
v-show=
"detailsModel.porgname.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'porgname'
:itemRules=
"this.rules().porgname"
class=
''
:caption=
"$t('entities.sysorganization.newform_form.details.porgname')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.porgname.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.porgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{'id':'porgid','label':'porgname'}" url="/sys
_
organizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-org-select>
<app-org-select
:data=
"data"
:disabled=
"detailsModel.porgname.disabled"
:context=
"JSON.parse(JSON.stringify(context))"
:fillMap=
"
{'id':'porgid','label':'porgname'}" url="/sysorganizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" >
</app-org-select>
</app-form-item>
</i-col>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录