Commit 960bf570 by anxiaohe

修改台账xml

parent 0774eee2
......@@ -37,10 +37,10 @@
<%-- extId="${ledger.id}" cssClass="form-control " allowClear="true"/>--%>
<form:input path="type.code" htmlEscape="false" class="form-control "/>
</td>
<td>型号</td>
<td>
<form:input path="model" htmlEscape="false" class="form-control "/>
</td>
<%-- <td>型号</td>--%>
<%-- <td>--%>
<%-- <form:input path="model" htmlEscape="false" class="form-control "/>--%>
<%-- </td>--%>
</tr>
<tr>
<td>数量</td>
......
......@@ -441,12 +441,12 @@ function renderScanTable () {
field: "type.unit",
title: '单位'
},
{
field: 'model',
title: '型号',
sortable: true,
sortName: 'model'
},
// {
// field: 'model',
// title: '型号',
// sortable: true,
// sortName: 'model'
// },
{
field: 'num',
title: '数量'
......
......@@ -42,10 +42,10 @@
<sys:treeselect id="type" name="type.id" value="${ledger.type.id}" labelName="type.name" labelValue="${ledger.type.name}"
title="品名代码" url="/warehouse/materialtype/materialType/treeData" extId="${ledger.id}" cssClass="form-control " allowClear="true"/>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<label class="label-item single-overflow pull-left" title="型号:">型号:</label>
<form:input path="model" htmlEscape="false" maxlength="64" class=" form-control"/>
</div>
<%-- <div class="col-xs-12 col-sm-6 col-md-4">--%>
<%-- <label class="label-item single-overflow pull-left" title="型号:">型号:</label>--%>
<%-- <form:input path="model" htmlEscape="false" maxlength="64" class=" form-control"/>--%>
<%-- </div>--%>
<div class="col-xs-12 col-sm-6 col-md-4">
<label class="label-item single-overflow pull-left" title="货架id集合:">货架id集合:</label>
<form:input path="shelvesIds" htmlEscape="false" maxlength="64" class=" form-control"/>
......
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