update:转加工单的禁用

上级 30cec904
...@@ -10,7 +10,6 @@ layui.config({ ...@@ -10,7 +10,6 @@ layui.config({
form = layui.form; form = layui.form;
var id = GetUrlParam("id"); var id = GetUrlParam("id");
// 根据id查询加工单信息 // 根据id查询加工单信息
AjaxPostUtil.request({url: sysMainMation.erpBasePath + "queryMachinForGanttById", params: {id: id}, type: 'json', method: 'GET', callback: function (json) { AjaxPostUtil.request({url: sysMainMation.erpBasePath + "queryMachinForGanttById", params: {id: id}, type: 'json', method: 'GET', callback: function (json) {
console.log(json) console.log(json)
......
...@@ -33,7 +33,7 @@ layui.config({ ...@@ -33,7 +33,7 @@ layui.config({
}, },
// 转的时候隐藏来源单据 // 转的时候隐藏来源单据
loadComponentCallback: function () { loadComponentCallback: function () {
$("div[controlType='productionFromType']").remove(); $("div[controlType='machinFromType']").remove();
}, },
tableAddRowCallback: function (tableId) { tableAddRowCallback: function (tableId) {
$("#addRow" + tableId).remove(); $("#addRow" + tableId).remove();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册