Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
bom_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
57b8c0d3
authored
Jul 08, 2020
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
存储mpl
parent
3183c265
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
internal/logic/bom_matching.go
internal/model/bom_matching.go
internal/logic/bom_matching.go
View file @
57b8c0d3
...
...
@@ -162,6 +162,7 @@ func getUpdateData(matching model.BomItemMatching) map[string]interface{} {
"stock"
:
matching
.
Stock
,
"moq"
:
matching
.
Moq
,
"mpq"
:
matching
.
Mpq
,
"mpl"
:
matching
.
Mpl
,
"pdf"
:
matching
.
Pdf
,
"encap"
:
matching
.
Encap
,
"status"
:
matching
.
Status
,
...
...
internal/model/bom_matching.go
View file @
57b8c0d3
...
...
@@ -30,7 +30,7 @@ type BomItemMatching struct {
Moq
int
`json:"moq"`
// Mpq 包装量
Mpq
int
`json:"mpq"`
Mpl
int
`json:"mpl"
gorm:"-"
`
Mpl
int
`json:"mpl"`
// Encap 封装
Encap
string
`json:"encap"`
// Status 1:正常 2:取消匹配(被替换)
...
...
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