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
98fad8dd
Commit
98fad8dd
authored
Mar 16, 2022
by
yff
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gavelinfo.com:gavelinfo/kwell-mes
parents
2f02eb15
b68268c8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
edit.html
gavel/src/main/resources/templates/views/gygl/gylx/edit.html
+3
-1
index.html
...l/src/main/resources/templates/views/kmes/gphy/index.html
+1
-1
No files found.
gavel/src/main/resources/templates/views/gygl/gylx/edit.html
View file @
98fad8dd
...
...
@@ -153,6 +153,7 @@
var
$edtJghs
=
$div
.
find
(
'input[name="jghs"]'
);
var
$edtZyhs
=
$div
.
find
(
'input[name="zyhs"]'
);
var
$bInit
=
true
;
var
apigzzxid
=
""
function
pageInit
(
ops
){
//$cbxGcid.iCombobox({valueField:'id', textField:'name', onSelect: doSelectGcid});
...
...
@@ -212,6 +213,7 @@
}*/
function
doSelectGzzxid
(
a
){
apigzzxid
=
a
.
id
if
(
$div
.
closest
(
"form"
).
attr
(
"tag"
)
!=
"add"
&&
$bInit
)
return
false
;
gas
.
post
(
'gygl/bzgx/queryNotTybzBzgx'
,
{
gzzxid
:
a
.
id
},
function
(
res
){
if
(
res
.
success
&&
res
.
data
.
records
){
...
...
@@ -237,7 +239,7 @@
});
}
function
doldbzgx
(
e
){
gas
.
post
(
'gygl/bzgx/queryNotTybzBzgx'
,
{
gxlx
:
e
.
id
},
function
(
res
){
gas
.
post
(
'gygl/bzgx/queryNotTybzBzgx'
,
{
gxlx
:
e
.
id
,
gzzxid
:
apigzzxid
},
function
(
res
){
if
(
res
.
success
&&
res
.
data
.
records
){
$cbxBzgxid
.
iCombobox
(
'setValue'
,
''
);
$cbxBzgxid
.
iCombobox
(
'loadData'
,
res
.
data
.
records
);
...
...
gavel/src/main/resources/templates/views/kmes/gphy/index.html
View file @
98fad8dd
...
...
@@ -129,7 +129,7 @@
let
msg
=
res
.
message
||
"查询WOSNID:"
+
that
.
wosncode
+
"成功"
zpfk_wrz
(
that
,
msg
)
}
else
if
(
res
.
data
.
records
.
sntype
==
"WLID"
){
let
msg
=
res
.
message
||
"
查询:WLID"
+
that
.
wosncode
+
"成功
"
let
msg
=
res
.
message
||
"
当前装配SN:"
+
that
.
wosncode
+
";品号"
+
res
.
data
.
records
.
curwlsncode
+
";品名"
+
res
.
data
.
records
.
curwlsnname
+
"成功!
"
zpfk_wrz
(
that
,
msg
)
}
that
.
xlh
=
""
...
...
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