提交 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({
var index = parent.layer.getFrameIndex(window.name);
var $ = layui.$;
var id = GetUrlParam("id");
let initFirst = false
// 工序验收
// 工序验收的【编辑布局】
dsFormUtil.initEditPageForStatic('content', 'FP2024071500001', {}, {
savePreParams: function (params) {
},
saveData: function (params) {
// 保存数据
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();
// },
// tableAddRowCallback: function (tableId) {
// // $("#addRow" + tableId).remove();
// $("div[controlType='simpleTable']").find(".unitPrice").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".amountOfMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxRate").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxUnitPrice").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxLastMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".chooseProductBtn").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);
//
// }
});
// 工序验收的【编辑布局】
dsFormUtil.initEditPageForStatic('content', 'FP2024071500001', {}, {
savePreParams: function (params) {
params.machinProcedureFarmId=id
},
saveData: function (params) {
// 保存数据
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();
// },
// tableAddRowCallback: function (tableId) {
// // $("#addRow" + tableId).remove();
// $("div[controlType='simpleTable']").find(".unitPrice").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".amountOfMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxRate").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxUnitPrice").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".taxLastMoney").prop('disabled', true);
// $("div[controlType='simpleTable']").find(".chooseProductBtn").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');
function getSysServiceMationAppIdByClassName(className) {
let appId = "";
$.each(sysServiceMation, function(key, value) {
if (value.className == className) {
if (value.key == className) {
appId = value.appId;
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册