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
58580aaf
Commit
58580aaf
authored
Oct 10, 2023
by
lenovo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码整合
parent
ee933e0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ruoyi-supplies/src/main/resources/mapper/system/ActSuppliesHistorydataMapper.xml
.../resources/mapper/system/ActSuppliesHistorydataMapper.xml
+1
-1
ruoyi-ui/src/views/system/supplies/index.vue
ruoyi-ui/src/views/system/supplies/index.vue
+2
-0
No files found.
ruoyi-supplies/src/main/resources/mapper/system/ActSuppliesHistorydataMapper.xml
View file @
58580aaf
...
...
@@ -142,7 +142,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
import_uuid = #{importUuid}
<if
test=
"templateId != null "
>
and template_id = #{templateId}
</if>
<if
test=
"roleId != null and
identifyingCode
== 0"
>
and role_id = #{roleId}
</if>
<if
test=
"roleId != null and
roleId
== 0"
>
and role_id = #{roleId}
</if>
<if
test=
"identifyingCode != null "
>
and identifying_code = #{identifyingCode}
</if>
</where>
</update>
...
...
ruoyi-ui/src/views/system/supplies/index.vue
View file @
58580aaf
...
...
@@ -1769,6 +1769,7 @@ 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
);
debugger
for
(
let
k
=
2
;
k
<
dataa
.
length
;
k
++
)
{
if
(
dataa
[
k
][
1
]
==
null
){
continue
;
...
...
@@ -1967,6 +1968,7 @@ export default {
}
}
let
b16
;
if
(
datab
[
w
][
15
]
!=
null
){
b16
=
datab
[
w
][
15
].
v
;
if
(
b16
==
undefined
){
...
...
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