|
|
@@ -851,7 +851,8 @@ type Ermcp3SellBuyContract struct {
|
|
|
CONTRACTMARGIN float64 `json:"contractmargin" xorm:"'CONTRACTMARGIN'"` // 合同保证金
|
|
|
Remark string `json:"remark" xorm:"'Remark'"` // 备注
|
|
|
ATTACHMENT string `json:"attachment" xorm:"'ATTACHMENT'"` // 附件
|
|
|
- ReckonRealQty float64 `json:"reckonrealqty" xorm:"'ReckonRealQty'"` // 已确定量
|
|
|
+ ReckonRealQty float64 `json:"reckonrealqty" xorm:"'ReckonRealQty'"` // 已交收量
|
|
|
+ OriReckonRealQty float64 `json:"orireckonrealqty" xorm:"'OriReckonRealQty'"` // 应交收量
|
|
|
ReckonOtherAmount float64 `json:"reckonotheramount" xorm:"'ReckonOtherAmount'"` // 其它费用
|
|
|
ReckonAdjustAmount float64 `json:"reckonadjustamount" xorm:"'ReckonAdjustAmount'"` // 调整金额
|
|
|
Price float64 `json:"price" xorm:"'Price'"` // 价格
|
|
|
@@ -992,6 +993,7 @@ select t.contractno,
|
|
|
0
|
|
|
end pricedAvg,
|
|
|
t.ReckonRealQty,
|
|
|
+ t.OriReckonRealQty,
|
|
|
t.ReckonOtherAmount,
|
|
|
t.ReckonAdjustAmount,
|
|
|
t.Price,
|