yangle
2024-07-11 46aec6e8d415403329fc48801b11f5330cdffd99
WebTM/views/Éú²ú¹ÜÀí/Éú²ú¼Æ»®Æ½Ì¨/Sc_ICMOSortBillList.html
@@ -43,8 +43,8 @@
                                    <label class="layui-form-label" style="width: 85px;">生产组织</label>
                                    <div class="layui-input-block" style="margin-left: 120px; width: 185px;">
                                        <select name="Organization" id="Organization" lay-verify="Organization">-->
                                            <!--动态渲染组织-->
                                        <!--</select>
                                <!--动态渲染组织-->
                                <!--</select>
                                    </div>
                                </div>-->
                                <div class="layui-inline">
@@ -88,7 +88,7 @@
        base: '../../../layuiadmin/' //静态资源所在路径
    }).extend({
        index: 'lib/index', //主入口模块
    }).use(['tree', 'index', 'form', 'table', 'element', 'laypage', 'laydate', 'util','soulTable'], function () {
    }).use(['tree', 'index', 'form', 'table', 'element', 'laypage', 'laydate', 'util', 'soulTable'], function () {
        //#region å…¬ç”¨å˜é‡
        var $ = layui.$
            , admin = layui.admin
@@ -202,27 +202,27 @@
                }
                , cols: [[
                    { type: 'checkbox', fixed: 'left' }
                    , { field: 'HMainID', title: 'hmainid', hide: true, sort: true}
                    , { field: '部门代码', title: '部门代码', width: 100, sort: true}
                    , { field: '部门名称', title: '部门名称', width: 120, sort: true}
                    , { field: '资源代码', title: '资源代码', sort: true}
                    , { field: '日期', title: '日期', sort: true}
                    , { field: '状态', title: '状态', sort: true}
                    , { field: '生产任务单号', title: '生产任务单号', sort: true}
                    , { field: '产品代码', title: '产品代码', sort: true}
                    , { field: '产品名称', title: '产品名称', sort: true}
                    , { field: '单位名称', title: '单位名称', sort: true}
                    , { field: '本日计划', title: '本日计划', sort: true, totalRow: true}
                    , { field: '备料状态', title: '备料状态', sort: true}
                    , { field: '仓库确认', title: '仓库确认', sort: true}
                    , { field: '仓库确认时间', title: '仓库确认时间', sort: true}
                    , { field: '执行确认', title: '执行确认', sort: true}
                    , { field: '执行确认时间', title: '执行确认时间', sort: true}
                    , { field: '本日完工', title: '本日完工', sort: true, totalRow: true}
                    , { field: '总计划数', title: '总计划数', sort: true, totalRow: true}
                    , { field: '完工数', title: '完工数', sort: true, totalRow: true}
                    , { field: '完工标记', title: '完工标记', sort: true}
                    , { field: '优先级', title: '优先级', sort: true}
                    , { field: 'HMainID', title: 'hmainid', hide: true, sort: true }
                    , { field: '部门代码', title: '部门代码', width: 100, sort: true }
                    , { field: '部门名称', title: '部门名称', width: 120, sort: true }
                    , { field: '资源代码', title: '资源代码', sort: true }
                    , { field: '日期', title: '日期', sort: true }
                    , { field: '状态', title: '状态', sort: true }
                    , { field: '生产任务单号', title: '生产任务单号', sort: true }
                    , { field: '产品代码', title: '产品代码', sort: true }
                    , { field: '产品名称', title: '产品名称', sort: true }
                    , { field: '单位名称', title: '单位名称', sort: true }
                    , { field: '本日计划', title: '本日计划', sort: true, totalRow: true }
                    , { field: '备料状态', title: '备料状态', sort: true }
                    , { field: '仓库确认', title: '仓库确认', sort: true }
                    , { field: '仓库确认时间', title: '仓库确认时间', sort: true }
                    , { field: '执行确认', title: '执行确认', sort: true }
                    , { field: '执行确认时间', title: '执行确认时间', sort: true }
                    , { field: '本日完工', title: '本日完工', sort: true, totalRow: true }
                    , { field: '总计划数', title: '总计划数', sort: true, totalRow: true }
                    , { field: '完工数', title: '完工数', sort: true, totalRow: true }
                    , { field: '完工标记', title: '完工标记', sort: true }
                    , { field: '优先级', title: '优先级', sort: true }
                ]]
            };
        }
@@ -332,7 +332,7 @@
                }
            });
        })
            //#endregion
        //#endregion
        //#region é‡ç½®è¿‡æ»¤æ¡ä»¶æ–¹æ³•
        function set_ClearQuery() {
@@ -390,7 +390,7 @@
                $.ajax({
                    url: GetWEBURL() + '/JIT_ICMOSortBill/JIT_ICMOSortBillCheck',
                    type: "GET",
                    data: { "HSourceID": HSourceID, "HICMOInterID": HICMOInterID, "HDate": HDate, "HStatus": staus, "user": sessionStorage["HUserName"]},
                    data: { "HSourceID": HSourceID, "HICMOInterID": HICMOInterID, "HDate": HDate, "HStatus": staus, "user": sessionStorage["HUserName"] },
                    success: function (result) {
                        if (result.count == 1) {
                            layer.msg(result.Message);