打印派车单
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
相关推荐: