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
59f1cc92
Commit
59f1cc92
authored
Aug 04, 2023
by
lvzhuangzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1bf397a5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ruoyi-ui/src/views/system/supplies/index.vue
ruoyi-ui/src/views/system/supplies/index.vue
+1
-1
ruoyi-ui/src/views/system/supplies/index_template.vue
ruoyi-ui/src/views/system/supplies/index_template.vue
+1
-1
ruoyi-ui/src/views/system/supplies/rule.vue
ruoyi-ui/src/views/system/supplies/rule.vue
+1
-1
No files found.
ruoyi-ui/src/views/system/supplies/index.vue
View file @
59f1cc92
...
...
@@ -297,7 +297,7 @@ export default {
}
materialConvert
(
smallMat
).
then
(
response
=>
{
debugger
let
array
=
response
.
rows
;
//luckysheet.setCellValue(12, 1, {bg:"#FF0000"})
for
(
let
i
=
parseInt
(
sysRulez
[
0
].
re
)
+
1
;
i
<
data
.
length
;
i
++
)
{
...
...
ruoyi-ui/src/views/system/supplies/index_template.vue
View file @
59f1cc92
...
...
@@ -601,7 +601,7 @@ export default {
}).
then
(
function
()
{
return
CopyTemplate
(
row
.
id
);
}).
then
((
result
)
=>
{
debugger
if
(
result
.
data
===
"
复制失败
"
)
{
this
.
getList
();
this
.
msgError
(
"
复制失败
"
);
...
...
ruoyi-ui/src/views/system/supplies/rule.vue
View file @
59f1cc92
...
...
@@ -265,7 +265,7 @@
return
}
//获取表格数据转json赋值给form
debugger
var
arraylist
=
new
Array
();
var
trs
=
$
(
'
#labadd
'
).
find
(
"
tr
"
);
for
(
var
i
=
0
;
i
<
trs
.
length
;
i
++
){
...
...
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