From 781ff7da14480982a025a42ca15e741a0d5fc657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-NDCM9L6Q=5C=E7=8E=8B=E4=B8=BD=E9=9B=85?= <1970384016@qq.com> Date: Sat, 20 Jul 2024 11:13:40 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E8=BD=AC=E5=8A=A0=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E7=A6=81=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/template/js/departmentMachining/machiningGantt.js | 1 - .../departmentMachining/productionPlanToDepartmentMachining.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/erp-produce/src/main/resources/template/js/departmentMachining/machiningGantt.js b/erp-produce/src/main/resources/template/js/departmentMachining/machiningGantt.js index 8f3ac86c2..d78bff589 100644 --- a/erp-produce/src/main/resources/template/js/departmentMachining/machiningGantt.js +++ b/erp-produce/src/main/resources/template/js/departmentMachining/machiningGantt.js @@ -10,7 +10,6 @@ layui.config({ form = layui.form; var id = GetUrlParam("id"); - // 根据id查询加工单信息 AjaxPostUtil.request({url: sysMainMation.erpBasePath + "queryMachinForGanttById", params: {id: id}, type: 'json', method: 'GET', callback: function (json) { console.log(json) diff --git a/erp-produce/src/main/resources/template/js/departmentMachining/productionPlanToDepartmentMachining.js b/erp-produce/src/main/resources/template/js/departmentMachining/productionPlanToDepartmentMachining.js index 5ed05b60d..54e5a8c05 100644 --- a/erp-produce/src/main/resources/template/js/departmentMachining/productionPlanToDepartmentMachining.js +++ b/erp-produce/src/main/resources/template/js/departmentMachining/productionPlanToDepartmentMachining.js @@ -33,7 +33,7 @@ layui.config({ }, // 转的时候隐藏来源单据 loadComponentCallback: function () { - $("div[controlType='productionFromType']").remove(); + $("div[controlType='machinFromType']").remove(); }, tableAddRowCallback: function (tableId) { $("#addRow" + tableId).remove(); -- GitLab