mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-02-23 06:53:10 +08:00
Merge branch 'master' of gitee.com:doc_wei01_admin/erp-pro
This commit is contained in:
commit
9d54832886
3 changed files with 22 additions and 21 deletions
|
@ -62,10 +62,10 @@
|
|||
)VALUES(
|
||||
#{id},
|
||||
#{name},
|
||||
<if test="address != '' and address != null">#{address},
|
||||
<if test="address != '' and address != null">
|
||||
#{address},
|
||||
</if>
|
||||
<if test="
|
||||
warehousing != '' and warehousing != null">
|
||||
<if test="warehousing != '' and warehousing != null">
|
||||
#{warehousing},
|
||||
</if>
|
||||
<if test="truckage != '' and truckage != null">
|
||||
|
|
|
@ -70,7 +70,7 @@ layui.config({
|
|||
rowId = data.id;
|
||||
_openNewWindows({
|
||||
url: "../../tpl/storehouse/storehouseedit.html",
|
||||
title: "编辑用户",
|
||||
title: "编辑仓库",
|
||||
pageId: "storehouseedit",
|
||||
area: ['90vw', '90vh'],
|
||||
callBack: function(refreshCode){
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<div class="layui-input-inline">
|
||||
<input type="text" id="houseName" name="houseName" placeholder="请输入仓库名称" class="layui-input" />
|
||||
</div>
|
||||
<button type="reset" class="layui-btn layui-btn-primary list-form-search">重置</button>
|
||||
<button class="layui-btn list-form-search" lay-submit lay-filter="formSearch">搜索</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue