提交 15085de5 编写于 作者: L LAPTOP-UV1MNL38\18023

Merge branch 'company_server' of https://gitee.com/doc_wei01/skyeye into company_server

...@@ -14,37 +14,50 @@ layui.config({ ...@@ -14,37 +14,50 @@ layui.config({
var index = parent.layer.getFrameIndex(window.name); var index = parent.layer.getFrameIndex(window.name);
var $ = layui.$; var $ = layui.$;
var id = GetUrlParam("id"); var id = GetUrlParam("id");
let initFirst = false
// 工序验收
// 工序验收的【编辑布局】
dsFormUtil.initEditPageForStatic('content', 'FP2024071500001', {}, { // 工序验收的【编辑布局】
savePreParams: function (params) { dsFormUtil.initEditPageForStatic('content', 'FP2024071500001', {}, {
}, savePreParams: function (params) {
saveData: function (params) { params.machinProcedureFarmId=id
// 保存数据 },
AjaxPostUtil.request({url: sysMainMation.erpBasePath + "writeMachinProcedureAccept", params: params, type: 'json', method: "POST", callback: function(json) { saveData: function (params) {
parent.layer.close(index); // 保存数据
parent.refreshCode = '0'; AjaxPostUtil.request({url: sysMainMation.erpBasePath + "writeMachinProcedureAccept", params: params, type: 'json', method: "POST", callback: function(json) {
}}); parent.layer.close(index);
}, parent.refreshCode = '0';
// loadComponentCallback: function () { }});
// $("div[controlType='supplier']").remove(); },
// $("div[controlType='purchaseDeliveryFromType']").remove(); // loadComponentCallback: function () {
// }, // $("div[controlType='supplier']").remove();
// tableAddRowCallback: function (tableId) { // $("div[controlType='purchaseDeliveryFromType']").remove();
// // $("#addRow" + tableId).remove(); // },
// $("div[controlType='simpleTable']").find(".unitPrice").prop('disabled', true); // tableAddRowCallback: function (tableId) {
// $("div[controlType='simpleTable']").find(".amountOfMoney").prop('disabled', true); // // $("#addRow" + tableId).remove();
// $("div[controlType='simpleTable']").find(".taxRate").prop('disabled', true); // $("div[controlType='simpleTable']").find(".unitPrice").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxMoney").prop('disabled', true); // $("div[controlType='simpleTable']").find(".amountOfMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxUnitPrice").prop('disabled', true); // $("div[controlType='simpleTable']").find(".taxRate").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxLastMoney").prop('disabled', true); // $("div[controlType='simpleTable']").find(".taxMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".chooseProductBtn").prop('disabled', true); // $("div[controlType='simpleTable']").find(".taxUnitPrice").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".normsId").prop('disabled', true); // $("div[controlType='simpleTable']").find(".taxLastMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".qualityInspection").prop('disabled', true); // $("div[controlType='simpleTable']").find(".chooseProductBtn").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxLastinspectionRatio").prop('disabled', true); // $("div[controlType='simpleTable']").find(".normsId").prop('disabled', true);
// // $("div[controlType='simpleTable']").find(".qualityInspection").prop('disabled', true);
// } // $("div[controlType='simpleTable']").find(".taxLastinspectionRatio").prop('disabled', true);
}); //
// }
tableDeleteRowCallback: function (tableId) {
if (!initFirst) {
if (!isNull(tableId)) {
initFirst = true;
$("#addRow" + tableId).click();
}
// initFirst = false;
}
}
});
}); });
\ No newline at end of file
...@@ -150,7 +150,7 @@ var skyeyeClassEnum = getAndWriteLocal('skyeyeClassEnum'); ...@@ -150,7 +150,7 @@ var skyeyeClassEnum = getAndWriteLocal('skyeyeClassEnum');
function getSysServiceMationAppIdByClassName(className) { function getSysServiceMationAppIdByClassName(className) {
let appId = ""; let appId = "";
$.each(sysServiceMation, function(key, value) { $.each(sysServiceMation, function(key, value) {
if (value.className == className) { if (value.key == className) {
appId = value.appId; appId = value.appId;
} }
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册