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
69520481
Commit
69520481
authored
Nov 22, 2019
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] 销项发票反冲修改
parent
4eed7c43
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
acr_invoice_reverse.lview
src/main/webapp/modules/acr/ACR514/acr_invoice_reverse.lview
+10
-9
No files found.
src/main/webapp/modules/acr/ACR514/acr_invoice_reverse.lview
View file @
69520481
...
...
@@ -286,21 +286,22 @@
<a:textField
name=
"document_number_f"
bindTarget=
"acr514_invoice_query_ds"
prompt=
"HLS.DOCUMENT_NUMBER_FROM"
width=
"135"
/>
<div>
<![CDATA[${l:HLS.DOCUMENT_NUMBER_TO}]]>
</div>
<a:textField
name=
"document_number_t"
bindTarget=
"acr514_invoice_query_ds"
prompt=
""
width=
"135"
/>
<a:lov
name=
"project_number_f"
bindTarget=
"acr514_invoice_query_ds"
prompt=
"HLS.PROJECT_NUMBER_FROM"
width=
"135"
/>
<a:lov
name=
"contract_number_f"
bindTarget=
"acr514_invoice_query_ds"
prompt=
"HLS.CONTRACT_NUMBER_FROM"
width=
"135"
/>
<div>
<![CDATA[${l:HLS.DOCUMENT_NUMBER_TO}]]>
</div>
<a:lov
name=
"contract_number_t"
bindTarget=
"acr514_invoice_query_ds"
prompt=
""
width=
"135"
/>
<a:comboBox
name=
"invoice_kind_desc"
bindTarget=
"acr514_invoice_query_ds"
prompt=
"ACR.INVOICE_KIND"
width=
"135"
/>
<a:lov
name=
"created_by_name"
bindTarget=
"acr514_invoice_query_ds"
prompt=
"ACR.CREATED_BY_NAME"
width=
"135"
/>
<!-- <a:lov name="project_number_f" bindTarget="acr514_invoice_query_ds" prompt="HLS.PROJECT_NUMBER_FROM" width="135"/>
<div><![CDATA[${l:HLS.DOCUMENT_NUMBER_TO}]]></div>
<a:lov name="project_number_t" bindTarget="acr514_invoice_query_ds" prompt="" width="135"/>
<a:comboBox name="business_type_desc" bindTarget="acr514_invoice_query_ds" prompt="HLS.BUSINESS_TYPE_DESC" width="135"/>
<a:comboBox
name=
"currency_name"
bindTarget=
"acr514_invoice_query_ds"
prompt=
"HLS.CURRENCY"
width=
"135"
/>
<a:comboBox name="currency_name" bindTarget="acr514_invoice_query_ds" prompt="HLS.CURRENCY" width="135"/>
-->
</a:hBox>
<a:hBox
labelSeparator=
" "
>
<a:textField
name=
"invoice_number_f"
bindTarget=
"acr514_invoice_query_ds"
prompt=
"ACR.INVOICE_NUMBER_FROM"
width=
"135"
/>
<!--
<a:textField name="invoice_number_f" bindTarget="acr514_invoice_query_ds" prompt="ACR.INVOICE_NUMBER_FROM" width="135"/>
<div><![CDATA[${l:ACR.INVOICE_NUMBER_TO}]]></div>
<a:textField
name=
"invoice_number_t"
bindTarget=
"acr514_invoice_query_ds"
prompt=
""
width=
"135"
/>
<a:lov
name=
"contract_number_f"
bindTarget=
"acr514_invoice_query_ds"
prompt=
"HLS.CONTRACT_NUMBER_FROM"
width=
"135"
/>
<div>
<![CDATA[${l:HLS.CONTRACT_NUMBER_TO}]]>
</div>
<a:lov
name=
"contract_number_t"
bindTarget=
"acr514_invoice_query_ds"
prompt=
""
width=
"135"
/>
<a:comboBox
name=
"invoice_kind_desc"
bindTarget=
"acr514_invoice_query_ds"
prompt=
"ACR.INVOICE_KIND"
width=
"135"
/>
<a:lov
name=
"created_by_name"
bindTarget=
"acr514_invoice_query_ds"
prompt=
"ACR.CREATED_BY_NAME"
width=
"135"
/>
<a:textField name="invoice_number_t" bindTarget="acr514_invoice_query_ds" prompt="" width="135"/>-->
</a:hBox>
<a:hBox
labelSeparator=
" "
>
<a:datePicker
name=
"invoice_date_f"
bindTarget=
"acr514_invoice_query_ds"
prompt=
"ACR.INVOICE_DATE_FROM"
width=
"135"
/>
...
...
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