|
@@ -365,13 +365,14 @@
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
- <el-form-item label="( 鲅鱼圈 ) " size="mini" style="font-szie:50px" >
|
|
|
|
|
|
+ <el-form-item size="mini" style="font-szie:50px" label-width="60px" >
|
|
|
|
+ <div> <i class="el-icon-circle-plus"></i> 鲅鱼圈运费 </div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-form-item label="站台使用费" required>
|
|
<el-form-item label="站台使用费" required>
|
|
<div class="typeNumber">
|
|
<div class="typeNumber">
|
|
- <el-input v-model="form.byqStationUsePrice" style="width: 88%;" @input="change1" placeholder="请输入站台使用费"></el-input>
|
|
|
|
|
|
+ <el-input v-model="form.byqStationUsePrice" style="width: 88%;" @input="change1" placeholder="请输入站台使用费"><template slot="append">(元/吨)</template></el-input>
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -379,7 +380,7 @@
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-form-item label="运费" required>
|
|
<el-form-item label="运费" required>
|
|
<div class="typeNumber">
|
|
<div class="typeNumber">
|
|
- <el-input v-model="form.byqFreightPrice" @input="change1" style="width: 88%;" placeholder="请输入运费"></el-input>
|
|
|
|
|
|
+ <el-input v-model="form.byqFreightPrice" @input="change1" style="width: 88%;" placeholder="请输入运费"><template slot="append">(元/吨)</template></el-input>
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -389,7 +390,7 @@
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-form-item label="上站费" required>
|
|
<el-form-item label="上站费" required>
|
|
<div class="typeNumber">
|
|
<div class="typeNumber">
|
|
- <el-input v-model="form.byqStationPrice" @input="change1" style="width: 88%;" placeholder="请输入上站费"></el-input>
|
|
|
|
|
|
+ <el-input v-model="form.byqStationPrice" @input="change1" style="width: 88%;" placeholder="请输入上站费"><template slot="append">(元/吨)</template></el-input>
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -418,13 +419,15 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
- <el-form-item label="( 至锦州港运费 ) " size="mini" style="font-szie:50px" >
|
|
|
|
|
|
+ <el-form-item size="mini" style="font-szie:50px" label-width="60px">
|
|
|
|
+ <div> <i class="el-icon-circle-plus"></i> 锦州港运费 </div>
|
|
|
|
+
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-form-item label="站台使用费" required>
|
|
<el-form-item label="站台使用费" required>
|
|
<div class="typeNumber">
|
|
<div class="typeNumber">
|
|
- <el-input v-model="form.jzgStationUsePrice" style="width: 88%;" @input="change1" placeholder="请输入站台使用费"></el-input>
|
|
|
|
|
|
+ <el-input v-model="form.jzgStationUsePrice" style="width: 88%;" @input="change1" placeholder="请输入站台使用费"><template slot="append">(元/吨)</template></el-input>
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -432,7 +435,7 @@
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-form-item label="运费" required>
|
|
<el-form-item label="运费" required>
|
|
<div class="typeNumber">
|
|
<div class="typeNumber">
|
|
- <el-input v-model="form.jzgFreightPrice" @input="change1" style="width: 88%;" placeholder="请输入运费"></el-input>
|
|
|
|
|
|
+ <el-input v-model="form.jzgFreightPrice" @input="change1" style="width: 88%;" placeholder="请输入运费"><template slot="append">(元/吨)</template></el-input>
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -442,7 +445,7 @@
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-form-item label="上站费" required>
|
|
<el-form-item label="上站费" required>
|
|
<div class="typeNumber">
|
|
<div class="typeNumber">
|
|
- <el-input v-model="form.jzgStationPrice" @input="change1" style="width: 88%;" placeholder="请输入上站费"></el-input>
|
|
|
|
|
|
+ <el-input v-model="form.jzgStationPrice" @input="change1" style="width: 88%;" placeholder="请输入上站费"><template slot="append">(元/吨)</template></el-input>
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -471,13 +474,14 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
- <el-form-item label="( 至绥中港运费 ) " size="mini" style="font-szie:50px" >
|
|
|
|
|
|
+ <el-form-item icon="el-icon-s-help" size="mini" style="font-szie:50px" label-width="60px">
|
|
|
|
+ <div> <i class="el-icon-circle-plus"></i> 绥中港运费 </div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-form-item label="站台使用费" required>
|
|
<el-form-item label="站台使用费" required>
|
|
<div class="typeNumber">
|
|
<div class="typeNumber">
|
|
- <el-input v-model="form.szgStationUsePrice" style="width: 88%;" @input="change1" placeholder="请输入站台使用费"></el-input>
|
|
|
|
|
|
+ <el-input v-model="form.szgStationUsePrice" style="width: 88%;" @input="change1" placeholder="请输入站台使用费"><template slot="append">(元/吨)</template></el-input>
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -485,7 +489,7 @@
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-form-item label="运费" required>
|
|
<el-form-item label="运费" required>
|
|
<div class="typeNumber">
|
|
<div class="typeNumber">
|
|
- <el-input v-model="form.szgFreightPrice" @input="change1" style="width: 88%;" placeholder="请输入运费"></el-input>
|
|
|
|
|
|
+ <el-input v-model="form.szgFreightPrice" @input="change1" style="width: 88%;" placeholder="请输入运费"><template slot="append">(元/吨)</template></el-input>
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -495,7 +499,7 @@
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
<el-form-item label="上站费" required>
|
|
<el-form-item label="上站费" required>
|
|
<div class="typeNumber">
|
|
<div class="typeNumber">
|
|
- <el-input v-model="form.szgStationPrice" @input="change1" style="width: 88%;" placeholder="请输入上站费"></el-input>
|
|
|
|
|
|
+ <el-input v-model="form.szgStationPrice" @input="change1" style="width: 88%;" placeholder="请输入上站费"><template slot="append">(元/吨)</template></el-input>
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|