|
|
@@ -184,7 +184,7 @@ var bootstrap = function ($, learun) { |
|
|
|
label: "月份", name: "MPMonth", width: 100, align: "left" |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "部门", name: "MPDepartment", width: 250, align: "left", |
|
|
|
label: "部门", name: "MPDepartment", width: 200, align: "left", |
|
|
|
formatterAsync: function (callback, value, row, op, $cell) { |
|
|
|
learun.httpAsyncGet(top.$.rootUrl + '/LR_OrganizationModule/Department/GetDepartmentList?listId=' + value, function (res) { |
|
|
|
console.log(res); |
|
|
@@ -195,7 +195,7 @@ var bootstrap = function ($, learun) { |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "接收人", name: "MPReceiveUser", width: 250, align: "left", |
|
|
|
label: "接收人", name: "MPReceiveUser", width: 100, align: "left", |
|
|
|
formatterAsync: function (callback, value, row, op, $cell) { |
|
|
|
learun.httpAsyncGet(top.$.rootUrl + '/LR_OrganizationModule/User/GetListByUserIds?keyValue=' + value, function (res) { |
|
|
|
if (res.code == learun.httpCode.success) { |
|
|
@@ -204,7 +204,7 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: "名称", name: "MPProjectName", width: 100, align: "left" }, |
|
|
|
{ label: "名称", name: "MPProjectName", width: 200, align: "left" }, |
|
|
|
{ |
|
|
|
label: "上传文件", |
|
|
|
name: "MPFileTwo", |
|
|
@@ -216,7 +216,6 @@ var bootstrap = function ($, learun) { |
|
|
|
data: { folderId: value }, |
|
|
|
type: 'GET', |
|
|
|
dataType: "json", |
|
|
|
async: false, |
|
|
|
cache: false, |
|
|
|
success: function (res) { |
|
|
|
var bb = ''; |
|
|
|