|
|
@@ -94,17 +94,7 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: "家长联系电话", name: "jzMobile", width: 100, align: "left" }, |
|
|
|
{ label: "实习单位", name: "IUnit", width: 100, align: "left" }, |
|
|
|
{ |
|
|
|
label: "实习岗位", name: "IPost", width: 100, align: "left", |
|
|
|
formatterAsync: function (callback, value, row, op, $cell) { |
|
|
|
learun.clientdata.getAsync('custmerData', { |
|
|
|
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'PBPost', |
|
|
|
key: value, |
|
|
|
keyId: 'id', |
|
|
|
callback: function (_data) { |
|
|
|
callback(_data['name']); |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
label: "实习岗位", name: "IPost", width: 100, align: "left" |
|
|
|
}, |
|
|
|
{ label: "实习时间", name: "ITime", width: 100, align: "left" }, |
|
|
|
|
|
|
|