Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
Project
Project
Details
Activity
Releases
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
gavelinfo
kwell-mes
Commits
dd1e08f5
Commit
dd1e08f5
authored
Apr 13, 2022
by
yff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改BUG
parent
d3d7558f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
zpindex.html
...src/main/resources/templates/views/kmes/jgfk/zpindex.html
+2
-2
No files found.
gavel/src/main/resources/templates/views/kmes/jgfk/zpindex.html
View file @
dd1e08f5
...
...
@@ -148,7 +148,7 @@
$
(
"#kmesJgfkindexTable-toolbar"
).
find
(
".toolbar-cancelzp"
).
iMenubutton
({
event
:
'doAjax'
,
text
:
'取消
装配
'
,
text
:
'取消
加工
'
,
onClick
:
function
()
{
var
selectedRow
=
$div
.
find
(
'.toolbar-table'
).
datagrid
(
'getSelected'
);
if
(
selectedRow
==
null
){
...
...
@@ -157,7 +157,7 @@
}
gas
.
confirm
(
"是否执行该操作"
,
function
()
{
var
index
=
$div
.
find
(
'.toolbar-table'
).
datagrid
(
"getRowIndex"
,
selectedRow
);
HTTP
.
post
(
'kmes/
gphy/delGpzp'
,{
jg
fkid
:
selectedRow
.
id
},
function
(
result
)
{
HTTP
.
post
(
'kmes/
jgfk/delJgfk'
,{
gp
fkid
:
selectedRow
.
id
},
function
(
result
)
{
if
(
result
[
'success'
]){
$div
.
find
(
'.toolbar-table'
).
datagrid
(
"deleteRow"
,
index
);
$
.
messager
.
alert
(
'提示'
,
'取消装配成功!'
);
...
...
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