更新代码

This commit is contained in:
liuz 2018-06-25 01:21:33 +08:00
parent 2a13b163d4
commit 7663179387
8 changed files with 11 additions and 13 deletions

View File

@ -6,6 +6,7 @@
History Log:
*/
String id = CurPage.getParameter("id");
String ids = CurPage.getParameter("distracted_id");
if(id == null) id = "";
String opration = CurPage.getParameter("opration");
if(opration == null) opration = "";
@ -14,7 +15,7 @@
String distributor_status = CurPage.getParameter("distributor_status");
if(distributor_status == null) distributor_status = "";
String sTempletNo = "CustomerDistributorInfo";//--Ä£°åºÅ--
String sTempletNo = "LDistributorInfoS";//--Ä£°åºÅ--
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
if("add".equals(opration)){
doTemp.setDefaultValue("id",id);

View File

@ -20,9 +20,9 @@
//0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标CSS层叠样式 10、风格
String sButtons[][] = {
{"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""},
/* {"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""}, */
{"true","","Button","详情","详情","viewAndEdit()","","","","btn_icon_detail",""},
{"true","All","Button","删除","删除","if(confirm('确实要删除吗?'))as_delete(0)","","","","btn_icon_delete",""},
/* {"true","All","Button","删除","删除","if(confirm('确实要删除吗?'))as_delete(0)","","","","btn_icon_delete",""}, */
//{"true","All","Button","删除","删除","if(confirm('确实要删除吗?'))as_delete(0,'alert(getRowCount(0))')","","","","btn_icon_delete",""},
};
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>

View File

@ -25,7 +25,7 @@
dwTemp.genHTMLObjectWindow(sFlowUnid);
String sButtons[][] = {
{"true","All","Button","保存","保存所有修改","save()","","","",""}
/* {"true","All","Button","保存","保存所有修改","save()","","","",""} */
/* {String.valueOf(!com.amarsoft.are.lang.StringX.isSpace(sPrevUrl)),"All","Button","·µ»Ø","·µ»ØÁбí","returnList()","","","",""}
*/ };
sButtonPosition = "north";

View File

@ -9,7 +9,7 @@
if(sFlowUnid == null) sFlowUnid="";
String DISTRIBUTOR_NO=CurPage.getParameter("DISTRIBUTOR_NO");
String sTempletNo = "LDistributorChangeInfoBefore";//--Ä£°åºÅ--
String sTempletNo = "LDistributorInfoS";//--Ä£°åºÅ--
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
//doTemp.setColTips("", "²âÊÔ");
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);

View File

@ -20,9 +20,9 @@
}
distributorInfo = "{"+distributorInfo.substring(1)+"}";
*/
String sTempletNo = CurPage.getParameter("TempletNo");//Ä£°åºÅ
if(sTempletNo == null) sTempletNo = "LDistributorChangeInfo";
//String sTempletNo = CurPage.getParameter("TempletNo");//Ä£°åºÅ
//if(sTempletNo == null) sTempletNo = "LDistributorInfo";
String sTempletNo ="LDistributorInfoAfterChange";
BizObject flow=JBOFactory.createBizObjectQuery("jbo.com.tenwa.entity.comm.flow.FLOW_BUSSINESS_OBJECT","flow_unid=:flowunid").setParameter("flowunid", sFlowUnid).getSingleResult(false);
String DISTRIBUTOR_NO=flow.getAttribute("Flow_Key").getString();

View File

@ -1643,8 +1643,6 @@
<!-- Code: OffSheetFlag -->
<attribute name="OffSheetFlag" label="表内外标志" type="STRING"
length="6" />
<attribute name="ATTRIBUTE26" label="车类型" type="STRING"
length="20" />
</attributes>
<manager>
<managerProperties>

View File

@ -621,7 +621,7 @@
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY" label="保证金金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PAYER" label="收款人" type="STRING" length="20"/>
<attribute name="PAYER" label="收款人" type="STRING" length="32"/>
<attribute name="PAY_OBJECT" label="收款对象" type="STRING" length="20"/>
<attribute name="COLLECT_WAY" label="收款方向" type="STRING" length="50"/>
<attribute name="COLLECT_TIME" label="收款时间" type="STRING" length="50"/>
@ -648,7 +648,7 @@
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY" label="保证金金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PAYER" label="收款人" type="STRING" length="20"/>
<attribute name="PAYER" label="收款人" type="STRING" length="32"/>
<attribute name="PAY_OBJECT" label="收款对象" type="STRING" length="20"/>
<attribute name="COLLECT_WAY" label="收款方向" type="STRING" length="50"/>
<attribute name="COLLECT_TIME" label="收款时间" type="STRING" length="50"/>

View File

@ -1144,7 +1144,6 @@
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="UNIONNUMBER" label="联行号" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ACCOUNT_TEMP" label="经销商名称" type="STRING" length="32"/>
<attribute name="ORGID" label="部门编号" type="STRING" length="32"/>
<attribute name="district" label="地区" type="STRING" length="64"/>
<attribute name="provinceInfo" label="省份" type="STRING" length="64"/>
<attribute name="open_bank" label="开户银行" type="STRING" length="100"/>