Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
Laisi_AutoMES2
Overview
Overview
Details
Activity
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
jiawei.su
Laisi_AutoMES2
Commits
f4713769
Commit
f4713769
authored
Feb 06, 2021
by
xin.yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
ce96a085
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
collection.vue
Html/src/view/qms/manual/collection.vue
+1
-1
FixtureToolsCategory.cs
...iddlelayer.AccRepository/Response/FixtureToolsCategory.cs
+12
-0
No files found.
Html/src/view/qms/manual/collection.vue
View file @
f4713769
...
...
@@ -703,8 +703,8 @@ export default {
code
:
res
.
data
.
data
.
code
,
}
];
this
.
qrcode
=
res
.
data
.
data
.
sn
;
this
.
product
=
this
.
productList
[
0
];
this
.
qrcode
=
res
.
data
.
data
.
sn
;
this
.
initmaterial
(
this
.
product
.
id
,
stationid
);
this
.
inititems
();
}
else
{
...
...
Server/Infrastructure/Repositories/Siger.Middlelayer.AccRepository/Response/FixtureToolsCategory.cs
View file @
f4713769
...
...
@@ -162,4 +162,16 @@ namespace Siger.Middlelayer.AccRepository.Response
public
int
son_categoryid
{
get
;
set
;
}
public
int
son_status
{
get
;
set
;
}
}
public
class
ResponseMonitorSnProduct
{
public
string
sn
{
get
;
set
;
}
=
string
.
Empty
;
public
int
id
{
get
;
set
;
}
=
0
;
public
string
name
{
get
;
set
;
}
=
string
.
Empty
;
public
string
code
{
get
;
set
;
}
=
string
.
Empty
;
}
}
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