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
ecdc886e
Commit
ecdc886e
authored
Dec 28, 2022
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手工凭证导入-选择模板时岗位权限控制
parent
68b9039f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
9 deletions
+63
-9
hls_journal_import_upload.lview
...webapp/modules/hls/HLS536/hls_journal_import_upload.lview
+63
-9
No files found.
src/main/webapp/modules/hls/HLS536/hls_journal_import_upload.lview
View file @
ecdc886e
<?xml version="1.0" encoding="UTF-8"?>
<a:screen
xmlns:a=
"http://www.leaf-framework.org/application"
>
<a:init-procedure/>
<!--<a:screen xmlns:a="http://www.leaf-framework.org/application">-->
<a:screen
xmlns:a=
"http://www.leaf-framework.org/application"
customizationEnabled=
"true"
trace=
"true"
>
<a:init-procedure>
<a:model-query
fetchAll=
"true"
model=
"hls.HLS536.hls_journal_position_query"
rootPath=
"hls536_position_code"
/>
</a:init-procedure>
<a:view>
<script
type=
"text/javascript"
>
<![CDATA[
...
...
@@ -42,13 +45,63 @@
<a:record
code_value=
"FINANCIAL_TEMPLATE"
code_value_name=
"财务模板"
/>
</a:datas>
</a:dataSet>
<a:dataSet
id=
"template_ds"
autoCreate=
"true"
>
<a:fields>
<a:field
name=
"template_type_desc"
displayField=
"code_value_name"
options=
"template_type_desc_ds"
returnField=
"template_type"
valueField=
"code_value"
required=
"true"
/>
<a:field
name=
"template_type"
/>
</a:fields>
<a:dataSet
id=
"template_type_desc_ds1"
autoCreate=
"true"
>
<a:datas>
<a:record
code_value=
"GENERAL_SALARIES"
code_value_name=
"普通工资导入模板"
/>
<a:record
code_value=
"BPO_SALARIES"
code_value_name=
"BPO工资导入模板"
/>
</a:datas>
</a:dataSet>
<a:dataSet
id=
"template_type_desc_ds2"
autoCreate=
"true"
>
<a:datas>
<a:record
code_value=
"COST_IMPORT"
code_value_name=
"成本导入模板"
/>
<a:record
code_value=
"GLOBAL_TEMPLATE"
code_value_name=
"通用模板"
/>
</a:datas>
</a:dataSet>
<a:dataSet
id=
"template_type_desc_ds3"
autoCreate=
"true"
>
<a:datas>
<a:record
code_value=
"FUND_POOL"
code_value_name=
"资金池导入模板"
/>
<a:record
code_value=
"FINANCIAL_TEMPLATE"
code_value_name=
"财务模板"
/>
</a:datas>
</a:dataSet>
<a:switch
test=
"/model/hls536_position_code/record/@position_code"
>
<a:case
value=
"026"
>
<a:dataSet
id=
"template_ds"
autoCreate=
"true"
>
<a:fields>
<a:field
name=
"template_type_desc"
displayField=
"code_value_name"
options=
"template_type_desc_ds1"
returnField=
"template_type"
valueField=
"code_value"
required=
"true"
/>
<a:field
name=
"template_type"
/>
</a:fields>
</a:dataSet>
</a:case>
<a:case
value=
"014"
>
<a:dataSet
id=
"template_ds"
autoCreate=
"true"
>
<a:fields>
<a:field
name=
"template_type_desc"
displayField=
"code_value_name"
options=
"template_type_desc_ds2"
returnField=
"template_type"
valueField=
"code_value"
required=
"true"
/>
<a:field
name=
"template_type"
/>
</a:fields>
</a:dataSet>
</a:case>
<a:case
value=
"012"
>
<a:dataSet
id=
"template_ds"
autoCreate=
"true"
>
<a:fields>
<a:field
name=
"template_type_desc"
displayField=
"code_value_name"
options=
"template_type_desc_ds3"
returnField=
"template_type"
valueField=
"code_value"
required=
"true"
/>
<a:field
name=
"template_type"
/>
</a:fields>
</a:dataSet>
</a:case>
<a:case
value=
"017"
>
<a:dataSet
id=
"template_ds"
autoCreate=
"true"
>
<a:fields>
<a:field
name=
"template_type_desc"
displayField=
"code_value_name"
options=
"template_type_desc_ds"
returnField=
"template_type"
valueField=
"code_value"
required=
"true"
/>
<a:field
name=
"template_type"
/>
</a:fields>
</a:dataSet>
</a:case>
</a:switch>
<a:dataSet
id=
"label_ds"
autoCreate=
"true"
>
<a:fields>
<a:field
name=
"label2"
defaultValue=
"1、 严格按照导入模板整理数据,检查必输事项是否缺少数据。"
/>
...
...
@@ -68,7 +121,8 @@
<a:label
name=
"label6"
bindTarget=
"label_ds"
style=
"color:#055A78;font-weight:bold;margin-left:10px;"
width=
"380"
/>
</a:fieldSet>
<a:fieldSet
style=
"margin-left:10px;margin-top:10px;"
title=
"选择模板"
width=
"400"
>
<a:comboBox
name=
"template_type_desc"
bindTarget=
"template_ds"
prompt=
"模板类型"
/>
<a:comboBox
name=
"template_type_desc"
bindTarget=
"template_ds"
prompt=
"模板类型"
/>
</a:fieldSet>
<a:fieldSet
style=
"margin-left:10px;margin-top:10px;"
title=
"导入文件"
width=
"400"
>
...
...
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