设备保养记录单维护 新增/编辑 时,表头  保养计划编号 未回显, 选择保养计划编号 后,子表保养项信息 未显示
工序进站接收单维护 打开编辑页面后,点击审核 报错
工序出站汇报单维护 打开编辑页面后,点击审核 报错
4个文件已修改
19 ■■■■■ 已修改文件
WebTM/WebTM.csproj 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/设备管理/Sb_EquipMaintainBillEdit.html 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/工序出站汇报单/Cj_StationOutBill.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/工序进站接收单/Cj_StationInBill.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/WebTM.csproj
@@ -1449,7 +1449,6 @@
    <Content Include="views\模治具管理\器具点检规程单\Sc_MouldDotCheckRuleBillList.html" />
    <Content Include="views\模治具管理\器具维修派工单\Sc_MouldRepairSendWorkBillEdit.html" />
    <Content Include="views\模治具管理\器具维修派工单\Sc_MouldRepairSendWorkBillList.html" />
    <Content Include="views\模治具管理\模具处理出库单\Sc_MouldScrapOutBill_PDA.html" />
    <Content Include="views\模治具管理\模具寿命调整单\Sc_MouldLifeChangeBill_PDA.html" />
    <Content Include="views\模治具管理\模具改制入库单\Sc_MouldRepairInBill_PDA.html" />
    <Content Include="views\模治具管理\模具改制出库单\Sc_MouldRepairOutBill_PDA.html" />
@@ -2483,6 +2482,7 @@
    <Folder Include="Files\" />
    <Folder Include="views\仓存管理\调拨单核对\" />
    <Folder Include="views\仓存管理\调拨单稽核\" />
    <Folder Include="views\模治具管理\模具处理出库单\" />
  </ItemGroup>
  <PropertyGroup>
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
WebTM/views/É豸¹ÜÀí/Sb_EquipMaintainBillEdit.html
@@ -82,7 +82,7 @@
                                                    <input type="hidden" name="HEquipMaintainPlanEntryID" id="HEquipMaintainPlanEntryID" class="layui-input" value="0" style="float:left;width:150px;">
                                                    <input type="hidden" name="HEquipMaintainPlanInterID" id="HEquipMaintainPlanInterID" class="layui-input" value="0" style="float:left;width:150px;">
                                                    <input type="text" name="HPlanName" id="HPlanName" class="layui-input" value="" style="float:left;width:150px;background-color:#efefef4d;" readonly">
                                                    <button type="button" lay-submit="" class="layui-btn" lay-filter="HPlanList" style="width:40px;">
                                                    <button type="button" lay-submit="" class="layui-btn" lay-filter="HPlanList" id="HPlanList" style="width:40px;">
                                                        <i class="layui-icon layui-icon-search layuiadmin-button-btn" style="margin-left:-9px;"></i>
                                                    </button>
                                                </div>
@@ -527,7 +527,7 @@
            //选择保养计划源单的时候带出数据
            function get_MaintainItem3() {
                var HPlanID = $("#HPlanNo").val() //保养计划ID
                var HPlanID = $("#HEquipMaintainPlanInterID").val() //保养计划ID
                var HDate = $("#HDate").val(); //当天日期
                $.ajax({
@@ -612,7 +612,7 @@
                            return layer.msg('请选择数据');
                        }
                        $("#HPlanName").val(checkStatus.data[0].单据号);
                        $("#HPlanNo").val(checkStatus.data[0].hmainid);
                        $("#HPlanNo").val(checkStatus.data[0].单据号);
                        $("#HEquipMaintainPlanInterID").val(checkStatus.data[0].hmainid);         
                        $("#HEquipName").val(checkStatus.data[0].设备名称);
                        $("#HEquipID").val(checkStatus.data[0].HEquipID);
@@ -829,6 +829,8 @@
            }
            //编辑
            function set_EditFromGrid(linterid) {
                //禁止选择
                $('#HPlanList').addClass("layui-btn-disabled").attr("disabled", true);
                set_EditForm(linterid);  //编辑获取表头
                set_EditGrid(linterid);  //编辑获取表体
                option.data = [{ "HMaintainItemID": 0, "HMaintainItemNumber": " ", "HMaintainItem": " ", "HMaintainPart": " ", "HClaim": " ", "HManagerID": "0 ", "HManagerNumber": " ", "HManagerName": " ", "HRemark": " " }];
@@ -860,6 +862,7 @@
                                , "HEndDate": data.结束日期                //
                                , "HPlanName": data.保养计划  
                                , "HPlanNo": data.保养计划编号                //
                                , "HPlanName": data.保养计划编号                //
                                , "HRemark": data.表头备注                //备注
                                , "HEquipMaintainRuleInterID": data.HEquipMaintainRuleInterID                //备注
                                , "HEquipMaintainRuleInterNo": data.设备保养规程                //备注
WebTM/views/³µ¼ä¹ÜÀí/¹¤Ðò³öÕ¾»ã±¨µ¥/Cj_StationOutBill.html
@@ -1952,7 +1952,7 @@
                $.ajax({
                    type: "GET",
                    url: GetWEBURL() + "/Cj_StationOutBill/set_CheckBill",
                    data: { "HInterID": linterid, "CurUserName": sessionStorage["HUserName"] },
                    data: { "HInterID": linterid, "CurUserName": sessionStorage["HUserName"], "HBillSubType": "3791"},
                    success: function (result) {
                        if (result.count == 1) {
                            layer.alert(result.Message, { icon: 6 });
@@ -1983,7 +1983,7 @@
                $.ajax({
                    type: "GET",
                    url: GetWEBURL() + "/Cj_StationOutBill/set_AbandonCheck",
                    data: { "HInterID": linterid, "CurUserName": sessionStorage["HUserName"] },
                    data: { "HInterID": linterid, "CurUserName": sessionStorage["HUserName"], "HBillSubType": "3791"},
                    success: function (result) {
                        if (result.count == 1) {
                            layer.alert(result.Message, { icon: 6 });
WebTM/views/³µ¼ä¹ÜÀí/¹¤Ðò½øÕ¾½ÓÊÕµ¥/Cj_StationInBill.html
@@ -747,7 +747,7 @@
                $.ajax({
                    type: "GET",
                    url: GetWEBURL() + "/Cj_StationInBill/set_CheckBill",
                    data: { "HInterID": linterid, "CurUserName": sessionStorage["HUserName"] },
                    data: { "HInterID": linterid, "CurUserName": sessionStorage["HUserName"], "HBillSubType":"3792" },
                    success: function (result) {
                        if (result.count == 1) {
                            layer.alert(result.Message, { icon: 6 });
@@ -771,7 +771,7 @@
                $.ajax({
                    type: "GET",
                    url: GetWEBURL() + "/Cj_StationInBill/set_AbandonCheck",
                    data: { "HInterID": linterid, "CurUserName": sessionStorage["HUserName"] },
                    data: { "HInterID": linterid, "CurUserName": sessionStorage["HUserName"], "HBillSubType": "3792"},
                    success: function (result) {
                        if (result.count == 1) {
                            layer.alert(result.Message, { icon: 6 });