Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
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
platform
hg-smart
Commits
62bcb9ac
Commit
62bcb9ac
authored
May 30, 2024
by
13420
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购收票调整
parent
60b613c3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
HGCW012A.java
src/main/java/com/baosight/hggp/hg/cw/domain/HGCW012A.java
+0
-0
HGCW012.xml
src/main/java/com/baosight/hggp/hg/cw/sql/HGCW012.xml
+1
-1
HGCW012A.xml
src/main/java/com/baosight/hggp/hg/cw/sql/HGCW012A.xml
+0
-0
HGCW012.js
src/main/webapp/HG/CW/HGCW012.js
+3
-3
HGCW012.jsp
src/main/webapp/HG/CW/HGCW012.jsp
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/cw/domain/HGCW012A.java
0 → 100644
View file @
62bcb9ac
This diff is collapsed.
Click to expand it.
src/main/java/com/baosight/hggp/hg/cw/sql/HGCW012.xml
View file @
62bcb9ac
...
...
@@ -103,7 +103,7 @@
</sql>
<select
id=
"query"
parameterClass=
"java.util.HashMap"
resultClass=
"com.baosight.hggp.hg.cw.
service
.HGCW012"
>
resultClass=
"com.baosight.hggp.hg.cw.
domain
.HGCW012"
>
SELECT
ID as "id",
ACCOUNT_CODE as "accountCode",
<!-- 企业编码 -->
...
...
src/main/java/com/baosight/hggp/hg/cw/sql/HGCW012A.xml
0 → 100644
View file @
62bcb9ac
This diff is collapsed.
Click to expand it.
src/main/webapp/HG/CW/HGCW012.js
View file @
62bcb9ac
...
...
@@ -64,7 +64,7 @@ let query = function () {
*/
function
addFunc
()
{
JSColorbox
.
open
({
href
:
"HGCW01
0
A?methodName=initLoad&efParentFormEname=HGCW010"
,
href
:
"HGCW01
2
A?methodName=initLoad&efParentFormEname=HGCW010"
,
title
:
"<div style='text-align: center;'>结算单</div>"
,
width
:
"90%"
,
height
:
"90%"
,
...
...
@@ -100,7 +100,7 @@ function windowCallback() {
function
contractDetailFunc
(
id
)
{
JSColorbox
.
open
({
href
:
"HGCW01
1?methodName=initLoad&id="
+
id
+
"&efParentFormEname=HGCW011
"
,
href
:
"HGCW01
2?methodName=initLoad&id="
+
id
+
"&efParentFormEname=HGCW012
"
,
title
:
"<div style='text-align: center;'>明细详情</div>"
,
width
:
"90%"
,
height
:
"90%"
,
...
...
@@ -136,7 +136,7 @@ function submitFunc() {
ok
:
function
()
{
var
info
=
new
EiInfo
();
info
.
addBlock
(
JSUtils
.
checkedRows2Block
(
"result"
));
EiCommunicator
.
send
(
"HGCW01
0
"
,
"submit"
,
info
,
{
EiCommunicator
.
send
(
"HGCW01
2
"
,
"submit"
,
info
,
{
onSuccess
:
function
(
ei
)
{
if
(
ei
.
getStatus
()
>=
0
)
{
try
{
...
...
src/main/webapp/HG/CW/HGCW012.jsp
View file @
62bcb9ac
...
...
@@ -6,7 +6,7 @@
<c:set
var=
"ctx"
value=
"${pageContext.request.contextPath}"
/>
<head>
</head>
<EF:EFPage
title=
"
销售开
票"
>
<EF:EFPage
title=
"
采购收
票"
>
<EF:EFRegion
id=
"inqu"
title=
"查询条件"
>
<div
class=
"row"
>
...
...
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