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

feat: 修改注释

上级 9d04b533
......@@ -16,7 +16,7 @@ layui.config({
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;
// 仓库出库的【编辑布局】
dsFormUtil.initEditPageForStatic('content', 'FP2024070100006', data, {
......
......@@ -31,7 +31,7 @@ layui.config({
}
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');
}},
{ field: 'createName', title: '申请人', width: 120 },
......
......@@ -110,7 +110,7 @@ layui.config({
let pageUrl = '';
let type = idKeyToIdMap[data.idKey];
if (type == 1) {
// 采购退货单purchaseReturnToOut
// 采购退货单
pageUrl = '../../tpl/purchaseReturns/purchaseReturnToOut.html';
} else if (type == 2) {
// 销售出库单
......
......@@ -31,7 +31,7 @@ layui.config({
}
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');
}},
{ field: 'createName', title: '申请人', width: 120 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册