1
wtt
2024-10-08 7d88000ed19beab7b7411d7b64fd5e7e9916da2d
1
4个文件已修改
62 ■■■■■ 已修改文件
WebTM/WebTM.csproj.user 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/公共页面/Kf_SourceBillEditDlg_PDA.html 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/质量报表/QC_EquipMentCollectionTechParam.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/工序流转/MES_StationOutBill_PDA.html 42 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/WebTM.csproj.user
@@ -3,7 +3,7 @@
  <PropertyGroup>
    <NameOfLastUsedPublishProfile>C:\Users\86130\Desktop\智云迈思\MES-WEB-LayUI\WebTM\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
    <ProjectView>ProjectFiles</ProjectView>
    <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
    <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
    <UseIISExpress>true</UseIISExpress>
    <Use64BitIISExpress />
    <IISExpressSSLPort />
WebTM/views/¹«¹²Ò³Ãæ/Kf_SourceBillEditDlg_PDA.html
@@ -46,6 +46,14 @@
                                <input type="text" name="HMater" id="HMater" lay-verify="HMater" onkeyup="value=value.replace(/\s+/g,'')" autocomplete="off" class="layui-input" onfocus="this.select();">
                            </div>
                        </div>
                        <div class="layui-row">
                            <div class="layui-col-xs3">
                                <label class="layui-form-label" style="width:60px;padding-left:0px;">关联项</label>
                            </div>
                            <div class="layui-col-xs9">
                                <input type="text" name="HCustom" id="HCustom" lay-verify="HCustom" onkeyup="value=value.replace(/\s+/g,'')" autocomplete="off" class="layui-input" onfocus="this.select();">
                            </div>
                        </div>
                        <div class="layui-row" style="margin-top: 10px; margin-bottom: 10px; float: right;">
                            <button type="button" lay-submit="" lay-filter="cmdQuery" class="layui-btn" id="cmdQuery">查询</button>
                            <button type="button" lay-submit="" lay-filter="cmdOK" class="layui-btn" id="cmdOK">返回</button>
@@ -93,6 +101,7 @@
            var HMaker = sessionStorage["HUserName"]
            var HSourceBillNo = "";
            var HMater = "";
            var HCustom = "";
            var listOption = [];
            var columns = "";
            var HModName = "Kf_SourceBillEditDlg_PDA";
@@ -186,6 +195,7 @@
            form.on('submit(cmdQuery)', function () {
                HSourceBillNo = $("#HSourceBillNo").val();
                HMater = $("#HMater").val();
                HCustom = $("#HCustom").val();
                //显示物料列表信息
                DisBillEntryList();
            });
