修改邮寄归档快递信息(马亮)
This commit is contained in:
parent
6365270bb3
commit
1b39abbe5e
@ -12,7 +12,7 @@
|
||||
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
|
||||
doTemp.setRequired("EXPNUMBER", true);
|
||||
doTemp.setRequired("EXPCOMPANY", true);
|
||||
doTemp.setRequired("EXPSTRATDATE", true);
|
||||
//doTemp.setRequired("EXPSTRATDATE", true);
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
||||
dwTemp.Style = "2";//freeform
|
||||
//dwTemp.ReadOnly = "-2";//只读模式
|
||||
@ -29,21 +29,21 @@
|
||||
AsControl.OpenView("<%=sPrevUrl%>", "","_self","");
|
||||
}
|
||||
function recordsave(){
|
||||
if(getItemValue(0,getRow(),"EXPNUMBER")==""||getItemValue(0,getRow(),"EXPCOMPANY")==""||getItemValue(0,getRow(),"EXPSTRATDATE")==""){
|
||||
if(getItemValue(0,getRow(),"EXPNUMBER")==""||getItemValue(0,getRow(),"EXPCOMPANY")==""){
|
||||
alert("快递信息填写不完整!");
|
||||
return;
|
||||
}
|
||||
var myObject={};
|
||||
myObject.EXPNUMBER = getItemValue(0,getRow(),"EXPNUMBER");
|
||||
myObject.EXPCOMPANY = getItemValue(0,getRow(),"EXPCOMPANY");
|
||||
myObject.EXPSTRATDATE = getItemValue(0,getRow(),"EXPSTRATDATE");
|
||||
//myObject.EXPSTRATDATE = getItemValue(0,getRow(),"EXPSTRATDATE");
|
||||
AsDialog.ClosePage(myObject);
|
||||
|
||||
}
|
||||
|
||||
window.onload=function(){
|
||||
//window.onload=function(){
|
||||
//alert();
|
||||
hideItem(0,"EXPENDDATE");
|
||||
}
|
||||
//hideItem(0,"EXPENDDATE");
|
||||
//}
|
||||
</script>
|
||||
<%@ include file="/Frame/resources/include/include_end.jspf"%>
|
||||
@ -267,7 +267,10 @@
|
||||
<attribute name="REMARKS" label="备注" type="STRING" length="32"/>
|
||||
<attribute name="IS_FLOWING" label="是否在流程中" type="STRING" length="32"/>
|
||||
<attribute name="opinion_comments" label="意见解释" type="STRING" length="255"/>
|
||||
<attribute name="EXPSTRATDATE" label="档案邮寄时间" type="STRING" length="32"/>
|
||||
<attribute name="EXPSTRATDATE" label="档案邮寄时间" type="STRING" length="32"/>
|
||||
<attribute name="EXPENDDATE" label="档案收到时间" type="STRING" length="32"/>
|
||||
<attribute name="is_delay" label="档案邮寄时间" type="STRING" length="32"/>
|
||||
<attribute name="delay_date" label="档案收到时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -105,4 +105,16 @@ public interface LB_FILE_MAILARCHIVING_INFO_TEMP{
|
||||
* 档案邮寄时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String EXPSTRATDATE = "EXPSTRATDATE";
|
||||
/**
|
||||
* 档案收到时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String EXPENDDATE = "EXPENDDATE";
|
||||
/**
|
||||
* 档案邮寄时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String is_delay = "is_delay";
|
||||
/**
|
||||
* 档案收到时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String delay_date = "delay_date";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user