WebTM/views/Éú²ú¹ÜÀí/±¨¹¤Ì¨¹¤Ðò/²úÁ¿»ã±¨/Sc_ProductReportStepBillList_Web.html
@@ -313,6 +313,7 @@
                    , height: 'full-50'
                    , page: true
                    , cellMinWidth: 90
                    , totalRow: true
                    , limit: 50
                    , limits: [50, 500, 5000, 20000]                   
                    , cols: [[
@@ -394,7 +395,7 @@
                        , { field: 'HProcID', title: 'HProcID', width: 200, hide: true, sort: true }
                        , { field: 'HProcNumber', title: '工序代码', width: 200, sort: true }
                        , { field: 'HProcName', title: '工序名称', width: 200, sort: true }
                        , { field: '汇报数量', title: '汇报数量', width: 200, sort: true }
                        , { field: '汇报数量', title: '汇报数量', width: 200, sort: true, totalRow: true }
                        , { field: '生产订单号', title: '生产订单号', width: 200, sort: true }
                        , { field: 'HICMOInterID', title: '生产订单主ID', width: 200, hide: true, sort: true }
                        , { field: '源单单号', title: '源单单号', width: 200, sort: true }
@@ -584,8 +585,8 @@
                if (checkStatus.data.length === 1) {
                    console.log(data[0]);
                    var HInterID = data[0].HInterID;
                    var HICMOInID = data[0].HSourceInterID;
                    var HICMOEnID = data[0].HSourceEntryID;
                    var HICMOInID = data[0].HICMOInterID;
                    var HICMOEnID = data[0].HICMOEntryID;
                    var HRelationInterID = data[0].HRelationInterID;    
                    if (HRelationInterID == 1) {
                        layer.msg('单据已报检审核无法修改!');