|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
<form class="form-horizontal" novalidate name="rate_form">
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-4">海关</label>
|
|
|
|
|
<label class="control-label col-sm-4">Customs</label>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<select class="form-control" name="industry"
|
|
|
|
|
ng-model="custom.custom"
|
|
|
|
@ -19,14 +19,14 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<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">
|
|
|
|
|
<input class="form-control" ng-model="custom.mch_custom_no" id="mch_custom_no" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-4" for="has_sub">是否拆单</label>
|
|
|
|
|
<label class="control-label col-sm-4" for="has_sub">Split</label>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<input ng-model="custom.has_sub" id="has_sub" type="checkbox">
|
|
|
|
|
</div>
|
|
|
|
@ -39,11 +39,11 @@
|
|
|
|
|
<table class="table table-striped">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>海关金额</th>
|
|
|
|
|
<th>运费金额</th>
|
|
|
|
|
<th>Order Amount</th>
|
|
|
|
|
<th>Transport Fee</th>
|
|
|
|
|
<!--<th>消费者名称</th>-->
|
|
|
|
|
<!--<th>消费者ID</th>-->
|
|
|
|
|
<th>操作</th>
|
|
|
|
|
<th>Operation</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
@ -63,14 +63,14 @@
|
|
|
|
|
|
|
|
|
|
<div ng-if="custom.has_sub">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-4" for="order_fee">订单金额</label>
|
|
|
|
|
<label class="control-label col-sm-4" for="order_fee">Order Amount</label>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<input class="form-control" ng-model="subOrder.order_fee" id="order_fee" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-4" for="transport_fee">运费金额</label>
|
|
|
|
|
<label class="control-label col-sm-4" for="transport_fee">Transport Fee</label>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<input class="form-control" ng-model="subOrder.transport_fee" id="transport_fee" type="text">
|
|
|
|
|
</div>
|
|
|
|
|