常熟吴彦祖 6 days ago
parent
commit
245e3ff0c6
  1. 4
      src/main/resources/static/js/pdaOther/bagStockOtherOut.js
  2. 10
      src/main/resources/templates/pdaOther/bagStockOtherOut.ftl

4
src/main/resources/static/js/pdaOther/bagStockOtherOut.js

@ -187,6 +187,10 @@ function clearAll(){
}
function saveData(){
if ($("#remark").val()==null||$("#remark").val()=="") {
layer.msg("请选择原因");
return;
}
if (!tableList || tableList.length === 0) {
layer.msg("请先扫描并添加出库明细");
return;

10
src/main/resources/templates/pdaOther/bagStockOtherOut.ftl

@ -88,11 +88,17 @@
<input id="wareHouse" disabled type="text" class="form-input-2" >
</div>
<div autocomplete="off" style="margin-left: 27px;width: 48px;height: 24px;margin-top: 5px;">
<label class="ivu-form-item-label" >备注</label>
<label class="ivu-form-item-label" >原因</label>
</div>
<div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
<input id="remark" type="text" class="form-input-2" >
<#-- <input id="remark" type="text" class="form-input-2" >-->
<select id="remark" class="form-input-2" >
<option value="产品过期报废">产品过期报废</option>
<option value="产品变更报废">产品变更报废</option>
<option value="产品质量问题报废">产品质量问题报废</option>
<option value="产品库存丢失">产品库存丢失</option>
</select>
</div>
<div class="ivu-row" style="margin-top: 10px;">

Loading…
Cancel
Save