mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-02-22 14:33:02 +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
|
@ -56,27 +56,27 @@
|
|||
<if test="principal != '' and principal != null">
|
||||
principal,
|
||||
</if>
|
||||
tenant_id,
|
||||
is_default,
|
||||
create_time
|
||||
tenant_id,
|
||||
is_default,
|
||||
create_time
|
||||
)VALUES(
|
||||
#{id},
|
||||
#{name},
|
||||
<if test="address != '' and address != null">#{address},
|
||||
</if>
|
||||
<if test="
|
||||
warehousing != '' and warehousing != null">
|
||||
#{warehousing},
|
||||
</if>
|
||||
<if test="truckage != '' and truckage != null">
|
||||
#{truckage},
|
||||
</if>
|
||||
<if test="remark != '' and remark != null">
|
||||
#{remark},
|
||||
</if>
|
||||
<if test="principal != '' and principal != null">
|
||||
#{principal},
|
||||
</if>
|
||||
#{id},
|
||||
#{name},
|
||||
<if test="address != '' and address != null">
|
||||
#{address},
|
||||
</if>
|
||||
<if test="warehousing != '' and warehousing != null">
|
||||
#{warehousing},
|
||||
</if>
|
||||
<if test="truckage != '' and truckage != null">
|
||||
#{truckage},
|
||||
</if>
|
||||
<if test="remark != '' and remark != null">
|
||||
#{remark},
|
||||
</if>
|
||||
<if test="principal != '' and principal != null">
|
||||
#{principal},
|
||||
</if>
|
||||
#{userId},
|
||||
#{isDefault},
|
||||
#{createTime}
|
||||
|
|
|
@ -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