06 2018 档案
摘要:select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT'declare @spid i
阅读全文
摘要:miniUI-SelectGrid 弹出选择表格-翻页选中,没有办法翻页后一并连之前翻页选中的一起提交 解决办法: 把事件加到Gird 的属性中: 转自:http://www.cnblogs.com/objctccc/
阅读全文
摘要:grid.on("drawcell", function(res){ var record = res.record; var field = res.field; var value = res.value; if (field == "checkquantity" && Number(record.deliveryquantit...
阅读全文
摘要:在线测试地址 https://api.alidayu.com/apitools/apiTools.htm 资料参考: https://api.alidayu.com/doc2/apiDetail.htm?apiId=25450
阅读全文