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
360665b1
Commit
360665b1
authored
Sep 06, 2023
by
lvzhuangzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5a83a4a2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
13 deletions
+10
-13
ruoyi-ui/src/views/system/supplies/cleaning_rule.vue
ruoyi-ui/src/views/system/supplies/cleaning_rule.vue
+10
-13
No files found.
ruoyi-ui/src/views/system/supplies/cleaning_rule.vue
View file @
360665b1
...
...
@@ -43,7 +43,6 @@ export default {
let
jsonDataa
=
JSON
.
parse
(
data
[
i
].
historyContent
);
for
(
let
j
=
0
;
j
<
jsonDataa
.
length
;
j
++
)
{
let
dataa
=
window
.
luckysheet
.
transToData
(
jsonDataa
[
j
].
celldata
);
console
.
log
(
dataa
)
for
(
let
k
=
2
;
k
<
dataa
.
length
;
k
++
)
{
let
a0
;
let
a1
;
...
...
@@ -93,7 +92,7 @@ export default {
a6
=
""
;
}
}
debugger
if
(
data
[
i
].
id
!=
null
){
this
.
from
.
hId
=
data
[
i
].
id
;
this
.
from
.
projectId
=
a0
;
...
...
@@ -103,8 +102,6 @@ export default {
this
.
from
.
nuitPrice
=
a5
;
this
.
from
.
money
=
a6
;
this
.
from
.
createBy
=
data
[
i
].
createBy
;
console
.
log
(
this
.
from
)
addActSuppliesSixMinesSummaryTable
(
this
.
from
).
then
(
response
=>
{});
}
...
...
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