duhe
2025-07-15 1ce7fa1c227fab4b2a97dd61876db2dfa44cd236
华远:直观图界面调整
3个文件已修改
12 ■■■■ 已修改文件
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/案例代码/华远/HY_HistogramReport.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/案例代码/华远/HY_InterfaceTest.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
@@ -4939,19 +4939,19 @@
      <publishTime>03/28/2024 12:35:12</publishTime>
    </File>
    <File Include="views/条码明细/Kf_BarCodeDetailQuery.html">
      <publishTime>07/14/2025 14:43:14</publishTime>
      <publishTime>07/15/2025 14:07:21</publishTime>
    </File>
    <File Include="views/条码明细/Kf_MateOutBillList_CodeDetail.html">
      <publishTime>09/13/2024 15:42:13</publishTime>
    </File>
    <File Include="views/案例代码/华远/HY_HistogramReport.html">
      <publishTime>06/26/2025 08:14:23</publishTime>
      <publishTime>07/15/2025 14:36:56</publishTime>
    </File>
    <File Include="views/案例代码/华远/HY_HistogramReport_ForPCSCheckNote.html">
      <publishTime>06/23/2025 14:35:05</publishTime>
    </File>
    <File Include="views/案例代码/华远/HY_InterfaceTest.html">
      <publishTime>07/15/2025 10:15:10</publishTime>
      <publishTime>07/15/2025 14:09:07</publishTime>
    </File>
    <File Include="views/案例代码/普通基础资料/Gy_DepartmentEdit.html">
      <publishTime>12/29/2023 11:38:44</publishTime>
WebTM/views/°¸Àý´úÂë/»ªÔ¶/HY_HistogramReport.html
@@ -47,7 +47,7 @@
                                <button class="layui-btn layuiadmin-btn-order" type="button" lay-submit="" lay-filter="btnReSearch" id="btnReSearch" style="padding:0 5px">重置</button>
                            </div>
                        </div>
                        <div id="HistogramReport" style = "background-color: black; height: 2000px; width: 100%; display: flex; justify-content: center;">
                        <div id="HistogramReport" style = "background-color: black; height: 2000px; width: 100%; display: flex; flex-direction: column; align-items:center;">
                        </div>
                    </form>
@@ -254,7 +254,7 @@
                            var HContainerElement_Set = document.createElement('div');                              //set容器
                            HContainerElement_Set.id = data[i]["HSetNo"];                                           //set容器的id为set号
                            HContainerElement_Set.className = "layui-inline";
                            HContainerElement_Set.style = "margin-left:20px;margin-top:50px;";
                            HContainerElement_Set.style = "margin-left:20px;margin-top:20px;";
                            //将set容器添加到直方图容器对象中
                            HContainerElement.appendChild(HContainerElement_Set);
WebTM/views/°¸Àý´úÂë/»ªÔ¶/HY_InterfaceTest.html
@@ -558,7 +558,7 @@
            //#region ç‚¬æ£®VRS内层申请PNL条码
            function VRSInner_getBarCodeBill_PNL() {
                var HLayOutName = "测试";
                var HLayOutName = "最新测试";
                $.ajax({
                    url: GetWEBURL() + '/VRSInner/VRSInner_getBarCodeBill_PNL'
                    , async: false