WebTM/views/WMSɨÂëÄ£¿é/ÉÏÁÏ·À´íµ¥/Sc_MaterToSourceBill_PDA.html
@@ -159,7 +159,7 @@
                                    <div class="layui-form-item" style="padding:0px;margin:0px">
                                        <div class="layui-row">
                                            <div class="layui-col-xs2">
                                                <label class="layui-form-label" style="width:60px;padding-left:0px;">单据号</label>
                                                <label class="layui-form-label" style="width:60px;padding-left:0px;">单据号<span style=" color :red">*</span></label>
                                            </div>
                                            <div class="layui-col-xs10">
                                                <input type="text" name="HBillNo" id="HBillNo" lay-verify="HBillNo" autocomplete="off" class="layui-input" style="border-radius: 5px;background-color:#efefef4d;" disabled>
@@ -169,7 +169,7 @@
                                    <div class="layui-form-item" style="padding:0px;margin:0px">
                                        <div class="layui-row">
                                            <div class="layui-col-xs2">
                                                <label class="layui-form-label" style="width:60px;padding-left:0px;">单据ID</label>
                                                <label class="layui-form-label" style="width:60px;padding-left:0px;">单据ID<span style=" color :red">*</span></label>
                                            </div>
                                            <div class="layui-col-xs10">
                                                <input type="text" name="HInterID" id="HInterID" lay-verify="HInterID" value="0" autocomplete="off" class="layui-input" style="border-radius: 5px;background-color:#efefef4d;" disabled>
@@ -333,7 +333,8 @@
                var data = [];
                listOption.cols = [[
                    { field: '条码编号', title: '条码编号', width: 100 }
                    { field: '原材料批次号', title: '原材料批次号', width: 100 }
                    , { field: '条码编号', title: '条码编号', width: 100 }
                    , { field: '物料代码', title: '物料代码', width: 100 }
                    , { field: '物料名称', title: '物料名称', width: 100 }
                    , { field: '规格型号', title: '规格型号', width: 100 }
@@ -1062,10 +1063,12 @@
                        }
                        else {
                            listOption.cols = [[
                                { field: '条码编号', title: '条码编号', width: 100 }
                                { field: '原材料批次号', title: '原材料批次号', width: 100 }
                                ,{ field: '条码编号', title: '条码编号', width: 100 }
                                , { field: '物料代码', title: '物料代码', width: 100 }
                                , { field: '物料名称', title: '物料名称', width: 100 }
                                , { field: '规格型号', title: '规格型号', width: 100 }
                                , { field: '条码数量', title: '条码数量', width: 100 }
                                , { field: '应发数量', title: '应发数量', width: 100 }
                            ]];
                            listOption.data = data;