Browse Source

原材料分析

pull/44/head
娄文智 3 years ago
parent
commit
6f5bb2ea91
6 changed files with 4 additions and 3 deletions
  1. +1
    -0
      models/ap/CustDemandVerDetail.model.go
  2. +0
    -1
      models/ap/ap.go
  3. +1
    -1
      services/ap/CustDemandVerHead.service.go
  4. +0
    -1
      web/controllers/ap/CustDemandVerHead.rest.go
  5. +1
    -0
      web/controllers/ap/ap.go
  6. +1
    -0
      web/controllers/me/BomLst.rest.go

+ 1
- 0
models/ap/CustDemandVerDetail.model.go View File

@ -107,6 +107,7 @@ type CustomerDeviationDetailItemBomLst struct {
Bomlst *me.BomLst `json:"BomLst" xorm:"-"`
}
// 比较大小的接口
type ICompare interface {
Compare(interface{}) int


+ 0
- 1
models/ap/ap.go View File

@ -29,7 +29,6 @@ type ArtSecondResourceWithDetail struct {
ArticleSecondaryResource `xorm:"extend"`
SecondaryResource `xorm:"extend"`
}
// 原拆料
type CustArticle struct {
CustomerId1 string `json:"CustomerId1"`


+ 1
- 1
services/ap/CustDemandVerHead.service.go View File

@ -280,7 +280,7 @@ type CustDemandVerHeadService interface {
* @Function Name : CompareVersionInfoByArtcle
*-----------------------------------------------------------------------------
*
* @Description : 多版本比
* @Description : 多版本比
*
* @Function Parameters : customerId 客户编号
*


+ 0
- 1
web/controllers/ap/CustDemandVerHead.rest.go View File

@ -657,7 +657,6 @@ func RegisterDeviationAnalysisCustDemandVerHead(party router.Party, path string,
})
}
/******************************************************************************
*
* @Function Name : RegisterCompareVersionInfoByArtcle


+ 1
- 0
web/controllers/ap/ap.go View File

@ -125,6 +125,7 @@ func RegisterRoutes() {
//原材料分析
RegisterCompareVersionInfoByArtcle(custdemandverhead, "/compareversionbyartcle", serviceOfCustDemandVerHead.CompareVersionInfoByArtcle)
// DemandToleranceModel的路由组
demandtolerancemodel := party.Party("/demandtolerancemodel")
// DemandToleranceModel的服务实例


+ 1
- 0
web/controllers/me/BomLst.rest.go View File

@ -106,6 +106,7 @@ func RegisterIDOfBomLst(party router.Party, httpMethod string, path string, meth
})
}
/******************************************************************************
*
* @Function Name : RegisterInsertOneBomLst


Loading…
Cancel
Save