采购单选择商品、新增商品明细调整
This commit is contained in:
@@ -48,12 +48,11 @@
|
|||||||
a.barCode,
|
a.barCode,
|
||||||
s.own_spec AS goodsSkuOwnSpec,
|
s.own_spec AS goodsSkuOwnSpec,
|
||||||
a.goodsUnitName as unit,
|
a.goodsUnitName as unit,
|
||||||
'1' as count,
|
|
||||||
'1' as count1,
|
|
||||||
'1' as pcsNum,
|
|
||||||
e.tagPrice,
|
e.tagPrice,
|
||||||
e.salesPrice as cost,
|
e.salesPrice as cost,
|
||||||
e.salesPrice as cost1
|
e.salesPrice as cost1,
|
||||||
|
a.shelfLife,
|
||||||
|
a.taxRate
|
||||||
FROM
|
FROM
|
||||||
goods_sku s
|
goods_sku s
|
||||||
LEFT JOIN goods_spu a
|
LEFT JOIN goods_spu a
|
||||||
|
|||||||
@@ -24,16 +24,14 @@ public class GoodsSkuPurSelectList {
|
|||||||
private String goodsSkuOwnSpec;
|
private String goodsSkuOwnSpec;
|
||||||
//单位
|
//单位
|
||||||
private String unit;
|
private String unit;
|
||||||
//数量
|
|
||||||
private BigDecimal count;
|
|
||||||
//数量1
|
|
||||||
private BigDecimal count1;
|
|
||||||
//数量
|
|
||||||
private BigDecimal pcsNum;
|
|
||||||
//吊牌价
|
//吊牌价
|
||||||
private BigDecimal tagPrice;
|
private BigDecimal tagPrice;
|
||||||
//单价
|
//单价
|
||||||
private BigDecimal cost;
|
private BigDecimal cost;
|
||||||
//单价1
|
//单价1
|
||||||
private BigDecimal cost1;
|
private BigDecimal cost1;
|
||||||
|
//保质期
|
||||||
|
private String shelfLife;
|
||||||
|
//税率
|
||||||
|
private BigDecimal taxRate;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user