Commit 154651c3 by 胡懿

入库单增加品名代码单位、单价

parent fe8e4d87
...@@ -20,10 +20,14 @@ ...@@ -20,10 +20,14 @@
type.id AS "goodsInfo.type.id", type.id AS "goodsInfo.type.id",
type.code AS "goodsInfo.type.code", type.code AS "goodsInfo.type.code",
type.name AS "goodsInfo.type.name", type.name AS "goodsInfo.type.name",
type.amount AS "goodsInfo.type.amount",
type.unit AS "goodsInfo.type.unit",
type2.id AS "profitWarehousingInfo.type.id", type2.id AS "profitWarehousingInfo.type.id",
type2.code AS "profitWarehousingInfo.type.code", type2.code AS "profitWarehousingInfo.type.code",
type2.name AS "profitWarehousingInfo.type.name", type2.name AS "profitWarehousingInfo.type.name",
type2.amount AS "profitWarehousingInfo.type.amount",
type2.unit AS "profitWarehousingInfo.type.unit",
pwi.NAME AS "profitWarehousingInfo.name", pwi.NAME AS "profitWarehousingInfo.name",
pwi.marking AS "profitWarehousingInfo.marking", pwi.marking AS "profitWarehousingInfo.marking",
...@@ -222,6 +226,8 @@ ...@@ -222,6 +226,8 @@
type.id AS "goodsInfo.type.id", type.id AS "goodsInfo.type.id",
type.code AS "goodsInfo.type.code", type.code AS "goodsInfo.type.code",
type.name AS "goodsInfo.type.name", type.name AS "goodsInfo.type.name",
type.amount AS "goodsInfo.type.amount",
type.unit AS "goodsInfo.type.unit",
gi.NAME AS "goodsInfo.name", gi.NAME AS "goodsInfo.name",
gi.model AS "goodsInfo.model", gi.model AS "goodsInfo.model",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment