| | |
| | | <div class="layui-form layui-card-header layuiadmin-card-header-auto" style="border-bottom:1px solid #CCC" id="top"> |
| | | <div class="layui-form-item"> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label" style="width: 70px;">桶条码:</label> |
| | | <label class="layui-form-label" style="width: 70px;">桶号:</label> |
| | | <div class="layui-input-inline"> |
| | | <input type="text" id="PalletNo" name="PalletNo" placeholder="托盘条码" autocomplete="off" class="layui-input"> |
| | | <input type="text" id="PalletNo" name="PalletNo" placeholder="桶号" autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label">条码状态</label> |
| | | <label class="layui-form-label">桶状态</label> |
| | | <div class="layui-input-inline"> |
| | | <select name="Status" id="Status" lay-verify="" lay-search> |
| | | <option value=""></option> |
| | |
| | | title: '桶号', |
| | | align: 'center', |
| | | }, { |
| | | field: 'Standard', |
| | | title: '规格', |
| | | align: 'center', |
| | | }, { |
| | | field: 'Status', |
| | | title: '桶状态', |
| | | align: 'center', |
| | |
| | | default: |
| | | return ""; |
| | | } |
| | | } |
| | | } |
| | | }, { |
| | | field: 'CreateUserName', |
| | | title: '创建人', |
| | |
| | | var param = { |
| | | PalletNo:field.StockCode, |
| | | LocatNo:field.LocatNo, |
| | | DeviceCode:field.DeviceCode |
| | | DeviceCode:field.Status |
| | | }; |
| | | synData(IP + "/Sys/AddPallets", param, 'post', function(res) { |
| | | console.log(res); |