1
duhe
2023-11-03 e6cf55b13c472954c8ff3bc65f89b3e124cdc752
WebTM/views/Éú²ú¹¤Ðò¹ÜÀí/¹¤Ðò»ã±¨µ¥/Sc_ProcessReportList.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>生产工序汇报单列表</title>
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
@@ -9,7 +9,8 @@
    <link rel="stylesheet" href="../../../layuiadmin/layui/css/layui.css" media="all">
    <link rel="stylesheet" href="../../../layuiadmin/style/admin.css" media="all">
    <script src="../../../layuiadmin/layui/layui.js"></script>
    <script src="../../../layuiadmin/soulTable.slim.js"></script>
</head>
<body>
    <div class="layui-fluid">
@@ -93,7 +94,7 @@
            base: '../../../layuiadmin/' //静态资源所在路径
        }).extend({
            index: 'lib/index', //主入口模块
        }).use(['index', 'form', 'table', 'element', 'laypage','laydate'], function () {
        }).use(['index', 'form', 'table', 'element', 'laypage', 'laydate','soulTable'], function () {
            var $ = layui.$
            , admin = layui.admin
            , layer = layui.layer
@@ -102,6 +103,7 @@
            , element = layui.element
            , laypage = layui.laypage
            , laydate = layui.laydate
            , soulTable = layui.soulTable
            //var sWhere = " äº§å“ä»£ç  = 'BX0002'";
            var sWhere = "";
@@ -112,6 +114,9 @@
                , cellMinWidth: 90
                , limit: 50
                , limits: [50, 500, 5000, 20000]
                , done: function (res, curr, count) {
                    soulTable.render(this);
                }
                , cols: [[
                    //{ field: 'hmainid', title: 'hmainid', sort: true, width: 165 }
                    { type: 'checkbox', fixed: 'left' }
@@ -119,53 +124,53 @@
                    , { field: 'hmainid ', title: 'hmainid', width: 105, sort: true, fixed: true, hide: true }
                    ,{ field: '日期', title: '日期', sort: true, width: 120 }
                    , { field: '单据号', title: '单据号', sort: true, width: 170 }
                    , { field: 'HDeptID', title: '部门ID', width: 115 }
                    , { field: '部门', title: '部门' }
                    , { field: 'HMaterID', title: 'HMaterID' }
                    , { field: '物料代码', title: '物料代码', width: 160 }
                    , { field: '物料名称', title: '物料名称', width: 160 }
                    , { field: '规格型号 ', title: '规格型号', width: 215 }
                    ////, { field: 'hunitid', title: 'hunitid' }
                    , { field: 'HUnitID ', title: 'HUnitID ', width: 115 }
                    , { field: '单位代码', title: '单位代码' }
                    ////, { field: 'hempid', title: 'hempid' }
                    , { field: '单位名称', title: '单位名称', width: 100 }
                    , { field: '表头备注', title: '表头备注' }
                    , { field: 'hsubid', title: 'hsubid' }
                    , { field: 'HEmpID', title: 'HEmpID' }
                    , { field: '职员', title: '职员' }
                    ////, { field: 'HCenterID', title: 'HCenterID' }
                    , { field: '工序', title: '工序' }
                    , { field: '单价 ', title: '单价' }
                    ////, { field: 'hbomid', title: 'hbomid' }
                    , { field: '数量', title: '数量' }
                    ////, { field: 'HRoutingInterID', title: 'HRoutingInterID' }
                    , { field: '不良数量', title: '不良数量' }
                    , { field: '报废数', title: '报废数' }
                    , { field: '表体备注', title: '表体备注' }
                    , { field: '制单人', title: '制单人' }
                    , { field: '制单日期', title: '制单日期' }
                    , { field: '审核人', title: '审核人' }
                    , { field: '审核日期', title: '审核日期' }
                    , { field: '修改人', title: '修改人' }
                    , { field: '修改日期', title: '修改日期' }
                    , { field: '关闭人', title: '关闭人' }
                    , { field: '关闭日期', title: '关闭日期' }
                    ////, { field: 'hsubid', title: 'hsubid' }
                    , { field: '作废人', title: '作废人' }
                    , { field: '作废日期', title: '作废日期' }
                    , { field: '源单主内码', title: '源单主内码' }
                    , { field: '源单子内码', title: '源单子内码' }
                    , { field: '源单单号', title: '源单单号' }
                    , { field: '源单类型', title: '源单类型' }
                    , { field: '行关闭人', title: '行关闭人' }
                    , { field: 'HBillType', title: 'HBillType' }
                    , { field: 'HBillSubType', title: 'HBillSubType' }
                    , { field: 'HICMOInterID', title: 'HICMOInterID' }
                    , { field: '任务单号', title: '任务单号' }
                    , { field: 'HSourceID', title: 'HSourceID' }
                    , { field: '生产资源代码', title: '生产资源代码' }
                    , { field: '生产资源', title: '生产资源' }
                    , { field: 'HDeptID', title: '部门ID', width: 115, sort: true }
                    , { field: '部门', title: '部门', sort: true }
                    , { field: 'HMaterID', title: 'HMaterID', sort: true }
                    , { field: '物料代码', title: '物料代码', width: 160, sort: true }
                    , { field: '物料名称', title: '物料名称', width: 160, sort: true }
                    , { field: '规格型号 ', title: '规格型号', width: 215, sort: true }
                    ////, { field: 'hunitid', title: 'hunitid' , sort: true}
                    , { field: 'HUnitID ', title: 'HUnitID ', width: 115, sort: true }
                    , { field: '单位代码', title: '单位代码', sort: true }
                    ////, { field: 'hempid', title: 'hempid' , sort: true}
                    , { field: '单位名称', title: '单位名称', width: 100, sort: true }
                    , { field: '表头备注', title: '表头备注', sort: true }
                    , { field: 'hsubid', title: 'hsubid', sort: true }
                    , { field: 'HEmpID', title: 'HEmpID', sort: true }
                    , { field: '职员', title: '职员', sort: true }
                    ////, { field: 'HCenterID', title: 'HCenterID' , sort: true}
                    , { field: '工序', title: '工序', sort: true }
                    , { field: '单价 ', title: '单价', sort: true }
                    ////, { field: 'hbomid', title: 'hbomid' , sort: true}
                    , { field: '数量', title: '数量', sort: true }
                    ////, { field: 'HRoutingInterID', title: 'HRoutingInterID' , 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 }
                    , { field: '修改日期', title: '修改日期', sort: true }
                    , { field: '关闭人', title: '关闭人', sort: true }
                    , { field: '关闭日期', title: '关闭日期', sort: true }
                    ////, { field: 'hsubid', title: 'hsubid' , 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: 'HBillType', title: 'HBillType', sort: true }
                    , { field: 'HBillSubType', title: 'HBillSubType', sort: true }
                    , { field: 'HICMOInterID', title: 'HICMOInterID', sort: true }
                    , { field: '任务单号', title: '任务单号', sort: true }
                    , { field: 'HSourceID', title: 'HSourceID', sort: true }
                    , { field: '生产资源代码', title: '生产资源代码', sort: true }
                    , { field: '生产资源', title: '生产资源', sort: true }
                    //, { field: '关闭类型', title: '关闭类型' }
                    //, { field: '单据类型', title: '单据类型' }
                    //, { field: '计划跟踪号', title: '计划跟踪号' }