智云SRM-LAYUI(夏宝服务器版本)
王 垚
2021-12-29 db34c41cbb3df2c21b57d10bbe83ea206d9428d6
WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_POOrderBill.html
@@ -259,8 +259,7 @@
        RoadBillMain(linterid);
        RoadBillSub(linterid);
            // debugger;
        function RoadBillMain(linterid)
        {
            function RoadBillMain(linterid) {
        $.ajax({
            url: GetWEBURL()+"GetPOOrderShowBillMain",
            type: "GET",
@@ -335,16 +334,17 @@
            layer.load(3)
            table.render({
                elem: '#mainTable'
              , url:  GetWEBURL()+'GetPOOrderShowBillSub'
                , url: GetWEBURL() + 'GetPOOrderShowBillSub'  //H_v_SRM_POOrderBillSub_ForWeb
                , toolbar: '#toolbarDemo' //开启头部工具栏,并为其绑定左侧模板
                , defaultToolbar: ['filter', 'exports']
              , where: { sMsg: linterid }
              ,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 }