删除页面上断点
This commit is contained in:
parent
387903a347
commit
a6f94290bf
@ -75,11 +75,11 @@
|
||||
<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=Info06;Describe=定义按钮事件-;]~*/%>
|
||||
<script type="text/javascript">
|
||||
|
||||
function changeProductName(){
|
||||
function changeProductName(){//清空产品名称
|
||||
setItemValue(0,getRow(0),"productName","");
|
||||
}
|
||||
|
||||
function checkNameAndCertId(){
|
||||
function checkNameAndCertId(){//校验姓名和证件号
|
||||
//var customerName = getItemValue(0,getRow(),"CustomerName");
|
||||
var certId = getItemValue(0,getRow(),"certid");
|
||||
var customerType = getItemValue(0,getRow(),"Customer_type");
|
||||
@ -288,7 +288,7 @@
|
||||
|
||||
<%/*~[Describe=选择产品;]~*/%>
|
||||
function selectBusinessType()
|
||||
{ debugger;
|
||||
{
|
||||
var carAttr = false;
|
||||
var carAttributes = getItemValue(0,getRow(),"carAttributes");
|
||||
if(carAttributes){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user