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
2f3bf7b5
Commit
2f3bf7b5
authored
Sep 26, 2019
by
高泉铭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[refactor] 核销状态查询条件
parent
96e95d33
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
csh_bank_transfer_processing.lview
...pp/modules/csh/CSH531N/csh_bank_transfer_processing.lview
+3
-2
No files found.
src/main/webapp/modules/csh/CSH531N/csh_bank_transfer_processing.lview
View file @
2f3bf7b5
...
...
@@ -489,7 +489,8 @@
<a:dataSet
id=
"receipt_type_ds"
lookupCode=
"RECEIPT_TYPE"
/>
<a:dataSet
id=
"csh_transaction_receipt_write_off_query_ds"
autoCreate=
"true"
>
<a:fields>
<a:field
name=
"write_off_flag"
displayField=
"code_value_name"
options=
"con_write_off_flag_ds"
<a:field
name=
"write_off_flag"
/>
<a:field
name=
"write_off_flag_desc"
displayField=
"code_value_name"
options=
"con_write_off_flag_ds"
returnField=
"write_off_flag"
valueField=
"code_value"
/>
<a:field
name=
"status"
displayField=
"code_value_name"
options=
"status_ds"
returnField=
"status"
valueField=
"code_value"
/>
...
...
@@ -576,7 +577,7 @@
bindTarget=
"csh_transaction_receipt_write_off_query_ds"
prompt=
"商业伙伴"
/>
<!-- <a:comboBox name="status" bindTarget="csh_transaction_receipt_write_off_query_ds"-->
<!-- prompt="单据状态"/>-->
<a:comboBox
name=
"write_off_flag"
bindTarget=
"csh_transaction_receipt_write_off_query_ds"
<a:comboBox
name=
"write_off_flag
_desc
"
bindTarget=
"csh_transaction_receipt_write_off_query_ds"
prompt=
"核销状态"
/>
<a:comboBox
name=
"collection_classes_desc"
bindTarget=
"csh_transaction_receipt_write_off_query_ds"
prompt=
"款项用途"
/>
...
...
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