function formValidationConfig() { return {//全局配置 // tiptype:4,//校验方式 tiptype:function(msg,o,cssctl){ var objtip=o.obj.parents('.validation-class').fin... ...
分类:
其他好文 时间:
2018-11-30 13:44:20
阅读次数:
203
DECLARE l_api_version_number NUMBER := 1; l_return_status VARCHAR2(2000); l_msg_count NUMBER; l_msg_data VARCHAR2(2000); /*****************INPUT VARIA... ...
分类:
数据库 时间:
2018-11-26 17:23:44
阅读次数:
245
setting.callback.onRightClick=function(event, treeId, treeNode, msg){ if(treeNode.getParentNode()==null){//右键对象是分组 return false; } var zTree=$.fn.zTre... ...
分类:
其他好文 时间:
2018-11-23 20:36:41
阅读次数:
204
1 2 3 4 5 6 8 9 --> 10 11 {{msg}} 12 13 14 15 16 17 执行方法的第一种写法 18 19 20 执行方法的第二种写法 21 22 23 ... ...
分类:
其他好文 时间:
2018-11-23 18:24:33
阅读次数:
160
1 2 3 4 5 6 {{msg}} 7 8 9 10 鼠标瞄上去看一下 11 12 13 14 15 16 17 18 19 20 21 22 23 ... ...
分类:
其他好文 时间:
2018-11-23 17:28:52
阅读次数:
225
DECLARE l_return_status VARCHAR2(300); l_msg_count NUMBER; l_msg_data VARCHAR2(300); l_rec_type hz_cust_account_v2pub.cust_account_rec_type; CURSOR cu... ...
分类:
数据库 时间:
2018-11-23 14:27:22
阅读次数:
205
declare x_return_status VARCHAR2(150); x_msg_count NUMBER; x_msg_data VARCHAR2(2000); x_profile_id NUMBER; l_location_id NUMBER; l_ob... ...
分类:
数据库 时间:
2018-11-23 14:26:43
阅读次数:
250
--更新客户地点 declare x_return_status VARCHAR2(150); x_msg_count NUMBER; x_msg_data VARCHAR2(2000); x_profile_id NUMBER; l_location_id NUMBE... ...
分类:
数据库 时间:
2018-11-23 14:24:50
阅读次数:
243
/* 供应商地点失效 creation: created by jenrry 20161108 1.00 */ DECLARE lv_return_status VARCHAR2(1) := NULL; ln_msg_count NUMBER; lv_errmsg VARCHAR2(5000); l... ...
分类:
数据库 时间:
2018-11-23 14:21:11
阅读次数:
263
/*l_return_status:S l_msg_count:0 l_msg_data: l_vendor_id:133003 l_party_id:236055 */ DECLARE l_return_status VARCHAR2(1); l_msg_count NUMBER; l_msg_d... ...
分类:
数据库 时间:
2018-11-23 14:16:01
阅读次数:
308