| | |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label" style="width: 60px;">批次</label> |
| | | <label class="layui-form-label" style="width: 60px;">进厂编号</label> |
| | | <div class="layui-input-inline"> |
| | | <input type="text" id="LotNo" name="LotNo" placeholder="批次" autocomplete="off" |
| | | <input type="text" id="LotNo" name="LotNo" placeholder="进厂编号" autocomplete="off" |
| | | class="layui-input"> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="layui-input-inline"> |
| | | <select name="PickingArea" id="PickingArea" lay-search> |
| | | <option value=""></option> |
| | | <option value="1">1</option> |
| | | <option value="2">2</option> |
| | | <option value="3">3</option> |
| | | <option value="4">4</option> |
| | | <option value="033">033</option> |
| | | <option value="039">039</option> |
| | | <option value="044">044</option> |
| | | <option value="051">051</option> |
| | | </select> |
| | | </div> |
| | | </div> |
| | |
| | | {field:'SkuNo', title:'物料编码', align:'center', width:105, }, |
| | | {field:'SkuName', title:'物料名称', align:'center', width:125, }, |
| | | {field:'Standard', title:'规格', align:'center', width:225, }, |
| | | {field:'LotNo', title:'批次号', align:'center', width:105, }, |
| | | {field:'LotNo', title:'进厂编号', align:'center', width:105, }, |
| | | {field:'LotText', title:'批次描述', align:'center', width:105, }, |
| | | {field:'SupplierLot', title:'供货批次', align:'center', width:105, }, |
| | | {field:'SupplierLot', title:'原厂批号', align:'center', width:105, }, |
| | | {field: 'CreateUserName', title:'创建人', align:'center', width:100, }, |
| | | {field: 'CreateTime',title: '创建时间',align: 'center',width: 160, templet: '#CreateTimeButton',}, |
| | | {field: 'UpdateUserName',title: '修改人',align: 'center',width: 120,hide:true}, |
| | |
| | | // {field:'SkuNo', title:'物料编码', align:'center', width:105, }, |
| | | // {field:'SkuName', title:'物料名称', align:'center', width:125, }, |
| | | // {field:'Standard', title:'规格', align:'center', width:225, }, |
| | | // {field:'LotNo', title:'批次号', align:'center', width:105, }, |
| | | // {field:'LotNo', title:'进厂编号', align:'center', width:105, }, |
| | | // {field:'LotText', title:'批次描述', align:'center', width:105, }, |
| | | // {field:'SupplierLot', title:'供货批次', align:'center', width:105, }, |
| | | // {field:'SupplierLot', title:'原厂批号', align:'center', width:105, }, |
| | | // {field: 'CreateUserName', title:'创建人', align:'center', width:100, }, |
| | | // {field: 'CreateTime',title: '创建时间',align: 'center',width: 160, templet: '#CreateTimeButton',}, |
| | | // {field: 'UpdateUserName',title: '修改人',align: 'center',width: 120,hide:true}, |
| | |
| | | }); |
| | | }); |
| | | } else if (obj.event === 'finish') {//生成调整单 |
| | | layer.confirm('确定完成此单据吗?', function(index) { |
| | | layer.confirm('确定调整库存吗?', function(index) { |
| | | var param = { |
| | | Id: parseInt(Id), |
| | | Origin:data.Origin |