1.报价单不随方案信息变动而变动。
This commit is contained in:
parent
f081c298cd
commit
ec119fb951
@ -153,7 +153,7 @@
|
||||
String sButtons[][] = {
|
||||
//{"true","All","Button","重置","重置","reloadSelf()","","","",""},
|
||||
{"true","","Button","租金测算","租金测算","saveRecord()","","","","btn_icon_save"},
|
||||
// {((isCarProduct) && ("proj_process".equals(calType)||"cont_process".equals(calType)))?"true":"false","","Button","引入客户报价","引入客户报价","importCustomerQuot()","","","","btn_icon_edit"}
|
||||
{((isCarProduct) && ("proj_process".equals(calType)||"cont_process".equals(calType)))?"true":"false","","Button","引入客户报价","引入客户报价","importCustomerQuot()","","","","btn_icon_edit"}
|
||||
};
|
||||
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
||||
<script type="text/javascript">
|
||||
@ -717,6 +717,7 @@ function changeRateType(){
|
||||
|
||||
//根据金额算比例
|
||||
function getRatioByMoney(e){
|
||||
debugger;
|
||||
var equipAmt=getItemValue(0,0,"EQUIP_AMT");//设备款
|
||||
var cleanLeaseMoney=getItemValue(0,0,"CLEAN_LEASE_MONEY");//融资额
|
||||
var fundRules=calcRules["fund"];
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -719,7 +719,7 @@ public class ProductCondition {
|
||||
} else {
|
||||
s = "'even_interest'";
|
||||
}*/
|
||||
doTemp.setReadOnly("SETTLE_METHOD", true);
|
||||
// doTemp.setReadOnly("SETTLE_METHOD", true);
|
||||
doTemp.setColumnAttribute("SETTLE_METHOD","coleditsource","jbo.sys.CODE_LIBRARY,itemno,itemname,codeno='settle_method' and itemno in ("+s+") order by sortno");
|
||||
doTemp.setDefaultValue("SETTLE_METHOD", s.replaceAll("'", ""));
|
||||
|
||||
|
||||
@ -24,6 +24,7 @@ public class FlowViewUtil {
|
||||
* @throws Exception
|
||||
*/
|
||||
public static void updateTreeView(BaseInitTreeView tv) throws Exception{
|
||||
tv.addLastNodeByCode("11190");
|
||||
List<TreeItemData> list2=tv.getTreeItem();
|
||||
List<TreeItemData> list=new ArrayList<TreeItemData>();
|
||||
list.addAll(list2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user