智云SRM-LAYUI(夏宝服务器版本)
王 垚
2021-12-29 db34c41cbb3df2c21b57d10bbe83ea206d9428d6
WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_EntrustOrderBill.html
@@ -259,10 +259,9 @@
        RoadBillMain(linterid);
        RoadBillSub(linterid);
            // debugger;
        function RoadBillMain(linterid)
        {
            function RoadBillMain(linterid) {
        $.ajax({
            url: GetWEBURL()+"GetEntrustOrderShowBillMain",
                    url: GetWEBURL() + "GetEntrustOrderShowBillMain",  //H_v_SRM_EntrustOrderBillMain_ForWeb
            type: "GET",
            data: { "sMsg": linterid },
            success: function (d) {
@@ -298,7 +297,7 @@
        function RoadBillSub(linterid) {
            $.ajax({
                type: "get",
                url: GetWEBURL()+"GetEntrustOrderShowBillSub",
                    url: GetWEBURL() + "GetEntrustOrderShowBillSub",//[h_v_srm_EntrustOrderBillSub_ForWeb2]
                async: true,
                data: { sMsg: linterid },
                success: function (result) {
@@ -342,9 +341,10 @@
              ,cols: [[
                , { field: 'HMTONO', title: '计划跟踪单号', width: 100, sort: true, fixed: true , hide: true }
                , { field: 'HMaterID', title: '物料ID', width: 100,  hide: true }
                , { field: 'HMaterNumber', title: '物料代码', width: 200 }
                , { field: 'HMaterName', title: '物料名称', width: 200 }
                , { field: 'HMaterModel', title: '规格型号', width: 200 }
                    , { field: 'HMaterShortNumber', title: '物料编码', width: 120 }
                    , { field: 'HMaterNumber', title: '物料代码', width: 120 }
                    , { field: 'HMaterName', title: '物料名称', width: 120 }
                    , { field: 'HMaterModel', title: '规格型号', width: 120 }
                , { field: 'HUnitName', title: '计量单位', width: 100 }
                , { field: 'HUnitNumber', title: '计量单位代码', width: 100,  hide: true }
                , { field: 'HUnitID', title: '计量单位ID', width: 100,  hide: true }