Commit 960bf570 by anxiaohe

修改台账xml

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