wangyi
7 天以前 e27bbbc05bccc103e1fdfaf30414997aeabbdf84
增加了车辆轨迹表编辑和列表和条码主档的链接页面
2个文件已修改
9 ■■■■■ 已修改文件
WebTM/views/工资管理/阶梯工价系数/Gy_SteppedPriceCoefficientBillEdit.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/工资管理/阶梯工价系数/Gy_SteppedPriceCoefficientBillList.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/¹¤×ʹÜÀí/½×Ìݹ¤¼ÛϵÊý/Gy_SteppedPriceCoefficientBillEdit.html
@@ -519,11 +519,7 @@
             * æ ¹æ®å·¥åºID设置工序名称(自动填充到输入框)
             * @param {string} processId - å·¥åºID
             */
            function setProcessNameById(processId) {
                if (!processId || processId === "0" || processId === "") {
                    $("#HProcName").val('');
                    return;
                }
                getProcessNameById(processId, function (processName) {
                    if (processName) {
WebTM/views/¹¤×ʹÜÀí/½×Ìݹ¤¼ÛϵÊý/Gy_SteppedPriceCoefficientBillList.html
@@ -199,6 +199,7 @@
        </div>
    </div>
    <script>
        layui.config({
            base: '../../../layuiadmin/' //静态资源所在路径
        }).extend({
@@ -221,7 +222,7 @@
            console.log("GetWEBURL:", typeof GetWEBURL);
            var HModName = "Gy_SteppedPriceCoefficientBillList";
            var HBillType = "GYSTPRICECOEFF";
            var HBillType = "";
            var HMaker = sessionStorage["HUserName"];
            var Organization = sessionStorage["Organization"];