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
b425a3a1
Commit
b425a3a1
authored
Nov 22, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]修改金税接口查询条件
parent
6ab92ed3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
acr_invoice_vat.lview
src/main/webapp/modules/acr/ACR515/acr_invoice_vat.lview
+2
-0
hls_acr_vat_import_data.lview
...n/webapp/modules/acr/ACR515/hls_acr_vat_import_data.lview
+1
-1
csh_payment_create_entrance.lview
...bapp/modules/csh/CSH501/csh_payment_create_entrance.lview
+4
-1
No files found.
src/main/webapp/modules/acr/ACR515/acr_invoice_vat.lview
View file @
b425a3a1
...
...
@@ -397,6 +397,8 @@
<a:lov
name=
"confirmed_by_name"
bindTarget=
"acr515_invoiceVatParaDs"
width=
"150"
/>
</a:hBox>
<a:hBox
labelSeparator=
" "
labelWidth=
"100"
>
<a:comboBox
name=
"invoice_kind_desc"
bindTarget=
"acr515_invoiceVatParaDs"
width=
"150"
/>
<a:lov
name=
"created_by_name"
bindTarget=
"acr515_invoiceVatParaDs"
width=
"150"
/>
<a:datePicker
name=
"invoice_date_f"
bindTarget=
"acr515_invoiceVatParaDs"
prompt=
"ACR.INVOICE_DATE_FROM"
width=
"150"
/>
<div>
<![CDATA[${l:ACR.INVOICE_DATE_TO}]]>
</div>
<a:datePicker
name=
"invoice_date_t"
bindTarget=
"acr515_invoiceVatParaDs"
prompt=
""
width=
"150"
/>
...
...
src/main/webapp/modules/acr/ACR515/hls_acr_vat_import_data.lview
View file @
b425a3a1
...
...
@@ -25,7 +25,7 @@
success: function(args) {
$('submitbtn_id').enable();
},
scop
r
: this
scop
e
: this
});
}
...
...
src/main/webapp/modules/csh/CSH501/csh_payment_create_entrance.lview
View file @
b425a3a1
...
...
@@ -179,6 +179,9 @@
function detail_link(id, name, query_only) {
var record = window['${/parameter/@layout_code}_hls_link_render_record'][id + '---' + name];
var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'csh_payment_req_hd');
var param = {};
param['payment_req_id'] = record.get('payment_req_id');
param['document_category'] = record.get('document_category');
...
...
@@ -210,7 +213,7 @@
param['cond_para1'] = 'OTHER';
}
hls_doc_get_layout_code('get_layout_code_link_id', param, 'csh501_csh_payment_req_link1_id',
'${/parameter/@layout_code}');
hls_doc_get_layout_code('get_layout_code_link_id', param, 'csh501_csh_payment_req_link1_id',
ds_id,
'${/parameter/@layout_code}');
}
window['${/parameter/@layout_code}_dynamic_link_renderer'] = function(value, record, name, config_record) {
...
...
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