Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DHAS
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
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
Thitichaipun Wutthisak
DHAS
Commits
bd1ee4ca
Commit
bd1ee4ca
authored
Dec 23, 2020
by
peema_phongam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix : can't add mcommitee
parent
1de24e17
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
MCOMMITTEE.xml
XML/PROTABLEXML/MCOMMITTEE.xml
+2
-2
REC101.jsp
hrAppWeb.war/RECRUIT/REC101.jsp
+1
-1
ManpowerForm.js
hrAppWeb.war/RECRUIT/js/REC101/ManpowerForm.js
+4
-4
API_RECRUIT.jar
hrAppWeb.war/WEB-INF/lib/API_RECRUIT.jar
+0
-0
No files found.
XML/PROTABLEXML/MCOMMITTEE.xml
View file @
bd1ee4ca
...
...
@@ -42,7 +42,7 @@
<REQUIRE>
true
</REQUIRE>
</COMPONENT>
</REQUESTID>
<
INDEX
lang=
"A"
encrypt=
"false"
verify=
"false"
log=
"false"
type=
"String"
>
<
SEQ
lang=
"A"
encrypt=
"false"
verify=
"false"
log=
"false"
type=
"String"
>
<KEY>
4
</KEY>
<WIDTH>
2
</WIDTH>
<DESC_ENG>
No.
</DESC_ENG>
...
...
@@ -54,7 +54,7 @@
<ALT_ENG>
No.
</ALT_ENG>
</COMPONENT>
<REQUIRE>
true
</REQUIRE>
</
INDEX
>
</
SEQ
>
<COM_POSITION
lang=
"A"
encrypt=
"false"
verify=
"false"
log=
"false"
type=
"String"
>
<WIDTH>
15
</WIDTH>
<RELATION>
MPOSITION
</RELATION>
...
...
hrAppWeb.war/RECRUIT/REC101.jsp
View file @
bd1ee4ca
...
...
@@ -885,7 +885,7 @@
</td>
--%>
<td
align=
"center"
>
<input
type=
'text'
readonly
maxlength=
"2"
size=
"2"
ng-model=
"com.
index
"
ng-disabled=
"manpower.req_status != '' && manpower.req_status != '1' && !basicConfig.object.editOnInProcess"
/>
<input
type=
'text'
readonly
maxlength=
"2"
size=
"2"
ng-model=
"com.
seq
"
ng-disabled=
"manpower.req_status != '' && manpower.req_status != '1' && !basicConfig.object.editOnInProcess"
/>
</td>
<td
align=
"center"
>
{{ com.employeeid }}
</td>
<td>
{{ com.fullname }}
</td>
...
...
hrAppWeb.war/RECRUIT/js/REC101/ManpowerForm.js
View file @
bd1ee4ca
...
...
@@ -336,11 +336,11 @@ angular.module('RECRUIT').controller('ManpowerForm', ['$scope', '$http', '$contr
$scope
.
genIndexCommittee
=
()
=>
{
$scope
.
committree
.
forEach
(
function
(
data
,
index
)
{
data
.
index
=
(
index
+
1
).
toString
()
data
.
seq
=
(
index
+
1
).
toString
()
});
}
$scope
.
softComIndex
=
(
$com
)
=>
{
return
parseInt
(
$com
.
index
)
return
parseInt
(
$com
.
seq
)
}
$scope
.
addCommittree
=
function
(
arrcom
)
{
$scope
.
committree
=
$scope
.
committree
.
concat
(
arrcom
)
...
...
@@ -543,8 +543,8 @@ angular.module('RECRUIT').controller('ManpowerForm', ['$scope', '$http', '$contr
let
max
=
0
;
let
list
=
','
;
$scope
.
committree
.
forEach
(
function
(
data
)
{
let
index
=
data
.
index
||
0
;
list
+=
(
data
.
index
||
0
)
+
','
;
let
index
=
data
.
seq
||
0
;
list
+=
(
data
.
seq
||
0
)
+
','
;
if
(
max
<
index
){
max
=
index
;
}
...
...
hrAppWeb.war/WEB-INF/lib/API_RECRUIT.jar
View file @
bd1ee4ca
No preview for this file type
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