解决入库明细不显示价格的bug
This commit is contained in:
parent
37bee95073
commit
6bafce9820
@ -194,7 +194,7 @@
|
||||
{title: '商品名称', field: 'mname', width: 120},
|
||||
{title: '商品型号', field: 'model', width: 100},
|
||||
{title: '单价', field: 'unitPrice', width: 60},
|
||||
{title: '入库数量', field: 'operNumber', width: 60},
|
||||
{title: '入库数量', field: 'operNumber', width: 80},
|
||||
{title: '金额', field: 'allPrice', width: 60},
|
||||
{title: '供应商', field: 'sname', width: 200},
|
||||
{title: '仓库', field: 'dname', width: 120},
|
||||
|
||||
@ -194,7 +194,7 @@
|
||||
{title: '商品名称', field: 'mname', width: 120},
|
||||
{title: '商品型号', field: 'model', width: 100},
|
||||
{title: '单价', field: 'unitPrice', width: 60},
|
||||
{title: '出库数量', field: 'operNumber', width: 60},
|
||||
{title: '出库数量', field: 'operNumber', width: 80},
|
||||
{title: '金额', field: 'allPrice', width: 60},
|
||||
{title: '客户', field: 'sname', width: 200},
|
||||
{title: '仓库', field: 'dname', width: 120},
|
||||
|
||||
@ -12,9 +12,9 @@
|
||||
<result column="Number" jdbcType="VARCHAR" property="Number" />
|
||||
<result column="MName" jdbcType="VARCHAR" property="MName" />
|
||||
<result column="Model" jdbcType="VARCHAR" property="Model" />
|
||||
<result column="UnitPrice" jdbcType="DECIMAL" property="UnitPrice" />
|
||||
<result column="OperNumber" jdbcType="DECIMAL" property="OperNumber" />
|
||||
<result column="AllPrice" jdbcType="DECIMAL" property="AllPrice" />
|
||||
<result column="unit_price" jdbcType="DECIMAL" property="UnitPrice" />
|
||||
<result column="oper_number" jdbcType="DECIMAL" property="OperNumber" />
|
||||
<result column="all_price" jdbcType="DECIMAL" property="AllPrice" />
|
||||
<result column="SName" jdbcType="VARCHAR" property="SName" />
|
||||
<result column="DName" jdbcType="VARCHAR" property="DName" />
|
||||
<result column="OperTime" jdbcType="VARCHAR" property="OperTime" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user