Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
klck
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
位宇华
klck
Commits
23c18194
Commit
23c18194
authored
Sep 26, 2023
by
lvzhuangzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
248d43c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
ruoyi-supplies/src/main/java/com/ruoyi/system/domain/ActSuppliesSixMinesSummaryTable.java
.../ruoyi/system/domain/ActSuppliesSixMinesSummaryTable.java
+3
-3
ruoyi-ui/src/views/system/supplies/index.vue
ruoyi-ui/src/views/system/supplies/index.vue
+3
-2
No files found.
ruoyi-supplies/src/main/java/com/ruoyi/system/domain/ActSuppliesSixMinesSummaryTable.java
View file @
23c18194
...
@@ -51,7 +51,7 @@ public class ActSuppliesSixMinesSummaryTable extends BaseEntity
...
@@ -51,7 +51,7 @@ public class ActSuppliesSixMinesSummaryTable extends BaseEntity
/** 日期 */
/** 日期 */
@Excel
(
name
=
"日期"
)
@Excel
(
name
=
"日期"
)
private
Date
date
;
private
String
date
;
public
static
long
getSerialVersionUID
()
{
public
static
long
getSerialVersionUID
()
{
return
serialVersionUID
;
return
serialVersionUID
;
...
@@ -131,11 +131,11 @@ public class ActSuppliesSixMinesSummaryTable extends BaseEntity
...
@@ -131,11 +131,11 @@ public class ActSuppliesSixMinesSummaryTable extends BaseEntity
this
.
createBy
=
createBy
;
this
.
createBy
=
createBy
;
}
}
public
Date
getDate
()
{
public
String
getDate
()
{
return
date
;
return
date
;
}
}
public
void
setDate
(
Date
date
)
{
public
void
setDate
(
String
date
)
{
this
.
date
=
date
;
this
.
date
=
date
;
}
}
...
...
ruoyi-ui/src/views/system/supplies/index.vue
View file @
23c18194
...
@@ -1296,10 +1296,11 @@ export default {
...
@@ -1296,10 +1296,11 @@ export default {
}
}
}
else
{
}
else
{
/*导入表*/
/*导入表*/
/*let jsonDatab = JSON.parse(data[i].historyContent);
debugger
let
jsonDatab
=
JSON
.
parse
(
data
[
i
].
historyContent
);
for
(
let
j
=
0
;
j
<
jsonDatab
.
length
;
j
++
)
{
for
(
let
j
=
0
;
j
<
jsonDatab
.
length
;
j
++
)
{
let
datab
=
window
.
luckysheet
.
transToData
(
jsonDatab
[
j
].
celldata
);
let
datab
=
window
.
luckysheet
.
transToData
(
jsonDatab
[
j
].
celldata
);
}
*/
}
}
}
}
}
});
});
...
...
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