yusijie
2023-04-16 22ae2a27d1f66c6acbb126fdbd3d1446b6837acb
WebTM/views/³µ¼ä¹ÜÀí/¹¤ÐòÁ÷ת/MES_StationOutBill_PDA_QiaoYi.html
@@ -149,7 +149,7 @@
                                            <tr>
                                                <th>当前工序</th>
                                                <td class="bz_td">
                                                    <input type="text" name="HProcName" class="layui-input" id="HProcName" placeholder="当前工序" style="border-radius: 50px;background-color:#efefef4d;height:55px" readonly>
                                                    <input type="text" name="HProcName" class="layui-input" id="HProcName" placeholder="当前工序" style="border-radius: 50px;background-color:#efefef4d;" readonly>
                                                    <input type="hidden" name="HProcID" id="HProcID" value="0" autocomplete="off" class="layui-input">
                                                </td>
                                            </tr>
@@ -164,7 +164,7 @@
                                            <tr>
                                                <th>合格数量</th>
                                                <td class="bz_td">
                                                    <input type="text" name="HQty" class="layui-input" id="HQty" value="0" placeholder="请输入合格数量" style="border-radius: 50px;height:55px">
                                                    <input type="text" name="HQty" class="layui-input" id="HQty" value="0" placeholder="请输入合格数量" style="border-radius: 50px;">
                                                </td>
                                            </tr>
                                            <tr>
@@ -184,14 +184,14 @@
                                            <tr>
                                                <th>产品名称</th>
                                                <td class="bz_td">
                                                    <input type="text" name="HMaterName" class="layui-input" id="HMaterName" placeholder="产品名称" style="border-radius: 50px;background-color:#efefef4d;height:55px" readonly>
                                                    <input type="text" name="HMaterName" class="layui-input" id="HMaterName" placeholder="产品名称" style="border-radius: 50px;background-color:#efefef4d;" readonly>
                                                    <input type="hidden" name="HMaterID" id="HMaterID" value="0" autocomplete="off" class="layui-input">
                                                </td>
                                            </tr>
                                            <tr>
                                                <th>规格型号</th>
                                                <td class="bz_td">
                                                    <input type="text" name="HMaterModel" class="layui-input" id="HMaterModel" placeholder="规格型号" style="border-radius: 50px;background-color:#efefef4d;height:55px" readonly>
                                                    <input type="text" name="HMaterModel" class="layui-input" id="HMaterModel" placeholder="规格型号" style="border-radius: 50px;background-color:#efefef4d;" readonly>
                                                </td>
                                            </tr>
@@ -270,14 +270,14 @@
                                            <tr>
                                                <th>操作员</th>
                                                <td class="bz_td">
                                                    <input type="text" name="HEmpName_second" class="layui-input" id="HEmpName_second" placeholder="操作员姓名" style="background-color:#efefef4d;border-radius: 50px;height:55px" readonly>
                                                    <input type="text" name="HEmpName_second" class="layui-input" id="HEmpName_second" placeholder="操作员姓名" style="background-color:#efefef4d;border-radius: 50px;" readonly>
                                                </td>
                                            </tr>
                                            <tr>
                                                <th>报废数量</th>
                                                <td class="bz_td">
                                                    <input type="text" name="HWasterQty" class="layui-input" id="HWasterQty" value="0" placeholder="请输入报废数量" style="border-radius: 50px;height:55px">
                                                    <input type="text" name="HWasterQty" class="layui-input" id="HWasterQty" value="0" placeholder="请输入报废数量" style="border-radius: 50px;">
                                                </td>
                                            </tr>
                                            <tr>
@@ -384,6 +384,7 @@
                                        </tbody>
                                    </table>
                                </div>
                                <table class="layui-hide" id="mainTable" lay-filter="mainTable"></table>
                            </div>
                            <ul class="layui-tab-title">
                                <li class="layui-this">单据信息</li>
@@ -805,24 +806,14 @@
                                        elem: '#mainTable',
                                        url: GetWEBURL() + "/Cj_StationEntrustInBill/DisBillEntryList",
                                        //, cellMinWidth: 80
                                        toolbar: '#toolbarDemo'
                                        , where: { HProcExchHinteID: HProcExchHinteID }
                                        //toolbar: '#toolbarDemo'
                                        where: { HProcExchHinteID: HProcExchHinteID }
                                        ,limit: 50
                                        , cols: [[
                                            { type: 'numbers', title: '序号', totalRow: true }
                                            , { field: 'HOrderProcNO', title: '订单跟踪号', edit: 'text' }
                                            , { field: 'hbillno', title: '流转卡号', hide: true }
                                            , { field: 'HICMOBillNo', title: '生产订单号', edit: 'text' }
                                            , { field: '产品代码', title: '产品代码' }
                                            , { field: '产品名称', title: '产品名称', edit: 'text' }
                                            , { field: '流转卡数量', title: '流转卡数量' }
                                            , { field: '流水号', title: '流水号', edit: 'text' }
                                            { field: '流水号', title: '流水号' }
                                            , { field: '工序名称', title: '工序名称' }
                                            , { field: '工作中心', title: '工作中心' }
                                            , { field: '是否委外', title: '是否委外', edit: 'text' }
                                            , { field: '供应商', title: '供应商' }
                                            , { field: '计划数量', title: '计划数量' }
                                            , { field: '进站数量', title: '进站数量', edit: 'text' }
                                            , { field: '出站数量', title: '出站数量' }
                                            , { field: '工艺参数', title: '工艺参数' }
                                        ]]
                                        , height: 500
                                    }
@@ -1422,13 +1413,13 @@
                                }
                            });
                            //if (data.Verify == "Y") {
                            //    location.replace('MES_StationOutBill_PDA.html?OperationType=1&linterid=0&HSouceBillType=&HBillNo=&closeType=2');
                            //}
                            //else {
                            //    //保存后浏览
                            //    ReRoadBillMain();
                            //}
                            if (data.Verify == "Y") {
                                location.replace('MES_StationOutBill_PDA_QiaoYi.html?OperationType=1&linterid=0&HSouceBillType=&HBillNo=&closeType=2');
                            }
                            else {
                                //保存后浏览
                                ReRoadBillMain();
                            }
                        }
                        else {
                            layer.close(index);