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
44a055c0
Commit
44a055c0
authored
Sep 30, 2019
by
Spencer Chang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] 用印信息增加一式四份类别
parent
dfc95b9b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
INITIALIZE_SYSCODE_SEAL_NUMBER.sql
...database/Init/Sys_code/INITIALIZE_SYSCODE_SEAL_NUMBER.sql
+3
-0
cus_con_contract_repo_pkg.pck
src/main/database/Package/cus_con_contract_repo_pkg.pck
+2
-2
cus_con_et_pkg.pck
src/main/database/Package/cus_con_et_pkg.pck
+1
-1
No files found.
src/main/database/Init/Sys_code/INITIALIZE_SYSCODE_SEAL_NUMBER.sql
View file @
44a055c0
...
...
@@ -18,6 +18,9 @@ sys_code_pkg.update_sys_code_value('SEAL_NUMBER','SEAL_O_TW_NUMBER','一式两
sys_code_pkg
.
insert_sys_code_value
(
'SEAL_NUMBER'
,
'SEAL_O_TH_NUMBER'
,
'一式三份'
,
'ZHS'
,
''
);
sys_code_pkg
.
update_sys_code_value
(
'SEAL_NUMBER'
,
'SEAL_O_TH_NUMBER'
,
'一式三份'
,
'US'
,
''
);
sys_code_pkg
.
insert_sys_code_value
(
'SEAL_NUMBER'
,
'SEAL_O_F_NUMBER'
,
'一式四份'
,
'ZHS'
,
''
);
sys_code_pkg
.
update_sys_code_value
(
'SEAL_NUMBER'
,
'SEAL_O_F_NUMBER'
,
'一式四份'
,
'US'
,
''
);
end
;
/
commit
;
...
...
src/main/database/Package/cus_con_contract_repo_pkg.pck
View file @
44a055c0
...
...
@@ -199,7 +199,7 @@ create or replace package body cus_con_contract_repo_pkg is
p_con_special_seal => 'N',
p_financial_seal => 'N',
p_supervisio_seal => 'N',
p_seal_number => 'SEAL_O_
TW
_NUMBER',
p_seal_number => 'SEAL_O_
F
_NUMBER',
p_user_id => p_user_id);
cus_con_change_req_pkg.insert_hls_document_use_seal(p_change_req_id => v_change_req_id,
p_document_table => 'CON_CONTRACT_CHANGE_REQ',
...
...
@@ -210,7 +210,7 @@ create or replace package body cus_con_contract_repo_pkg is
p_con_special_seal => 'N',
p_financial_seal => 'N',
p_supervisio_seal => 'N',
p_seal_number => 'SEAL_O_
TW
_NUMBER',
p_seal_number => 'SEAL_O_
F
_NUMBER',
p_user_id => p_user_id);
p_change_req_id := v_change_req_id;
end;
...
...
src/main/database/Package/cus_con_et_pkg.pck
View file @
44a055c0
...
...
@@ -117,7 +117,7 @@ create or replace package body cus_con_et_pkg is
p_con_special_seal => 'N',
p_financial_seal => 'N',
p_supervisio_seal => 'N',
p_seal_number => 'SEAL_O_
TW
_NUMBER',
p_seal_number => 'SEAL_O_
F
_NUMBER',
p_user_id => p_user_id);
p_change_req_id := v_change_req_id;
end create_change_req_et;
...
...
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