提交 4f66115c 编写于 作者: L LAPTOP-UV1MNL38\18023

feat: 修改注释

上级 9d04b533
...@@ -16,7 +16,7 @@ layui.config({ ...@@ -16,7 +16,7 @@ layui.config({
var id = GetUrlParam("id"); var id = GetUrlParam("id");
// 领料出库单转仓库出库 // 领料出库单转仓库出库
AjaxPostUtil.request({url: sysMainMation.erpBasePath + "queryRequisitionOutLetList", params: {id: id}, type: 'json', method: 'GET', callback: function (json) { AjaxPostUtil.request({url: sysMainMation.erpBasePath + "queryRequisitionOutLetsTransById", params: {id: id}, type: 'json', method: 'GET', callback: function (json) {
let data = json.bean; let data = json.bean;
// 仓库出库的【编辑布局】 // 仓库出库的【编辑布局】
dsFormUtil.initEditPageForStatic('content', 'FP2024070100006', data, { dsFormUtil.initEditPageForStatic('content', 'FP2024070100006', data, {
......
...@@ -31,7 +31,7 @@ layui.config({ ...@@ -31,7 +31,7 @@ layui.config({
} }
return str; return str;
}}, }},
{ field: 'fromTypeId', title: '单据类型', width: 120, templet: function (d) { { field: 'fromTypeId', title: '来源单据类型', width: 120, templet: function (d) {
return skyeyeClassEnumUtil.getEnumDataNameByCodeAndKey("depotOutFromType", 'id', d.fromTypeId, 'name'); return skyeyeClassEnumUtil.getEnumDataNameByCodeAndKey("depotOutFromType", 'id', d.fromTypeId, 'name');
}}, }},
{ field: 'createName', title: '申请人', width: 120 }, { field: 'createName', title: '申请人', width: 120 },
......
...@@ -110,7 +110,7 @@ layui.config({ ...@@ -110,7 +110,7 @@ layui.config({
let pageUrl = ''; let pageUrl = '';
let type = idKeyToIdMap[data.idKey]; let type = idKeyToIdMap[data.idKey];
if (type == 1) { if (type == 1) {
// 采购退货单purchaseReturnToOut // 采购退货单
pageUrl = '../../tpl/purchaseReturns/purchaseReturnToOut.html'; pageUrl = '../../tpl/purchaseReturns/purchaseReturnToOut.html';
} else if (type == 2) { } else if (type == 2) {
// 销售出库单 // 销售出库单
......
...@@ -31,7 +31,7 @@ layui.config({ ...@@ -31,7 +31,7 @@ layui.config({
} }
return str; return str;
}}, }},
{ field: 'idKey', title: '单据类型', width: 120, templet: function (d) { { field: 'idKey', title: '来源单据类型', width: 120, templet: function (d) {
return skyeyeClassEnumUtil.getEnumDataNameByCodeAndKey("depotPutFromType", 'id', d.fromTypeId, 'name'); return skyeyeClassEnumUtil.getEnumDataNameByCodeAndKey("depotPutFromType", 'id', d.fromTypeId, 'name');
}}, }},
{ field: 'createName', title: '申请人', width: 120 }, { field: 'createName', title: '申请人', width: 120 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册