1
wtt
2025-04-28 3e9c2fb731fc676695e8770b41de553cdb6ac7f4
1
2个文件已修改
8 ■■■■■ 已修改文件
WebTM/views/home/console.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/生产管理/三升排产/JIT_DayPlanPlatForm.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/home/console.html
@@ -303,6 +303,8 @@
                        HTranslationText = data[i].HTranslationText_English;
                    } else if (sessionStorage["HTranSlate"] == "3") {
                        HTranslationText = data[i].HTranslationText_Spain;
                    } else {
                        HTranslationText = data[i].HCaption;
                    }
                    if (i == 0) {
WebTM/views/生产管理/三升排产/JIT_DayPlanPlatForm.html
@@ -2,7 +2,7 @@
<html>
<head>
    <meta charset="utf-8" />
    <title>鐢熶骇璁″垝鎺掍骇</title>
    <title>涓夊崌鐢熶骇璁″垝鎺掍骇</title>
    <link rel="stylesheet" href="../../../layuiadmin/layui/css/layui.css" media="all">
    <link rel="stylesheet" href="../../../layuiadmin/style/admin.css" media="all">
    <link rel="stylesheet" href="../../../layuiadmin/ext/soulTable.css" media="all">
@@ -1852,7 +1852,7 @@
            $.ajax({
                url: GetWEBURL() + '/JIT_DayPlanPlatFormBill/JIT_DayPlanPlatFormBillHinterIDList',
                type: "GET",
                async: false,
                async: true,
                data: { "sWhere": HinterID_S.toString(),"num":1 },
                success: function (data1) {
                    if (data1.count == 1) {
@@ -1918,7 +1918,7 @@
            $.ajax({
                url: GetWEBURL() + '/JIT_DayPlanPlatFormBill/JIT_DayPlanPlatFormBillHinterIDList',
                type: "GET",
                async: false,
                async: true,
                data: { "sWhere": HinterID_S.toString(), "num": 2 },
                success: function (data1) {
                    if (data1.count == 1) {