Commit 7c424a28 authored by 鲁鑫's avatar 鲁鑫

各级审批附件上传

parent 73346294
...@@ -90,9 +90,9 @@ function updateHandler(row) { ...@@ -90,9 +90,9 @@ function updateHandler(row) {
} }
} }
UICtrl.addTabItem({ UICtrl.addTabItem({
tabid: 'FixedAssetsDetail', tabid: 'FixedAssetsDetail'+ row.id,
text: "修改固定资产", text: "查看固定资产",
url: web_app.name + '/sapFixedAssets/showFixedAssetsDetail.do?id='+row.id url: web_app.name + '/sapFixedAssets/showFixedAssetsDetail.do?isReadOnly=true&id='+row.id
}) })
} }
......
...@@ -17,7 +17,10 @@ function initialize(){ ...@@ -17,7 +17,10 @@ function initialize(){
} }
function bindEvent(){ function bindEvent(){
//各级审批附件上传
if(!Public.isReadOnly){
setTimeout(function(){$('#sapRetirementInfoList').addClass('ui-not-allow-disable').fileList('enable');},10);
}
} }
function loadGrid() { function loadGrid() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment