博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jquery实现当前页面编辑
阅读量:4541 次
发布时间:2019-06-08

本文共 2259 字,大约阅读时间需要 7 分钟。

实现效果

代码:

                    
序号 交流时间 专员 交流方法 交流类型 编辑 录入订单 听取录音
<%# this.rpInterCourse.Items.Count + 1 %> <%#Html.TextBox("InterTime", Eval("InterTime"), new { @class = "easyui-datebox", style = "display:none;" })%> <%#Html.TextBox("Creator", Eval("CreatorName"), new { style = "display:none;" })%> <%#Html.Label("interMethod", WS.Base.App.Business.CodeBusiness.GetCode("interMethod", Eval("InterMethod")).DetailName)%> <%#Html.DropDownList("interMethod2", WS.Base.App.Business.CodeBusiness.GetCode("interMethod", Eval("InterMethod").ToString(), true), new { @class = "easyui-combobox", style = "width:150px;display:none;", panelHeight = "auto" })%> <%#Html.Label("interType", WS.Base.App.Business.CodeBusiness.GetCode("interType", Eval("interType")).DetailName)%> <%#Html.DropDownList("interType2", WS.Base.App.Business.CodeBusiness.GetCode("interType", Eval("InterType").ToString(), true), new { @class = "easyui-combobox", style = "width:150px;display:none;", panelHeight = "auto" })%> 編輯 <%#Eval("OrderInfo")%> 听取录音

 

转载于:https://www.cnblogs.com/honghong75042/p/3547705.html

你可能感兴趣的文章
客户端用JavaScript填充DropDownList控件,服务器端读不到值
查看>>
Dubbo源码学习--服务是如何引用的
查看>>
【转】C#安装字体到系统
查看>>
Android视频播放之VideoView
查看>>
非对称加密
查看>>
位运算巧用
查看>>
display:flex布局
查看>>
利用反射跟自定义注解拼接实体对象的查询SQL
查看>>
JQuery Ajax Options
查看>>
整体二分专题
查看>>
Python执行Linux系统命令的4种方法
查看>>
09 mongoDB基础(进阶)
查看>>
Xenomai PC开发环境
查看>>
spring-c3p0-01
查看>>
浏览器
查看>>
E20170624-ts
查看>>
linux shell实现随机数多种方法(date,random,uuid)
查看>>
页面上有tab,如何点击加载更多?
查看>>
bash&nbsp;shell笔记1&nbsp;脚本基础知识
查看>>
html dl dt dd标签元素语法结构与使用
查看>>