Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
c1f168b6
Commit
c1f168b6
authored
Nov 07, 2019
by
stone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'refs/heads/feature/email_intreface' into develop
parents
0040ee84
694d5efc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
aut_owner_user_batch_authorize.lview
...p/modules/aut/AUT106/aut_owner_user_batch_authorize.lview
+1
-1
aut_owner_user_batch_fix.lview
.../webapp/modules/aut/AUT106/aut_owner_user_batch_fix.lview
+13
-9
No files found.
src/main/webapp/modules/aut/AUT106/aut_owner_user_batch_authorize.lview
View file @
c1f168b6
...
...
@@ -56,7 +56,7 @@
id: 'fixed_user_win',
url: $('aut_owner_user_batch_fix_link').getUrl(),
title: '${l:AUT106.ADD_FIX_PERSON}',
width:
48
0,
width:
120
0,
height: 500
});
}
...
...
src/main/webapp/modules/aut/AUT106/aut_owner_user_batch_fix.lview
View file @
c1f168b6
...
...
@@ -20,6 +20,10 @@
Leaf.request({
url: $('bmLink_vat_delete').getUrl(),
success: function(res) {
//关闭窗口
$('fixed_user_win').close();
Leaf.SideBar.show({
msg: '${l:HLS.SUBMIT_SUCCESS}',
duration: 2000
...
...
@@ -96,18 +100,18 @@
<a:gridButton
click=
"fix_save"
text=
"HLS.SAVE"
/>
<a:gridButton
click=
"fix_query"
text=
"查询"
/>
</a:screenTopToolbar>
<a:form
column=
"3"
marginWidth=
"100"
title=
"查询条件
"
>
<a:textField
name=
"bp_category"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"账号类型"
/>
<a:textField
name=
"employee_name"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"员工姓名"
/>
<a:textField
name=
"extra_nam"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"商业伙伴简称"
/>
<a:textField
name=
"bp_code"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"商业伙伴编码"
/>
<a:textField
name=
"bp_name"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"商业伙伴名称"
/>
<a:textField
name=
"unit_name"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"部门"
/>
<a:textField
name=
"position_desc"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"主岗位"
/>
<a:form
column=
"3"
labelWidth=
"200"
title=
"查询条件"
width=
"900
"
>
<a:textField
name=
"bp_category"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"账号类型"
width=
"150"
/>
<a:textField
name=
"employee_name"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"员工姓名"
width=
"150"
/>
<a:textField
name=
"extra_nam"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"商业伙伴简称"
width=
"150"
/>
<a:textField
name=
"bp_code"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"商业伙伴编码"
width=
"150"
/>
<a:textField
name=
"bp_name"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"商业伙伴名称"
width=
"150"
/>
<a:textField
name=
"unit_name"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"部门"
width=
"150"
/>
<a:textField
name=
"position_desc"
bindTarget=
"aut_woner_user_batch_fix_form_ds"
prompt=
"主岗位"
width=
"150"
/>
</a:form>
<a:grid
bindTarget=
"aut_woner_user_batch_fix_ds"
height=
"400"
navBar=
"true"
width=
"1100"
>
<a:toolBar>
<!-- <a:button type="add"/>
-->
<!-- <a:button type="add"/>
-->
<!-- <a:button type="delete"/> -->
<!-- <a:button type="save"/> -->
<![CDATA[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment