|
|
@@ -148,7 +148,17 @@ var bootstrap = function ($, learun) { |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '库位', name: 'AAIStoragePosition', width: 100, align: 'left' |
|
|
|
label: '库位', name: 'AAIStoragePosition', width: 100, align: 'left', |
|
|
|
formatterAsync: function (callback, value, row, op, $cell) { |
|
|
|
learun.clientdata.getAsync('custmerData', { |
|
|
|
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'Ass_Storage_Room', |
|
|
|
key: value, |
|
|
|
keyId: 'rid', |
|
|
|
callback: function (_data) { |
|
|
|
callback(_data['rname']); |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
//{ |
|
|
|
// label: '英文名称', name: 'AAIEName', width: 100, align: 'left' |
|
|
|