《信息系统分析与设计》课程设计试验报告 联系客服

发布时间 : 星期三 文章《信息系统分析与设计》课程设计试验报告更新完毕开始阅读14696f4169eae009581bec69

打印派车单

16

不同意

入库

17

18

2) 编码

开始派车代码:

public partial class master_paiche : System.Web.UI.Page {

protected void Page_Load(object sender, EventArgs e) {

Server.Execute(\ if (!Page.IsPostBack) {

for (int i = 0; i < 24; i++) {

this.DropDownList3.Items.Add(i.ToString()); }

for (int b = 0; b < 60; b++) {

this.DropDownList4.Items.Add(b.ToString()); }

this.userbind(); this.carbind();

19