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
c6c18e49
Commit
c6c18e49
authored
Aug 06, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-08-06 导入去掉文件类型判断
parent
92a90a2f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
HGCW002A.js
src/main/webapp/HG/CW/HGCW002A.js
+2
-2
HGCW002B.js
src/main/webapp/HG/CW/HGCW002B.js
+2
-2
HGSC004A.js
src/main/webapp/HG/SC/HGSC004A.js
+2
-2
HGSC009.js
src/main/webapp/HG/SC/HGSC009.js
+2
-2
HGSJ003.js
src/main/webapp/HG/SJ/HGSJ003.js
+2
-2
No files found.
src/main/webapp/HG/CW/HGCW002A.js
View file @
c6c18e49
...
...
@@ -436,10 +436,10 @@ $(function() {
eiInfo
.
set
(
"fileName"
,
src
);
EiCommunicator
.
send
(
"HGCW002A"
,
"importDate"
,
eiInfo
,
{
onSuccess
(
ei
)
{
if
(
notIsExcelFile
)
{
/*
if (notIsExcelFile) {
NotificationUtil("请导入xls或xlsx文件", "error");
return;
}
}
*/
if
(
ei
.
status
==
"-1"
)
{
NotificationUtil
(
{
msg
:
ei
.
msg
,
detailMsg
:
ei
.
detailMsg
},
"error"
);
...
...
src/main/webapp/HG/CW/HGCW002B.js
View file @
c6c18e49
...
...
@@ -368,10 +368,10 @@ $(function() {
eiInfo
.
set
(
"fileName"
,
src
);
EiCommunicator
.
send
(
"HGCW002A"
,
"importDate"
,
eiInfo
,
{
onSuccess
(
ei
)
{
if
(
notIsExcelFile
)
{
/*
if (notIsExcelFile) {
NotificationUtil("请导入xls或xlsx文件", "error");
return;
}
}
*/
if
(
ei
.
status
==
"-1"
)
{
NotificationUtil
(
{
msg
:
ei
.
msg
,
detailMsg
:
ei
.
detailMsg
},
"error"
);
...
...
src/main/webapp/HG/SC/HGSC004A.js
View file @
c6c18e49
...
...
@@ -487,10 +487,10 @@ $(function () {
eiInfo
.
set
(
"materialId"
,
$
(
"#inqu_status-0-materialId"
).
val
())
EiCommunicator
.
send
(
"HGSC004A"
,
"importDate"
,
eiInfo
,
{
onSuccess
(
ei
)
{
if
(
notIsExcelFile
)
{
/*
if (notIsExcelFile) {
NotificationUtil("请导入xls或xlsx文件", "error");
return;
}
}
*/
if
(
ei
.
status
==
"-1"
)
{
NotificationUtil
(
{
msg
:
ei
.
msg
,
detailMsg
:
ei
.
detailMsg
},
"error"
);
...
...
src/main/webapp/HG/SC/HGSC009.js
View file @
c6c18e49
...
...
@@ -189,10 +189,10 @@ $(function () {
eiInfo
.
set
(
"fileName"
,
src
);
EiCommunicator
.
send
(
"HGSC009"
,
"importDate"
,
eiInfo
,
{
onSuccess
(
ei
)
{
if
(
notIsExcelFile
)
{
/*
if (notIsExcelFile) {
NotificationUtil("请导入xls或xlsx文件", "error");
return;
}
}
*/
if
(
ei
.
status
==
"-1"
)
{
NotificationUtil
(
{
msg
:
ei
.
msg
,
detailMsg
:
ei
.
detailMsg
},
"error"
);
...
...
src/main/webapp/HG/SJ/HGSJ003.js
View file @
c6c18e49
...
...
@@ -216,10 +216,10 @@ $(function (){
eiInfo
.
set
(
"fileName"
,
src
);
EiCommunicator
.
send
(
"HGSJ003"
,
"importDate"
,
eiInfo
,
{
onSuccess
(
ei
)
{
if
(
notIsExcelFile
)
{
/*
if (notIsExcelFile) {
NotificationUtil("请导入xls或xlsx文件", "error");
return;
}
}
*/
if
(
ei
.
status
==
"-1"
)
{
NotificationUtil
(
{
msg
:
ei
.
msg
,
detailMsg
:
ei
.
detailMsg
},
"error"
);
...
...
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