|
|
@ -7,21 +7,28 @@
|
|
|
|
<form class="form-horizontal" novalidate name="rate_form">
|
|
|
|
<form class="form-horizontal" novalidate name="rate_form">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="control-label col-sm-4" for="custom">海关</label>
|
|
|
|
<label class="control-label col-sm-4" for="custom">Customs</label>
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<input class="form-control" ng-model="custom.custom" id="custom" type="text">
|
|
|
|
<input class="form-control" ng-model="custom.custom" id="custom" type="text">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="control-label col-sm-4" for="mch_custom_no">备案号</label>
|
|
|
|
<label class="control-label col-sm-4" for="mch_custom_no">Customs No</label>
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<input class="form-control" ng-model="custom.mch_custom_no" id="mch_custom_no" type="text">
|
|
|
|
<input class="form-control" ng-model="custom.mch_custom_no" id="mch_custom_no" type="text">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="control-label col-sm-4" for="has_sub">是否拆单</label>
|
|
|
|
<label class="control-label col-sm-4" for="mch_custom_name">Merchant Custom Record Name</label>
|
|
|
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
|
|
|
<input class="form-control" ng-model="custom.mch_custom_name" id="mch_custom_name" type="text">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
|
|
<label class="control-label col-sm-4" for="has_sub">Split</label>
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<input ng-model="custom.has_sub" id="has_sub" type="checkbox">
|
|
|
|
<input ng-model="custom.has_sub" id="has_sub" type="checkbox">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -34,8 +41,8 @@
|
|
|
|
<table class="table table-striped">
|
|
|
|
<table class="table table-striped">
|
|
|
|
<thead>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th>海关金额</th>
|
|
|
|
<th>Order Amount</th>
|
|
|
|
<th>运费金额</th>
|
|
|
|
<th>Transport Fee</th>
|
|
|
|
<!--<th>消费者名称</th>-->
|
|
|
|
<!--<th>消费者名称</th>-->
|
|
|
|
<!--<th>消费者ID</th>-->
|
|
|
|
<!--<th>消费者ID</th>-->
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|