@@ -223,7 +233,7 @@
                    type: "GET",
                    url: GetWEBURL() + '/WEBSController/GetSourceBillList_Json',
                    async: true,    //async用于控制(false)同步和(true)异步,默认的是true,即请求默认的是异步请求
                    data: { "HBillType": HBillType, "HSourceBillType": HSourceBillType, "HStockOrgID": HStockOrgID, "HSourceBillNo": HSourceBillNo, "HMater": HMater },
                    data: { "HBillType": HBillType, "HSourceBillType": HSourceBillType, "HStockOrgID": HStockOrgID, "HSourceBillNo": HSourceBillNo, "HMater": HMater, "HCustom": HCustom },
                    success: function (result) {
                        if (result.count == 1) { // è¯´æ˜ŽéªŒè¯æˆåŠŸäº†ï¼Œ
                            var data = [];
WebTM/views/ÖÊÁ¿¹ÜÀí/ÖÊÁ¿±¨±í/QC_EquipMentCollectionTechParam.html
@@ -448,7 +448,7 @@
                            type: 'line',
                            label: {
                                show: true,
                                formatter: '{c}%'
                                formatter: '{c}'
                            },
                            tooltip: {
                                valueFormatter: function (value) {
@@ -470,7 +470,7 @@
                            type: 'line',
                            label: {
                                show: true,
                                formatter: '{c}%'
                                formatter: '{c}'
                            },
                            tooltip: {
                                valueFormatter: function (value) {
@@ -492,7 +492,7 @@
                            type: 'line',
                            label: {
                                show: true,
                                formatter: '{c}%'
                                formatter: '{c}'
                            },
                            tooltip: {
                                valueFormatter: function (value) {
WebTM/views/³µ¼ä¹ÜÀí/¹¤ÐòÁ÷ת/MES_StationOutBill_PDA.html
@@ -803,21 +803,12 @@
                                        toolbar: '#toolbarDemo'
                                        , where: { HProcExchHinteID: HProcExchHinteID }
                                        , cols: [[
                                            { type: 'numbers', title: '序号', totalRow: true }
                                            , { field: 'HOrderProcNO', title: '订单跟踪号', edit: 'text' }
                                            , { field: 'hbillno', title: '流转卡号', hide: true }
                                            , { field: 'HICMOBillNo', title: '生产订单号', edit: 'text' }
                                            , { field: '产品代码', title: '产品代码' }
                                            , { field: '产品名称', title: '产品名称', edit: 'text' }
                                            , { field: '流转卡数量', title: '流转卡数量' }
                                            , { field: '流水号', title: '流水号', edit: 'text' }
                                            , { field: '工序名称', title: '工序名称' }
                                            , { field: '工作中心', title: '工作中心' }
                                            , { field: '是否委外', title: '是否委外', edit: 'text' }
                                            , { field: '供应商', title: '供应商' }
                                            , { field: '计划数量', title: '计划数量' }
                                            , { field: '进站数量', title: '进站数量', edit: 'text' }
                                            , { field: '出站数量', title: '出站数量' }
                                            { field: '流水号', title: '流水号', hide: true }
                                            , { field: '工序名称', title: '工序名称', width: 180 }
                                            , { field: '出站数量', title: '出站数量', width: 90 }
                                            , { field: '流转卡数量', title: '流转卡数量', width: 100 }
                                            , { field: '工艺参数', title: '工艺参数', hide: true }
                                            , { field: '进站数量', title: '进站数量', hide: true }
                                        ]]
                                        , height: 500
                                    }
@@ -885,21 +876,12 @@
                                        toolbar: '#toolbarDemo'
                                        , where: { HProcExchHinteID: HProcExchHinteID }
                                        , cols: [[
                                            { type: 'numbers', title: '序号', totalRow: true }
                                            , { field: 'HOrderProcNO', title: '订单跟踪号', edit: 'text' }
                                            , { field: 'hbillno', title: '流转卡号', hide: true }
                                            , { field: 'HICMOBillNo', title: '生产订单号', edit: 'text' }
                                            , { field: '产品代码', title: '产品代码' }
                                            , { field: '产品名称', title: '产品名称', edit: 'text' }
                                            , { field: '流转卡数量', title: '流转卡数量' }
                                            , { field: '流水号', title: '流水号', edit: 'text' }
                                            , { field: '工序名称', title: '工序名称' }
                                            , { field: '工作中心', title: '工作中心' }
                                            , { field: '是否委外', title: '是否委外', edit: 'text' }
                                            , { field: '供应商', title: '供应商' }
                                            , { field: '计划数量', title: '计划数量' }
                                            , { field: '进站数量', title: '进站数量', edit: 'text' }
                                            , { field: '出站数量', title: '出站数量' }
                                            { field: '流水号', title: '流水号', hide: true }
                                            , { field: '工序名称', title: '工序名称', width: 180 }
                                            , { field: '出站数量', title: '出站数量', width: 90 }
                                            , { field: '流转卡数量', title: '流转卡数量', width: 100 }
                                            , { field: '工艺参数', title: '工艺参数', hide: true }
                                            , { field: '进站数量', title: '进站数量', hide: true }
                                        ]]
                                        , height: 500
                                    }