储位增加库存地点

master
e 2020-02-23 22:51:37 +08:00
parent 0052ead517
commit f4e0aa7002
4 changed files with 9 additions and 9 deletions

View File

@ -81,7 +81,7 @@ import io.swagger.annotations.ApiParam;
* @version V1.0
*
*/
@Api(value="TWzLocation",description="库",tags="tWzLocationController")
@Api(value="TWzLocation",description="存地点",tags="tWzLocationController")
@Controller
@RequestMapping("/tWzLocationController")
public class TWzLocationController extends BaseController {

View File

@ -3,7 +3,7 @@
<!DOCTYPE html>
<html>
<head>
<title>库</title>
<title>库存地点</title>
<t:base type="jquery,easyui,tools,DatePicker"></t:base>
<script type="text/javascript">
//编写自定义JS代码
@ -16,13 +16,13 @@
<tr>
<td align="right">
<label class="Validform_label">
库:
存地点:
</label>
</td>
<td class="value">
<input id="matLocation" name="matLocation" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">库</label>
<label class="Validform_label" style="display: none;">库存地点</label>
</td>
</tr>

View File

@ -3,7 +3,7 @@
<!DOCTYPE html>
<html>
<head>
<title>库</title>
<title>库存地点</title>
<t:base type="jquery,easyui,tools,DatePicker"></t:base>
<script type="text/javascript">
//编写自定义JS代码
@ -16,13 +16,13 @@
<tr>
<td align="right">
<label class="Validform_label">
库:
存地点:
</label>
</td>
<td class="value">
<input id="matLocation" name="matLocation" type="text" style="width: 150px" class="inputxt" ignore="ignore" value='${tWzLocationPage.matLocation}'/>
<span class="Validform_checktip"></span>
<label class="Validform_label" style="display: none;">库</label>
<label class="Validform_label" style="display: none;">库存地点</label>
</td>
</tr>

View File

@ -3,7 +3,7 @@
<t:base type="jquery,easyui,tools,DatePicker"></t:base>
<div class="easyui-layout" fit="true">
<div region="center" style="padding:0px;border:0px">
<t:datagrid name="tWzLocationList" checkbox="true" pagination="true" fitColumns="true" title="库" actionUrl="tWzLocationController.do?datagrid" idField="id" fit="true" queryMode="group">
<t:datagrid name="tWzLocationList" checkbox="true" pagination="true" fitColumns="true" title="库存地点" actionUrl="tWzLocationController.do?datagrid" idField="id" fit="true" queryMode="group">
<t:dgCol title="主键" field="id" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="创建人名称" field="createName" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="创建人登录名称" field="createBy" hidden="true" queryMode="single" width="120"></t:dgCol>
@ -14,7 +14,7 @@
<t:dgCol title="所属部门" field="sysOrgCode" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="所属公司" field="sysCompanyCode" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="流程状态" field="bpmStatus" hidden="true" queryMode="single" dictionary="bpm_status" width="120"></t:dgCol>
<t:dgCol title="库" field="matLocation" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="库存地点" field="matLocation" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="操作" field="opt" width="100"></t:dgCol>
<t:dgDelOpt title="删除" url="tWzLocationController.do?doDel&id={id}" urlclass="ace_button" urlfont="fa-trash-o"/>
<t:dgToolBar title="录入" icon="icon-add" url="tWzLocationController.do?goAdd" funname="add"></t:dgToolBar>