档案归档增加权限

This commit is contained in:
liuzhao 2018-12-27 19:48:31 +08:00
parent b5375d855c
commit 1f0d72e7b1

View File

@ -5,8 +5,8 @@
<script type="text/javascript">
/*~[Describe=新增记录;InputParam=无;OutPutParam=无;]~*/
function newApply()
{
AsDialog.OpenSelector("SelectLbContractInfoQC","","dialogWidth=" + parseInt(window.screen.width * 0.5) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
{ var userid="<%=CurUser.getUserID()%>";
AsDialog.OpenSelector("SelectLbContractInfoQC","userid,"+userid,"dialogWidth=" + parseInt(window.screen.width * 0.5) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"||sReturn=="_NONE_"){
//alert(getHtmlMessage('1'));//请选择一条信息!
return;