packageimport
nc.ui.pub.bill.billcardpanel;
import
nc.ui.pub.bill.billeditevent;
import
nc.ui.pub.bill.billitemevent;
import
import
import
import
public
class
cardediteventutils
/*** @title: setheadaftereditevent
* @description: 模擬前台 表頭執行編輯後事件
* @param
key 表頭字段
* @author
lzl * @date 2023年3月18日
* @throws
*/public
void
setheadaftereditevent(string headkey)
}/*** @title: setheadbeforeeditevent
* @description: 模擬前台 表頭執行編輯前事件
* @param
key 表頭字段
* @author
lzl * @date 2023年3月18日
* @throws
*/public
void
setheadbeforeeditevent(string headkey)
}/*** @title: setbodyaftereditevent
* @description: 表體指定行指定字段編輯後事件
* @param
row 表體行
* @param
key 表體字段
* @author
lzl * @date 2023年3月18日
* @throws
*/public
void setbodyaftereditevent(int
row,string bodykey)
}/*** @title: setbodyaftereditevent
* @description: 表體指定字段所有行執行編輯後事件
* @param
bodykey void
* @author
lzl * @date 2023年3月18日
* @throws
*/public
void
setbodyaftereditevent(string bodykey)
}}
GridView表頭固定,表體滾動效果
網上搜到的用cs方法,效果不好。實現原理。1 新建乙個table,只顯示表頭。同理也可以新建乙個gridview,新增一列空行,然後隱藏行,即可只顯示表頭 2 隱藏gridview的表頭 showheader false 3 控制width實現對齊。姓名 星期一星期二 星期三星期四 星期五 上午下午...
NC65二開單據新增表體編輯前後事件
以表體編輯事件為例 首先建立表體編輯事件的處理類 package nc.ui.arap.invoice req.ace.handler 發票申請表體編輯後事件 author xuzihui public class acebodyafteredithandler implements param b...
表頭左右滑動表體上下滑動
接下來我們來說 的滑動分為兩部分,分別是表頭滑動 表體滑動。1.表體滑動 表體其實很簡單,就是給表體乙個高度height,然後overflow y scroll 2.表頭滑動 表頭滑動的話就要在外邊設定兩個個div包裹 下面是表頭左右滑動的 table out table box table out...