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
13ff6f5d
Commit
13ff6f5d
authored
May 07, 2021
by
李贺贺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商业伙伴维护开票信息申请功能调整
parent
ca6cd7a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
check_bp_master_billing_after_save.lwm
...heck_after_save_bm/check_bp_master_billing_after_save.lwm
+30
-0
hls_bp_master_billing.lview
...in/webapp/modules/hls/HLS214N/hls_bp_master_billing.lview
+3
-0
No files found.
src/main/webapp/WEB-INF/classes/check_after_save_bm/check_bp_master_billing_after_save.lwm
0 → 100644
View file @
13ff6f5d
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: lihh
$Date: 2021-05_07 上午10:00:06
$Revision: 3.0
$Purpose:
-->
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
>
<bm:operations>
<bm:operation
name=
"update"
>
<bm:update-sql>
<![CDATA[
declare
r_hls_bp_master_req hls_bp_master_req%Rowtype;
begin
Select *
Into r_hls_bp_master_req
From hls_bp_master_req hb
Where hb.change_req_id = ${@change_req_id}
For Update Nowait;
hls_bp_master_change_req_pkg.hls_bp_master_wfl_approved(
p_hls_bp_master_req=>
r_hls_bp_master_req,
p_company_id => ${/session/@company_id},
p_user_id => ${/session/@user_id}
);
end;
]]>
</bm:update-sql>
</bm:operation>
</bm:operations>
</bm:model>
src/main/webapp/modules/hls/HLS214N/hls_bp_master_billing.lview
View file @
13ff6f5d
...
...
@@ -63,6 +63,9 @@
record.getField('invoice_type_n').setReadOnly(true);
record.getField('reception_maile').setRequired(false);
}
if(record.get('bp_class') == 'NP'){
document.getElementById('${/parameter/@layout_code}_submit_approval').style.display = "none";
}
};
// 更新事件
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_update'] = function (ds, record, name, value, old_value, bp_seq) {
...
...
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