Browse Source

添加出库查询时显示施工单位

lwx_dev
erdanergou 2 years ago
parent
commit
5d90f2500b
  1. 1
      src/main/java/com/dreamchaser/depository_manage/mapper/DepositoryRecordMapper.xml
  2. 1
      src/main/resources/templates/pages/depository/table-out.html
  3. 1
      target/classes/com/dreamchaser/depository_manage/mapper/DepositoryRecordMapper.xml

1
src/main/java/com/dreamchaser/depository_manage/mapper/DepositoryRecordMapper.xml

@ -121,6 +121,7 @@
<result column="pass" property="pass" jdbcType="INTEGER"/>
<result column="aormUnit" property="unit" jdbcType="VARCHAR"/>
<result column="abstract" property="abstracts" jdbcType="VARCHAR"/>
<result column="cuname" property="constructionUnitName" jdbcType="VARCHAR"/>
<result column="outType" property="outType" jdbcType="INTEGER"/>
<result column="outTypeName" property="outTypeName" jdbcType="VARCHAR"/>
<result column="aorconstructionunitid" property="constructionUnitId" jdbcType="INTEGER"/>

1
src/main/resources/templates/pages/depository/table-out.html

@ -190,6 +190,7 @@
{field: 'applicantName', width: 150, title: '申请人'},
{field: 'adminorgName', width: 150, title: '申请人部门'},
{field: 'useAdminorgName', width: 150, title: '使用部门'},
{field: 'constructionUnitName', width: 150, title: '使用单位'},
{field: 'applicantTime', width: 200, title: '申请时间', sort: true},
{
field: 'istransfer', title: '是否为转移申请', minWidth: 120, templet: function (d) {

1
target/classes/com/dreamchaser/depository_manage/mapper/DepositoryRecordMapper.xml

@ -121,6 +121,7 @@
<result column="pass" property="pass" jdbcType="INTEGER"/>
<result column="aormUnit" property="unit" jdbcType="VARCHAR"/>
<result column="abstract" property="abstracts" jdbcType="VARCHAR"/>
<result column="cuname" property="constructionUnitName" jdbcType="VARCHAR"/>
<result column="outType" property="outType" jdbcType="INTEGER"/>
<result column="outTypeName" property="outTypeName" jdbcType="VARCHAR"/>
<result column="aorconstructionunitid" property="constructionUnitId" jdbcType="INTEGER"/>

Loading…
Cancel
Save