You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
406 B
C#
16 lines
406 B
C#
using System;
|
|
using DSWeb.Models;
|
|
using DSWeb.EntityDA;
|
|
|
|
namespace DSWeb.Shipping
|
|
{
|
|
public partial class SeaExportInfoBlissueCheckoutAdd : System.Web.UI.Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
//加载下拉框
|
|
Page.ClientScript.RegisterStartupScript(this.GetType(), "key", "<script>initComboEXPRESS();</script>");
|
|
}
|
|
}
|
|
}
|