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
53a10a5c
Commit
53a10a5c
authored
Mar 07, 2022
by
wangwei5743
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增值税台账-金税接口调整
parent
af4431c1
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
167 additions
and
21 deletions
+167
-21
INITIALIZE_LAYOUT_DB_OBJECT.sql
...ase/Init/Layout_db_object/INITIALIZE_LAYOUT_DB_OBJECT.sql
+3
-0
REGISTER_ZJWFL5110.sql
src/main/database/Register_function/REGISTER_ZJWFL5110.sql
+3
-0
acr515_invoice_hd_v.lwm
...webapp/WEB-INF/classes/acr/ACR515/acr515_invoice_hd_v.lwm
+159
-0
weblogic.xml
src/main/webapp/WEB-INF/weblogic.xml
+0
-19
acr_invoice_vat.lview
src/main/webapp/modules/acr/ACR515/acr_invoice_vat.lview
+2
-2
No files found.
src/main/database/Init/Layout_db_object/INITIALIZE_LAYOUT_DB_OBJECT.sql
View file @
53a10a5c
...
...
@@ -22,6 +22,9 @@ values ('CONTRACT', 'CON_CONTRACT_REPO_MODIFY_LV', 'VIEW', -1, sysdate, -1, sysd
insert
into
HLS_DOC_CATEGORY_DB_OBJECT
(
DOCUMENT_CATEGORY
,
OBJECT_NAME
,
OBJECT_TYPE
,
CREATED_BY
,
CREATION_DATE
,
LAST_UPDATED_BY
,
LAST_UPDATE_DATE
)
values
(
'CONTRACT'
,
'CON_CONTRACT_CCR_Q_LV'
,
'VIEW'
,
-
1
,
sysdate
,
-
1
,
sysdate
);
insert
into
HLS_DOC_CATEGORY_DB_OBJECT
(
DOCUMENT_CATEGORY
,
OBJECT_NAME
,
OBJECT_TYPE
,
CREATED_BY
,
CREATION_DATE
,
LAST_UPDATED_BY
,
LAST_UPDATE_DATE
)
values
(
'CONTRACT'
,
'con_contract_history_lv'
,
'VIEW'
,
-
1
,
sysdate
,
-
1
,
sysdate
);
end
;
/
commit
;
...
...
src/main/database/Register_function/REGISTER_ZJWFL5110.sql
View file @
53a10a5c
...
...
@@ -9,6 +9,9 @@ set define off
begin
sys_function_assign_pkg
.
func_bm_load
(
'ZJWFL5110'
,
'zjwfl.ZJWFL5110.cus_zj_wfl_instance_node_recipient'
);
sys_function_assign_pkg
.
func_bm_load
(
'ZJWFL5110'
,
'basic.hls_bp_master_v_for_agent_lov'
);
sys_function_assign_pkg
.
func_bm_load
(
'acr.ACR515.acr515_invoice_hd_v'
,
'acr.ACR515.acr515_invoice_hd_v'
);
end
;
/
...
...
src/main/webapp/WEB-INF/classes/acr/ACR515/acr515_invoice_hd_v.lwm
0 → 100644
View file @
53a10a5c
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/weblogic.xml
deleted
100644 → 0
View file @
af4431c1
<?xml version="1.0" encoding="UTF-8"?>
<weblogic-web-app
xmlns=
"http://xmlns.oracle.com/weblogic/weblogic-web-app"
>
<session-descriptor>
<cookie-name>
JSESSIONID1
</cookie-name>
<persistent-store-type>
replicated_if_clustered
</persistent-store-type>
</session-descriptor>
<container-descriptor>
<!--<prefer-web-inf-classes>true</prefer-web-inf-classes>-->
<prefer-application-packages>
<package-name>
oracle.*
</package-name>
</prefer-application-packages>
<show-archived-real-path-enabled>
true
</show-archived-real-path-enabled>
</container-descriptor>
<virtual-directory-mapping>
<local-path>
/u01
</local-path>
<url-pattern>
/hls_file/*
</url-pattern>
</virtual-directory-mapping>
</weblogic-web-app>
\ No newline at end of file
src/main/webapp/modules/acr/ACR515/acr_invoice_vat.lview
View file @
53a10a5c
...
...
@@ -359,7 +359,7 @@
<a:datas
dataSource=
"/model/acr515_currency_list"
/>
</a:dataSet>
<a:dataSet
id=
"acr515_invoiceVatParaDs"
autoCreate=
"true"
model=
"acr.
acr
_invoice_hd_v"
>
<a:dataSet
id=
"acr515_invoiceVatParaDs"
autoCreate=
"true"
model=
"acr.
ACR515.acr515
_invoice_hd_v"
>
<a:fields>
<a:field
name=
"currency_desc"
displayField=
"currency_name"
options=
"acr515_currencyDs"
returnField=
"currency"
valueField=
"currency_code"
/>
...
...
@@ -443,7 +443,7 @@
<a:event
name=
"update"
handler=
"onUpdate_acr515_invoiceVatParaDs"
/>
</a:events>
</a:dataSet>
<a:dataSet
id=
"acr515_invoiceVatDs"
autoPageSize=
"true"
maxPageSize=
"10000"
model=
"acr.
acr
_invoice_hd_v"
<a:dataSet
id=
"acr515_invoiceVatDs"
autoPageSize=
"true"
maxPageSize=
"10000"
model=
"acr.
ACR515.acr515
_invoice_hd_v"
queryDataSet=
"acr515_invoiceVatParaDs"
selectable=
"true"
>
<a:fields>
<![CDATA[
]]>
</a:fields>
...
...
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