舱单申报,VGM申报,货运险投保,拼箱申请单临时提交

master
lilu 2 years ago
parent 8e84aab384
commit b9941d5489

@ -343,8 +343,8 @@ select {
border:1px solid #e4e5e6;
}
.user-information ul li .btn.copy:hover {
background: #30a1c7;
border: 1px solid #30a1c7;
background: #35b691;
border: 1px solid #35b691;
color: #FFF;
}
.user-jurisdiction {
@ -460,26 +460,26 @@ select {
display: block;
width: 5px;
height: 20px;
background: #42b0d5;
background: #4dbf9f;
margin-right: 10px;
float: left;
}
/*按钮*/
.btn {
padding: 7px 25px;
font-size: 15px;
font-size: 14px;
}
.btn-primary {
background: #42b0d5;
border: 1px solid #42b0d5;
background: #4dbf9f;
border: 1px solid #4dbf9f;
border-radius: 25px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
background: #30a1c7 !important;
border: 1px solid #30a1c7 !important;
background: #35b691 !important;
border: 1px solid #35b691 !important;
color: #FFF;
}
.btn-default {
@ -488,7 +488,7 @@ select {
border-radius: 25px !important;
}
.btn-default:hover {
border: 1px solid #30a1c7 !important;
border: 1px solid #35b691 !important;
background: none !important;
color: #6b6b6b;
}
@ -570,8 +570,8 @@ body .layer-ext-moon .layui-layer-btn {
background: #FFF !important;
}
body .layer-ext-moon .layui-layer-btn .layui-layer-btn0 {
background: #42b0d5 !important;
border: 1px solid #42b0d5;
background: #4dbf9f !important;
border: 1px solid #4dbf9f;
border-radius: 25px !important;
/*margin-right:25px;*/
}
@ -607,7 +607,7 @@ body .layer-ext-moon .layui-layer-btn .layui-layer-btn1 {
color: #777;
}
.form-control:focus {
border: 1px solid #42b0d5 !important;
border: 1px solid #4dbf9f !important;
}
.form-control, .single-line {
border: 1px solid #dfdfdf !important;
@ -633,7 +633,7 @@ input:-ms-input-placeholder {
}
/*日期选择*/
.datepicker table tr td.active {
background: #42b0d5 !important;
background: #4dbf9f !important;
}
/*提醒设置*/
@ -666,9 +666,9 @@ input:-ms-input-placeholder {
}
.subscribe input[type='checkbox']:checked, .remind input[type='checkbox']:checked {
background: #42b0d5 url(../img/check.png) no-repeat center;
background: #4dbf9f url(../img/check.png) no-repeat center;
background-size: cover;
border: 1px solid #42b0d5;
border: 1px solid #4dbf9f;
}
.subscribe .low-price {
background: #f4fafd;
@ -768,7 +768,7 @@ input:-ms-input-placeholder {
padding-left:15px;
}
.ul-group li:hover {
background: #42b0d5;
background: #4dbf9f;
color: #FFF;
}
/*用户权限*/
@ -836,7 +836,7 @@ input:-ms-input-placeholder {
.select:focus {
outline: none;
border: 1px solid #42b0d5 !important;
border: 1px solid #4dbf9f !important;
}
.select option {
@ -847,8 +847,8 @@ input:-ms-input-placeholder {
}
.btn-query {
margin-right: 10px;
background: #42b0d5;
border: 1px solid #42b0d5;
background: #4dbf9f;
border: 1px solid #4dbf9f;
color: #FFF;
border-radius: 25px;
}

@ -1,11 +1,15 @@
/*公共样式*/
input:focus {
border: 1px solid #42b0d5 !important;
border: 1px solid #4dbf9f !important;
outline:none;
}
.form-horizontal .control-label{
font-size:14px;
}
.top-navigation .wrapper.wrapper-content {
padding-top: 15px !important;
padding-left: 5px !important;
}
/*复选框样式*/
input[type='checkbox'] {
width: 14px;
@ -19,22 +23,20 @@ input[type='checkbox'] {
margin-top: 1px;
margin-right: 7px;
}
input[type='checkbox']:checked {
background: url(../img/read_check.jpg) no-repeat center;
}
input[type='checkbox']:checked {
background: url(../img/forward_check.jpg) no-repeat center;
border: 1px solid #41b1d7;
}
/*表单*/
.form-policylist {
}
.form-policylist .form-group .control-label {
width: 24%;
color: #666;
color: #333;
margin-right: 15px;
font-weight: normal;
}
.form-policylist .form-group {
width: 19%;
height: 34px;
height: 32px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 8px;
@ -44,8 +46,10 @@ input[type='checkbox']:checked {
.form-policylist input {
width: 225px;
height: 34px;
height: 32px;
line-height:32px;
border: 1px solid #e2e2e2;
border-radius:3px;
padding-left: 10px;
vertical-align: middle;
}
@ -61,6 +65,9 @@ input[type='checkbox']:checked {
}
@media screen and (max-width: 1680px) {
.btn-summary .btn-query, .btn-summary .btn-reset{
margin-top:36px;
}
.form-policylist .form-group {
height: 66px !important;
}
@ -87,20 +94,21 @@ input[type='checkbox']:checked {
margin-left:15px;
}
.btn-query, .btn-reset {
padding: 7px 25px;
padding: 7px 15px;
margin-top: 5px;
border-radius: 0 !important;
border-radius: 3px !important;
}
.btn-query span.glyphicon, .btn-reset span.glyphicon {
margin-right: 5px;
margin-right: 7px;
font-size:12px;
}
.btn-query {
background: #42b0d5;
border: 1px solid #42b0d5;
background: #4dbf9f;
border: 1px solid #4dbf9f;
color: #FFF;
margin-right: 15px;
margin-right: 10px;
}
.btn-query:hover {
@ -112,11 +120,19 @@ input[type='checkbox']:checked {
border: 1px solid #e2e2e2;
color: #666;
}
/*表格*/
.policylist-table {
/*border:1px solid #ebebeb;*/
border-bottom:none !important;
.btn-summary{
margin-top:-5px;
margin-left:15px;
}
.btn-summary .btn-query, .btn-summary .btn-reset{
padding:6px 15px !important;
font-size:12px;
}
/*表格*/
.policylist-table {
/*border:1px solid #ebebeb;*/
border-bottom: none !important;
}
.policylist-table thead tr th {
background: #fafafa;
height:40px;
@ -130,22 +146,24 @@ input[type='checkbox']:checked {
}
/*用户信息*/
.form-group .control-label span{
width:7px;
margin-top:2px;
margin-right:1px;
display:inline-block;
float:left;
}
.user-info, .cargo-info, .tran-info {
border: 2px solid #ebebeb;
border: 2px solid #9adbc8;
position: relative;
padding: 15px;
border-radius: 3px;
}
.user-info .title, .cargo-info .title,.tran-info .title {
width: 95px;
height: 20px;
line-height: 20px;
text-align: center;
color: #d4af02;
color: #000;
font-size: 16px;
position: absolute;
top: -12px;
@ -157,15 +175,19 @@ input[type='checkbox']:checked {
float:left;
margin-right:20px;
}
.form-confirm .form-group .control-label{
width:auto !important;
margin-right:5px;
color:#333;
}
.form-confirm .form-group.form-none{
margin-right:0px;
}
.form-confirm .form-group .control-label {
width: auto !important;
margin-right: 5px;
color: #333;
}
.form-confirm .form-group input[type='text'] {
height: 30px;
color: #999;
border: 1px solid #e2e2e2;
border-radius:3px;
padding-left: 10px;
vertical-align: middle;
}
@ -208,32 +230,32 @@ input[type='checkbox']:checked {
}
.form-confirm .cargo-info .form-textarea, .form-confirm .tran-info .form-textarea {
width: 31%;
border: 1px solid #e2e2e2;
border: 1px solid #e2e2e2 !important;
}
.form-confirm .cargo-info .form-textarea .value, .form-confirm .tran-info .form-textarea .value {
padding-left:10px;
padding-bottom:5px;
}
.form-confirm .cargo-info .form-textarea .control-label, .form-confirm .tran-info .form-textarea .control-label {
.form-confirm .cargo-info .form-textarea .control-label, .form-confirm .tran-info .form-textarea .control-label {
width: 100% !important;
height: 33px;
background: #f6f6f6;
/*background: #f6f6f6;*/
border-bottom: 1px solid #e2e2e2;
display: inline-block;
text-align: left;
padding-left: 15px;
}
}
.form-confirm .cargo-info .form-group .value {
width: 130px;
}
.form-confirm .cargo-info .form-textarea textarea, .form-confirm .tran-info .form-textarea textarea {
width: 100%;
height: 80px;
border: none;
border: none !important;
}
/*运输信息*/
.form-confirm .tran-info {
margin-top: 20px;
height: 325px;
height: 335px;
}
.form-confirm .tran-info .form-group{
width:23%;
@ -242,9 +264,12 @@ input[type='checkbox']:checked {
.form-confirm .tran-info .form-group.form-risk {
width: 10%;
}
.form-confirm .tran-info .form-group input[type='text'], .form-confirm .tran-info .form-group .select {
.form-confirm .tran-info .form-group.form-risk input[type='checkbox']{
margin-top:3px !important;
}
.form-confirm .tran-info .form-group input[type='text'], .form-confirm .tran-info .form-group .select {
width: 145px;
}
}
.form-confirm .tran-info .form-group .value{
width:140px;
}
@ -256,7 +281,7 @@ input[type='checkbox']:checked {
float:left;
}
.form-confirm .tran-info .form-group .input-group .input-group-btn .btn{
padding:3px 10px;
padding:4px 10px;
}
.form-group input[type="radio"] + .radio-label::before {
content: '';
@ -264,14 +289,14 @@ input[type='checkbox']:checked {
width: 13px;
height: 13px;
border-radius: 50%;
border: 1px solid #42b0d5;
border: 1px solid #4dbf9f;
margin-right: 10px;
margin-top: -1px;
}
.form-group input[type="radio"]:checked + .radio-label::before {
background-clip: content-box;
background-color: #42b0d5;
background-color: #4dbf9f;
width: 13px;
height: 13px;
padding: 2px;
@ -293,21 +318,22 @@ input[type='checkbox']:checked {
padding-left:10px;
}
.form-confirm .form-cost {
background: #ecf7fb;
padding:10px 15px 5px 15px;
margin-top:15px;
margin-bottom:10px;
background: #e1f4ef;
padding: 10px 15px 5px 15px;
margin-top: 15px;
margin-bottom: 10px;
}
.form-confirm .form-cost p{
font-size:15px;
color:#333;
margin-bottom:5px !important;
}
.form-confirm .form-cost p b {
color: #cc000e;
font-size:20px;
}
.form-confirm .form-cost p.deductible{
color:#999;
color:#333;
}
/*我已阅读*/
.form-confirm .form-read{
@ -344,3 +370,33 @@ input[type='checkbox']:checked {
.form-confirm .cargo-info .form-textarea, .form-confirm .tran-info .form-textarea {
border: none;
}
.bootstrap-table .table > thead > tr > th:first-child{
padding-top:10px !important;
padding-left:16px !important;
}
.btn-deter {
background: #7bd0b8 !important;
border-color: #7bd0b8 !important;
}
/*用户信息*/
.user-info .form-group{
width:30% !important;
margin-bottom:10px;
}
/*货物信息*/
.cargo-info .form-group {
width: 19% !important;
margin-bottom: 10px;
}
/*运输信息*/
.cargo-info .form-group {
width: 23% !important;
margin-bottom: 10px;
}
.form-policylist .btn{
font-size:13px;
font-weight:normal;
}
.fixed-table-container{
border:none !important;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -19,18 +19,21 @@
<div class="row">
<div class="col-sm-12">
<div class="ibox float-e-margins fixed-top">
<div class="ibox-title">
<div class="ibox-title" style="display:none;">
<h5><i></i>保单管理</h5>
</div>
<div class="ibox-content" style="padding-bottom: 0px;">
<div class="ibox-content" style="padding-top:0px;padding-bottom: 0px;">
<form id="tabF" class="form-horizontal form-policylist" action="/MvcShipping/HuaiTaiInsurance/GetTable" method="get">
<div class="col-lg-5 col-md-5" style="float: left; margin-bottom: 20px">
<a class="btn btn-query" id="add"><span class="glyphicon glyphicon-plus"></span>新增</a>
<a class="btn btn-query" id="del"><span class="glyphicon glyphicon-remove"></span>删除</a>
<a class="btn btn-query" id="add"><span class="glyphicon glyphicon-plus-sign"></span>新增</a>
<a class="btn btn-query" id="del"><span class="glyphicon glyphicon-minus-sign"></span>删除</a>
<a class="btn btn-query" id="send"><span class="glyphicon glyphicon-send"></span>发送</a>
<a class="btn btn-query" id="edit" style="display:none" ><span class="glyphicon glyphicon-pencil"></span>更新保单</a>
<a class="btn btn-query" id="edit" style="display:none" ><span class="glyphicon glyphicon-refresh"></span>更新保单</a>
</div>
<a href="/Areas/MvcShipping/Contens/华泰未出险证明.doc" id="loadImTemp" title="下载未出险证明模板" style="float: right"><span class="glyphicon glyphicon-save"></span></a>
<a href="/Areas/MvcShipping/Contens/华泰未出险证明.doc" id="loadImTemp" title="下载未出险证明模板" style="color:#418ecc;margin-top:15px;margin-right:20px;float: right;">
<span class="glyphicon glyphicon-save"></span>
下载未出险证明模板
</a>
<div class="clearfix"></div>
<div class="form-group">
<label class="control-label">流水号:</label>
@ -64,8 +67,7 @@
<label class="control-label">-</label>
<input type="text" id="SubtimE" name="SubtimE" autocomplete="off" />
</div>
<div class="clearfix"></div>
<div class="btn-summary">
<div class="form-group btn-summary">
<a class="btn btn-query" id="serch"><span class="glyphicon glyphicon-search"></span>查询</a>
<a class="btn btn-reset" id="reset"><span class="glyphicon glyphicon-share-alt"></span>重置</a>
</div>

@ -69,7 +69,7 @@
</select>
</div>
<div class="form-group form-narrow">
<label class="control-label">发票号:</label>
<label class="control-label"><span></span>发票号:</label>
<input type="text" value="<%=ViewData["InvoiceNumber"] %>" name="InvoiceNumber" id="InvoiceNumber">
</div>
<div class="form-group">
@ -77,19 +77,19 @@
<input id="huilv" type="text" name="ExchangeRate" value="<%=ViewData["ExchangeRate"] %>" readonly />
</div>
<div class="form-group">
<label class="control-label">货物类型:</label>
<label class="control-label"><span></span>货物类型:</label>
<a class="choose" data-toggle="modal" data-target="#chooseType" id="HuoType">点击选择</a>
</div>
<div class="clearfix"></div>
<div class="form-group form-textarea">
<div class="form-group form-textarea" style="width:31% !important;margin-top:5px;">
<label class="control-label"><span style="color: red">*</span>唛头:</label>
<textarea name="Sign" id="Sign" class="form-control" rows="3"><%=ViewData["Marks"]%></textarea>
</div>
<div class="form-group form-textarea">
<div class="form-group form-textarea" style="width:31% !important;margin-top:5px;">
<label class="control-label"><span style="color: red">*</span>件数包装:</label>
<textarea name="PackAndQuantity" class="form-control" id="PackAndQuantity" rows="3"><%=ViewData["sumAndb"] %></textarea>
</div>
<div class="form-group form-textarea">
<div class="form-group form-textarea" style="width:31% !important;margin-top:5px;">
<label class="control-label"><span style="color: red">*</span>货物描述:</label>
<textarea name="FregihtItem" id="FregihtItem" class="form-control" rows="3"><%=ViewData["Descript"] %></textarea>
</div>
@ -128,7 +128,7 @@
<option value="SX300105">一切险</option>
</select>
</div>
<div class="form-group form-risk">
<div class="form-group form-risk" style="margin-left:13px;">
<input type="checkbox" id="warfares" name="WarIns" value="true" />战争险
</div>
<div class="form-group form-risk">
@ -142,6 +142,7 @@
<option value="3" selected>3份</option>
</select>
</div>
<div style="width:100%;height:0px;border-bottom:1px dashed #ccc;overflow:hidden;margin-bottom:15px;"></div>
<div class="form-group">
<label class="control-label"><span style="color: red">*</span>起运国:</label>
<div class="input-group">
@ -166,7 +167,7 @@
<ul class="dropdown-menu dropdown-menu-right" role="menu"></ul>
</div>
</div>
<label style="color: red;">若起运地是仓库/工厂,请输入所在城市英文拼写。</label>
<label style="color: red;font-size:10px;">若起运地是仓库/工厂,请输入所在城市英文拼写。</label>
</div>
<div class="form-group">
<label class="control-label"><span style="color: red">*</span>目的国:</label>
@ -181,7 +182,7 @@
</div>
</div>
</div>
<div class="form-group">
<div class="form-group" style="margin-right:0px;">
<label class="control-label"><span style="color: red">*</span>目的地:</label>
<div class="input-group">
<input id="suggToArea" name="ToArea" type="text" class="form-control" value="<%=ViewData["PORTDISCHARGE"] %>" autocomplete="off" required />
@ -195,7 +196,7 @@
</div>
<input type="hidden" value="<%=ViewData["state"] %>" id="state" />
<div class="clearfix"></div>
<div class="form-group">
<div class="form-group" style="width:28%;">
<label class="control-label"><span style="color: red">*</span>查勘地点:</label>
<select class="select" id="SurveyAdr" name="SurveyAdr">
<%List<DSWeb.Common.DbContexts.Model.TsysCountryCodeCheckone> chak = ViewData["ChaK"] as List<DSWeb.Common.DbContexts.Model.TsysCountryCodeCheckone>;
@ -214,14 +215,14 @@
<%} %>
</select>
<br />
<label style="color: red;">若没有符合您要求的,可任意选择,不影响后期索赔。</label>
<label style="color: red;font-size:10px;">若没有符合您要求的,可任意选择,不影响后期索赔。</label>
</div>
<div class="form-group form-textarea">
<div class="form-group form-textarea" style="width:33%;">
<label class="control-label">信用证条款:</label>
<textarea placeholder="若有信用证要求,请填写到此处" class="form-control" rows="3" name="CreditNODesc"><%=ViewData["letterOf"] %></textarea>
<input type="hidden" name="ChargeRate" id="ChargeRate" value="<%=ViewData["changeRate"] %>" />
</div>
<div class="form-group form-textarea">
<div class="form-group form-textarea" style="width:33%;">
<label class="control-label">备注:</label>
<textarea name="NewSpecialAgreement" class="form-control" rows="3"><%=ViewData["NewSpecialAgreement"] %></textarea>
</div>
@ -289,7 +290,7 @@
<div class="tips">特别提示:特殊货物不属于自动承保的范围,需由保险公司人工审核确定是否承保、以及相应的承保费率和免赔;投保人选择的货物类型与实际运输不符,保单合同不成立,保险人不负任何赔偿责任。</div>
<form class="form-horizontal" id="formModal">
<table class="table type-table" id="type">
<thead>
<thead style="background:#eee;">
<tr>
<th>货物类型</th>
<th>货物类型描述</th>

@ -66,11 +66,11 @@
<div class="form-group">
<input type="hidden" name="GID" value="" />
<input type="hidden" id="InsID" name="InsID" value="" />
<label class="control-label">投保人:</label>
<label class="control-label"><span></span>投保人:</label>
<input type="text" value="<%Response.Write(ViewData["toubaoren"]);%>" name="ApplicantName" id="ApplicantName" readonly>
</div>
<div class="form-group">
<label class="control-label">流水号:</label>
<label class="control-label"><span></span>流水号:</label>
<input type="text" value="<%Response.Write(ViewData["liushui"]); %>" name="SerialNumber" id="SerialNumber" readonly>
</div>
<div class="form-group">
@ -85,7 +85,7 @@
<input type="text" value="" name="BillNumber" id="BillNumber">
</div>
<div class="form-group">
<label class="control-label">币种:</label>
<label class="control-label"><span></span>币种:</label>
<select class="select" id="AmtCurrency" name="AmtCurrency">
<%List<string> lis = ViewData["moneyType"] as List<string>;
foreach (var item in lis)
@ -114,7 +114,7 @@
</select>
</div>
<div class="form-group form-narrow">
<label class="control-label">发票号:</label>
<label class="control-label"><span></span>发票号:</label>
<input type="text" value="" name="InvoiceNumber" id="InvoiceNumber">
</div>
<div class="form-group">
@ -126,15 +126,15 @@
<a class="choose" data-toggle="modal" data-target="#chooseType" id="HuoType">点击选择</a>
</div>
<div class="clearfix"></div>
<div class="form-group form-textarea">
<div class="form-group form-textarea" style="width:31% !important;margin-top:5px;">
<label class="control-label"><span style="color: red">*</span>唛头:</label>
<textarea name="Sign" class="form-control" id="Sign" rows="3"></textarea>
</div>
<div class="form-group form-textarea">
<div class="form-group form-textarea" style="width:31% !important;margin-top:5px">
<label class="control-label"><span style="color: red">*</span>件数包装:</label>
<textarea name="PackAndQuantity" class="form-control" id="PackAndQuantity" rows="3"></textarea>
</div>
<div class="form-group form-textarea">
<div class="form-group form-textarea" style="width:31% !important;margin-top:5px">
<label class="control-label"><span style="color: red">*</span>货物描述:</label>
<textarea name="FregihtItem" class="form-control" id="FregihtItem" rows="3"></textarea>
</div>
@ -173,7 +173,7 @@
<option value="SX300105">一切险</option>
</select>
</div>
<div class="form-group form-risk">
<div class="form-group form-risk" style="margin-left:13px;">
<input type="checkbox" id="warfares" name="WarIns" value="true" />战争险
</div>
<div class="form-group form-risk">
@ -187,6 +187,7 @@
<option value="3" selected>3份</option>
</select>
</div>
<div style="width:100%;height:0px;border-bottom:1px dashed #ccc;overflow:hidden;margin-bottom:15px;"></div>
<div class="form-group">
<label class="control-label"><span style="color: red">*</span>起运国:</label>
<div class="input-group">
@ -211,7 +212,7 @@
<ul class="dropdown-menu dropdown-menu-right" role="menu"></ul>
</div>
</div>
<label style="color: red;">若起运地是仓库/工厂,请输入所在城市英文拼写。</label>
<label style="color: red;font-size:10px;">若起运地是仓库/工厂,请输入所在城市英文拼写。</label>
</div>
<div class="form-group">
<label class="control-label"><span style="color: red">*</span>目的国:</label>
@ -226,8 +227,7 @@
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="form-group">
<div class="form-group" style="margin-right:0px;">
<label class="control-label"><span style="color: red">*</span>目的地:</label>
<div class="input-group">
<input id="suggToArea" name="ToArea" type="text" class="form-control" value="" autocomplete="off" required />
@ -239,7 +239,8 @@
</div>
</div>
</div>
<div class="form-group">
<div class="clearfix"></div>
<div class="form-group" style="width:28%;">
<label class="control-label"><span style="color: red">*</span>查勘地点:</label>
<select class="select" id="SurveyAdr" name="SurveyAdr">
<%List<DSWeb.Common.DbContexts.Model.TsysCountryCodeCheckone> chak = ViewData["ChaK"] as List<DSWeb.Common.DbContexts.Model.TsysCountryCodeCheckone>;
@ -254,14 +255,14 @@
<%} %>
</select>
<br />
<label style="color: red;">若没有符合您要求的,可任意选择,不影响后期索赔。</label>
<label style="color: red;font-size:10px;">若没有符合您要求的,可任意选择,不影响后期索赔。</label>
</div>
<div class="form-group form-textarea">
<div class="form-group form-textarea" style="width:33%;">
<label class="control-label">信用证条款:</label>
<textarea placeholder="若有信用证要求,请填写到此处" class="form-control" rows="3" name="CreditNODesc"></textarea>
<input type="hidden" name="ChargeRate" id="ChargeRate" value="0.00035" />
</div>
<div class="form-group form-textarea">
<div class="form-group form-textarea" style="width:33%;">
<label class="control-label">备注:</label>
<textarea name="NewSpecialAgreement" class="form-control" rows="3"></textarea>
</div>
@ -320,7 +321,7 @@
<div class="tips">特别提示:特殊货物不属于自动承保的范围,需由保险公司人工审核确定是否承保、以及相应的承保费率和免赔;投保人选择的货物类型与实际运输不符,保单合同不成立,保险人不负任何赔偿责任。</div>
<form class="form-horizontal" id="formModal">
<table class="table type-table" id="type">
<thead>
<thead style="background:#eee;">
<tr>
<th>货物类型</th>
<th>货物类型描述</th>

@ -9,7 +9,7 @@
<title>编辑页面</title>
<link type="text/css" rel="stylesheet" href="../../../Areas/CompanyManage/Content/hplus/css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="../../../Areas/CompanyManage/Content/hplus/css/style.min.css" />
<link type="text/css" rel="stylesheet" href="../../../Areas/MaerskSubscribe/Content/css/application.css">
<link type="text/css" rel="stylesheet" href="../../../Areas/CompanyManage/Content/css/application.css">
<link type="text/css" rel="stylesheet" href="../../Areas/CompanyManage/Content/hplus/css/plugins/datapicker/datepicker3.css" />
<script type="text/javascript">
var GID;
@ -69,7 +69,6 @@
</div>
<div class="ibox-content" style="overflow: hidden; padding-top: 0px;">
<div class="care">
<img src="../../../Areas/MaerskSubscribe/Content/img/care.jpg" />
<p>注意1.&nbsp;&nbsp;请准确填写船名、航次、提单号、8位HS编码、申报数量。2.&nbsp;&nbsp;一个提单号下多个HS编码请录入多行信息。</p>
<p class="care_p">3.&nbsp;&nbsp;同一HS编码请合并录在一行商品名称用英文逗号隔开。&nbsp;&nbsp;4.&nbsp;&nbsp;申报数量要与法定单位对应,例法定单位是千克,请录净重。法定单位是台,请录台数。</p>
</div>
@ -215,12 +214,12 @@
</div>
</form>
</div>
<div class="ibox-content" style="margin-top: 20px;">
<div class="ibox-content">
<div class="navbar-collapse navbar-bottom collapse">
<ul class="nav navbar-nav">
<li><a class="add" data-toggle="modal" data-target="#addModal" id="cellAdd"><span class="glyphicon glyphicon-plus"></span>添加</a></li>
<li><a id="edit"><span class="glyphicon glyphicon-copy"></span>复制添加</a></li>
<li><a class="delete" id="delete"><span class="glyphicon glyphicon-remove"></span>删除</a></li>
<li><a class="delete" id="delete"><span class="glyphicon glyphicon-minus-sign"></span>删除</a></li>
</ul>
</div>
<table class="table stand-table" id="detTab">
@ -281,7 +280,7 @@
<div class="col-sm-11">
<input type="hidden" id="type" value="" />
<input type="text" class="form-control" id="ecode" placeholder="商品编码" value="" required="required" maxlength="10" autocomplete="off" />
<span style="display: none; border: 0; float: right; margin-right: 50px; color: red;" id="tix">仅支持8或10位数字请重新填写</span>
<span style="display: none; border: 0; float: left; margin-left: 7px; color: red;font-size:10px;" id="tix">仅支持8或10位数字请重新填写</span>
</div>
</div>
<div class="form-group">
@ -321,7 +320,7 @@
</div>
<div class="modal-body"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">确定</button>
<button type="button" class="btn btn-primary" data-dismiss="modal">确定</button>
</div>
</div>

@ -9,7 +9,7 @@
<title>台账</title>
<link type="text/css" rel="stylesheet" href="../../../Areas/CompanyManage/Content/hplus/css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="../../../Areas/CompanyManage/Content/hplus/css/style.min.css" />
<link type="text/css" rel="stylesheet" href="../../../Areas/MaerskSubscribe/Content/css/application.css">
<link type="text/css" rel="stylesheet" href="../../../Areas/CompanyManage/Content/css/application.css">
<link type="text/css" rel="stylesheet" href="../../Areas/CompanyManage/Content/hplus/css/plugins/datapicker/datepicker3.css" />
<link href="../../../Areas/CompanyManage/Content/hplus/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet" />
@ -77,21 +77,21 @@
<div class="ibox-content">
<div class="navbar-collapse navbar-bottom collapse">
<ul class="nav navbar-nav">
<li><a href="#" id="add" class="btn-sm"><span class="glyphicon glyphicon-plus"></span>新建</a></li>
<li><a href="#" id="add" class="btn-sm"><span class="glyphicon glyphicon-plus-sign"></span>新建</a></li>
<li><a href="#" id="copy"><span class="glyphicon glyphicon-copy"></span>复制</a></li>
<li><a href="#" id="import"><span class="glyphicon glyphicon-upload"></span>导入</a>
<form id="upload" method="post" action="/MvcShipping/MsFormRequisition/Import" enctype="multipart/form-data" onsubmit="return false">
<input type="file" name="path" id="open" class="file" accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel" style="display: none" />
</form>
</li>
<li><a href="#" id="del"><span class="glyphicon glyphicon-remove"></span>删除</a></li>
<li><a href="#" id="del"><span class="glyphicon glyphicon-minus-sign"></span>删除</a></li>
<%--<li><a href="#" onclick="ReSeat()" >重置条件</a></li>--%>
<li><a id="send"><span class="glyphicon glyphicon-send"></span>发送</a></li>
<%--<li><a href="#" id="rollBack">驳回提交</a></li>
<li><a href="#" id="Audit">审核</a></li>--%>
<%--<li><a href="/Areas/MvcShipping/DbContexts/ExcelTemp/入区拼箱清单信息表.xls" id="loadImTemp"><span class="glyphicon glyphicon-save"></span></a><input type="hidden" id="path" /></li>--%>
</ul>
<a href="/Areas/MvcShipping/DbContexts/ExcelTemp/入区拼箱清单信息表.xls" id="loadImTemp" title="下载导入模板" style="float: right"><span class="glyphicon glyphicon-save"></span></a>
<a href="/Areas/MvcShipping/DbContexts/ExcelTemp/入区拼箱清单信息表.xls" id="loadImTemp" title="下载导入模板" style="margin-top:15px;margin-right:20px;float: right"><span class="glyphicon glyphicon-save"></span></a>
<input type="hidden" id="path" />
</div>
</div>
@ -199,7 +199,7 @@
</div>
</form>
</div>
<div class="ibox-content" style="margin-top: 20px;">
<div class="ibox-content">
<table id="mytab" class="table table-condensed">
</table>
</div>

@ -174,7 +174,7 @@ Ext.extend(Shipping.MainForm, Ext.Panel, {
var tabtree = new Ext.tree.Panel({
region: 'west',
title: "<a><b><font color='#105cb6'>" + member.data.DESCRIPTION + "</font></b></a>",
title: "<a><b><font color='#02a476'>" + member.data.DESCRIPTION + "</font></b></a>",
split: true,
width: 180,
margins: '0 0 0 0',

@ -631,6 +631,7 @@
<Content Include="Areas\CommMng\Viewsjs\WorkFlowType\Index.js" />
<Content Include="Areas\CommMng\Viewsjs\WorkFlow\GetWorkFlowState.js" />
<Content Include="Areas\CompanyManage\Content\css\accountList.css" />
<Content Include="Areas\CompanyManage\Content\css\application.css" />
<Content Include="Areas\CompanyManage\Content\css\confirm.css" />
<Content Include="Areas\CompanyManage\Content\css\editInfo.css" />
<Content Include="Areas\CompanyManage\Content\css\identification.css" />

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 743 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 959 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 925 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 923 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 875 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 879 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 977 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 959 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 854 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 870 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 871 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 896 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 945 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Loading…
Cancel
Save