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
2e3a3e1d
Commit
2e3a3e1d
authored
Jul 16, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.pseer.com:8800/platform/hg-smart
into dev-ly
parents
4715141b
b54ad124
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
HGCB005.js
src/main/webapp/HG/CB/HGCB005.js
+0
-1
HGCB005.jsp
src/main/webapp/HG/CB/HGCB005.jsp
+5
-3
No files found.
src/main/webapp/HG/CB/HGCB005.js
View file @
2e3a3e1d
$
(
function
(){
var
companyCodeBox
=
__eiInfo
.
getBlock
(
"company_code_block_id"
).
getMappedRows
();
var
whCodeBox
=
__eiInfo
.
getBlock
(
"wh_record_block_id"
).
getMappedRows
();
$
(
".row"
).
children
().
attr
(
"class"
,
"col-md-3"
);
...
...
src/main/webapp/HG/CB/HGCB005.jsp
View file @
2e3a3e1d
...
...
@@ -18,9 +18,11 @@
<EF:EFOptions
blockId=
"company_code_block_id"
textField=
"companyName"
valueField=
"companyCode"
/>
</EF:EFSelect>
<EF:EFDatePicker
blockId=
"inqu_status"
row=
"0"
ename=
"accountYear"
cname=
"会计期(年)"
colWidth=
"3"
format=
"yyyy"
depth=
"year"
start=
"year"
/>
<EF:EFDatePicker
blockId=
"inqu_status"
row=
"0"
ename=
"accountMonth"
cname=
"会计期(月)"
colWidth=
"3"
format=
"MM"
depth=
"month"
start=
"month"
/>
format=
"yyyy"
depth=
"decade"
start=
"decade"
/>
<EF:EFSelect
blockId=
"inqu_status"
row=
"0"
ename=
"accountMonth"
cname=
"会计期(月)"
colWidth=
"3"
filter=
"contains"
>
<EF:EFOption
label=
""
value=
""
/>
<EF:EFCodeOption
codeName=
"hggp.month"
/>
</EF:EFSelect>
</div>
</EF:EFRegion>
...
...
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