王 垚
2021-10-12 94eb50749ca47c24333378be84eedff0bf458c8e
采购入库单 领用出库单 退出按钮 往来单位 往来类型显示
4个文件已修改
12 ■■■■ 已修改文件
WebTM/WebTM.csproj 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/模治具管理/模治具仓库管理/Sc_MouldProdInBillEdit.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/模治具管理/模治具仓库管理/Sc_MouldProdInBillList.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/模治具管理/模治具仓库管理/Sc_MouldProdOutBillEdit.html 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/WebTM.csproj
@@ -599,6 +599,7 @@
    <Content Include="views\模治具管理\模治具仓库管理\Sc_MouldProdInBillEdit.html" />
    <Content Include="views\模治具管理\模治具仓库管理\Sc_MouldProdInBillList.html" />
    <Content Include="views\模治具管理\模治具仓库管理\Sc_MouldProdMoveBill.html" />
    <Content Include="views\模治具管理\模治具仓库管理\Sc_MouldProdOutBillEdit.html" />
    <Content Include="views\模治具管理\模治具仓库管理\Sc_MouldRepairChangeBillEdit.html" />
    <Content Include="views\模治具管理\模治具仓库管理\Sc_MouldRepairChangeBillList.html" />
    <Content Include="views\模治具管理\模治具仓库管理\Sc_MouldRepairInBillEdit.html" />
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξֿ߲â¹ÜÀí/Sc_MouldProdInBillEdit.html
@@ -199,6 +199,7 @@
            var OperationType = 1;//操作类型
            var closeType = 2;  //关闭类型
        } else {
            debugger;
            var OperationType = params[params[0]];//操作类型
            var linterid = params[params[1]];//源单id
            var HSouceBillType = params[params[2]];//源单类型
@@ -737,6 +738,9 @@
                                , "XDH": ""                               //选单号
                                , "HExplanation": data.摘要              //摘要
                                , "HRemark": data.表头备注                    //备注
                                , "HSupTypeID": data.往来类型                             //选单号
                                , "HSupName": data.往来单位              //摘要
                                , "HSupID": data.HSupID                    //备注
                            });
                        } else {
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξֿ߲â¹ÜÀí/Sc_MouldProdInBillList.html
@@ -293,7 +293,7 @@
                    shift: 2,
                    area: ['100%', '100%'],
                    maxmin: true,
                    content: '../模治具仓库管理/Sc_MouldProdInBillEdit.html?OperationType=1&linterid=&HSouceBillType=',
                    content: '../模治具仓库管理/Sc_MouldProdInBillEdit.html?OperationType=1&linterid=&HSouceBillType=0&closeType=1',
                    end: function () {
                        //刷新页面,
                        get_FastQuery(table, option);
@@ -318,7 +318,7 @@
                        , shade: 0.6 //遮罩透明度
                        , maxmin: true //允许全屏最小化
                        , anim: 0 //0-6的动画形式,-1不开启
                        , content: '../模治具仓库管理/Sc_MouldProdInBillEdit.html?OperationType=3&linterid=' + linterid + '&HSouceBillType='
                        , content: '../模治具仓库管理/Sc_MouldProdInBillEdit.html?OperationType=3&linterid=' + linterid + '&HSouceBillType=0&closeType=1'
                        , resize: false,
                        end: function () {
                            get_FastQuery(table, option);
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξֿ߲â¹ÜÀí/Sc_MouldProdOutBillEdit.html
@@ -579,6 +579,9 @@
                                , "XDH": ""                               //选单号
                                , "HExplanation": data.摘要              //摘要
                                , "HRemark": data.表头备注                    //备注
                                , "HSupTypeID": data.往来类型                             //选单号
                                , "HSupName": data.往来单位              //摘要
                                , "HSupID": data.HSupID                    //备注
                            });
                        } else {