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
37ac32ec
Commit
37ac32ec
authored
Dec 29, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【fix】增加发票状态查询条件
parent
61b4ff73
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
acr_invoice_confirm.lview
src/main/webapp/modules/acr/ACR513/acr_invoice_confirm.lview
+3
-0
No files found.
src/main/webapp/modules/acr/ACR513/acr_invoice_confirm.lview
View file @
37ac32ec
...
...
@@ -258,6 +258,8 @@
<a:dataSet
id=
"acr513_billing_way_ds"
lookupCode=
"DS_INVOICE_CATEGORY"
/>
<a:dataSet
id=
"acr513_invoice_query_ds"
autoCreate=
"true"
>
<a:fields>
<a:field
name=
"invoice_status_desc"
displayField=
"code_value_name"
options=
"acr513_invoice_statu_ds"
returnField=
"invoice_status"
valueField=
"code_value"
/>
<a:field
name=
"currency_name"
displayField=
"currency_name"
options=
"acr513_currency_ds"
returnField=
"currency"
valueField=
"currency_code"
/>
<a:field
name=
"invoice_kind_desc"
displayField=
"code_value_name"
options=
"acr513_invoice_kind_ds"
...
...
@@ -370,6 +372,7 @@
prompt=
"HLS.DOCUMENT_NUMBER_FROM"
width=
"135"
/>
<a:textField
name=
"document_number_t"
bindTarget=
"acr513_invoice_query_ds"
prompt=
"单据号到"
width=
"135"
/>
<a:textField
name=
"bp_agent_name"
bindTarget=
"acr513_invoice_query_ds"
prompt=
"代理商"
width=
"135"
/>
<a:comboBox
name=
"invoice_status_desc"
bindTarget=
"acr513_invoice_query_ds"
prompt=
"发票状态"
width=
"135"
/>
</a:form>
<a:grid
id=
"acr513_invoice_grid_id"
bindTarget=
"acr513_invoice_result_ds"
marginHeight=
"225"
marginWidth=
"30"
navBar=
"true"
>
...
...
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