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.
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
2 years ago
|
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="MPZC.Master.cs" Inherits="DSWeb.Areas.Dispatch.Views.Shared.MPZC" %>
|
||
|
|
||
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
<head runat="server">
|
||
|
<meta charset="utf-8">
|
||
|
<title>中储股份青岛分公司货代跟单明细</title>
|
||
|
<meta content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width" name="viewport">
|
||
|
|
||
|
<link rel="stylesheet" href="/Areas/Dispatch/Content/MP/css/weui.css">
|
||
|
<link rel="stylesheet" href="/Areas/Dispatch/Content/MP/css/weuix.css">
|
||
|
<link rel="stylesheet" href="/Areas/Dispatch/Content/MP/css/detail.css">
|
||
|
<script src="/Areas/Dispatch/Content/MP/lib/jquery-2.1.4.js"></script>
|
||
|
<script src="/Areas/Dispatch/Content/MP/lib/fastclick.js"></script>
|
||
|
<script src="/Areas/Dispatch/Content/MP/js/zepto.min.js"></script>
|
||
|
<script src="/Areas/Dispatch/Content/MP/js/zepto.weui.js"></script>
|
||
|
</head>
|
||
|
<body ontouchstart>
|
||
|
<asp:ContentPlaceHolder ID="Body" runat="server"></asp:ContentPlaceHolder>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<script>
|
||
|
$(function () {
|
||
|
FastClick.attach(document.body);
|
||
|
});
|
||
|
</script>
|
||
|
|
||
|
<asp:ContentPlaceHolder ID="FooterScript" runat="server"></asp:ContentPlaceHolder>
|
||
|
</body>
|
||
|
</html>
|