Commit 21dd3672 by chongli

公司后台系统修改库存和创建库存混淆容易造成库存问题修复

parent 4abd9a76
...@@ -49,7 +49,11 @@ ...@@ -49,7 +49,11 @@
<div id="course_container"> <div id="course_container">
<div class="row-fluid show-grid"> <div class="row-fluid show-grid">
<h3 class="open span12" data-collapse-summary="" aria-expanded="true">库存信息</h3> <#if id??>
<h3 class="open span12" data-collapse-summary="" aria-expanded="true">库存信息</h3>
<#else>
<h3 class="open span12" data-collapse-summary="" aria-expanded="true">库存信息</h3>
</#if>
<div class="feature_content"> <div class="feature_content">
<div class="long_content_div control-group "> <div class="long_content_div control-group ">
...@@ -83,7 +87,14 @@ ...@@ -83,7 +87,14 @@
<@form.textInput "form.used" "class=\"input-medium\" readonly" "已使用库存"/> <@form.textInput "form.used" "class=\"input-medium\" readonly" "已使用库存"/>
</div> </div>
<button type="submit" class="btn btn-primary pull-right bottom_margin">提交</button>
<#if id??>
<button type="submit" class="btn btn-primary pull-right bottom_margin">确定修改</button>
<#else>
<button type="submit" class="btn btn-primary pull-right bottom_margin">确定创建</button>
</#if>
</div> </div>
</div> </div>
......
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 sign in to comment