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
976901b9
Commit
976901b9
authored
Dec 20, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【fix】删除代理店的sbo信息显示
parent
4994d546
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
61 additions
and
3 deletions
+61
-3
acr_invoice_claim_confirm_new.lwm
...-INF/classes/acr/ACR605/acr_invoice_claim_confirm_new.lwm
+1
-2
hls_bp_master_modify_entrance.lview
...p/modules/hls/HLS214N/hls_bp_master_modify_entrance.lview
+37
-1
hls_bp_master_query_entrance.lview
...pp/modules/hls/HLS215N/hls_bp_master_query_entrance.lview
+23
-0
No files found.
src/main/webapp/WEB-INF/classes/acr/ACR605/acr_invoice_claim_confirm_new.lwm
View file @
976901b9
...
...
@@ -167,7 +167,6 @@
<!-- <bm:data-filter enforceOperations="query" expression="t1.contract_id = t2.contract_id"/>-->
<!-- <bm:data-filter enforceOperations="query" expression="t2.write_off_flag = 'FULL'"/>-->
<bm:data-filter
enforceOperations=
"query"
expression=
"t1.vat_interface_status = 'BACK'"
/>
<bm:data-filter
enforceOperations=
"query"
expression=
"t1.claim_status not in ( 'UNCLAIMED')"
/>
<!-- <bm:data-filter name="query" expression="rownum <=1000"/>-->
<bm:data-filter
enforceOperations=
"query"
expression=
"t1.claim_status not in ('UNCLAIMED')"
/>
</bm:data-filters>
</bm:model>
src/main/webapp/modules/hls/HLS214N/hls_bp_master_modify_entrance.lview
View file @
976901b9
...
...
@@ -25,7 +25,8 @@
url=
"${/request/@context_path}/modules/hls/HLS236/hls_bp_master_query_ccx_icinfo.lview"
/>
<a:link
id=
"hls_bp_master_billing_link"
url=
"${/request/@context_path}/modules/hls/HLS214N/hls_bp_master_billing.lview"
/>
<a:link
id=
"identify_cert_link"
model=
"hls.HLS214N.hls_bp_master_modify_user"
modelaction=
"query"
/>
<script
src=
"${/request/@context_path}/javascripts/hap/dynamicStopAutoQuery.js"
type=
"text/javascript"
/>
<script
type=
"text/javascript"
>
<![CDATA[
...
...
@@ -232,6 +233,41 @@
}
};
//加载时调用(grid,table,gridBox)
window.addEventListener("load", function (_event) {
Leaf.request({
url: $('identify_cert_link').getUrl(),
para: {},
success: function(res) {
var code=res.result.record.employee_type_id;
if(code==64){
//代理店进行隐藏
var elements=document.querySelector('td[title="SBO反馈信息"]');
elements.remove();
$('BP_MODIFY_ENTRANCE_G_BP_RESULT_hls_bp_master_layout_grid_id').hideColumn('SBO_BP_MESSAGE');
}
},
failure: function() {
},
error: function() {
},
scope: this
});
});
/* Leaf.onReady(function(){
for (var i=0;i
<elements.length
;i++){
elements[i].parentNode.remove();
}
console.log(elements);
var
ds_id =
get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'],'hls_bp_master');
console.log($(ds_id));
})*/
]]
></script>
<a:screen-include
screen=
"modules/cont/CON500/con_contract_authority_list_validate.lview?document_category=BP&function_code=HLS214"
/>
<a:screen-include
screen=
"modules/cont/CON500/con_contract_get_layout_code.lview"
/>
...
...
src/main/webapp/modules/hls/HLS215N/hls_bp_master_query_entrance.lview
View file @
976901b9
...
...
@@ -19,6 +19,8 @@
<a:link
id=
"hls_bp_ccx_icinfo_link"
url=
"${/request/@context_path}/modules/hls/HLS236/hls_bp_master_query_ccx_icinfo.lview"
/>
<!-- <script src="${/request/@context_path}/javascripts/hap/dynamicStopAutoQuery.js" type="text/javascript"/>-->
<a:link
id=
"identify_cert_link"
model=
"hls.HLS214N.hls_bp_master_modify_user"
modelaction=
"query"
/>
<script
type=
"text/javascript"
>
<![CDATA[
// stopDymanicAutoQuery('${/parameter/@layout_code}', 'G_BP_RESULT', 'hls_bp_master');
...
...
@@ -127,6 +129,27 @@
//异步打印
// ds.setQueryParameter('__async__', 'Y');
};
window.addEventListener("load", function (_event) {
Leaf.request({
url: $('identify_cert_link').getUrl(),
para: {},
success: function(res) {
var code=res.result.record.employee_type_id;
if(code==64){
//代理店进行隐藏
var elements=document.querySelector('td[title="SBO反馈信息"]');
elements.remove();
$('BP_MODIFY_ENTRANCE_G_BP_RESULT_hls_bp_master_layout_grid_id').hideColumn('SBO_BP_MESSAGE');
}
},
failure: function() {
},
error: function() {
},
scope: this
});
});
]]>
</script>
<a:screen-include
screen=
"modules/cont/CON500/con_contract_authority_list_validate.lview?document_category=BP&function_code=HLS214"
/>
...
...
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