|
@@ -364,7 +364,7 @@
|
|
</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="站台使用费" prop="byqStationUsePrice" required>
|
|
|
|
|
|
+ <el-form-item label="站台使用费" required>
|
|
<div class="typeNumber">
|
|
<div class="typeNumber">
|
|
<el-input v-model.number="form.byqStationUsePrice" type="number" style="width: 88%;" @input="change1" placeholder="请输入站台使用费"></el-input>
|
|
<el-input v-model.number="form.byqStationUsePrice" type="number" style="width: 88%;" @input="change1" placeholder="请输入站台使用费"></el-input>
|
|
</div>
|
|
</div>
|
|
@@ -388,7 +388,17 @@
|
|
</div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
|
|
+ <el-form-item label="合计" prop="quantity">
|
|
|
|
+ <!-- <el-input :value="form.byqStationUsePrice || form.byqFreightPrice ? (form.byqStationUsePrice + form.byqFreightPrice + form.byqStationPrice).toFixed(2) :0" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input> -->
|
|
|
|
+ <el-input :value="(Number(form.byqStationUsePrice) + Number(form.byqFreightPrice) + Number(form.byqStationPrice)).toFixed(2)" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+
|
|
|
|
+ </el-row>
|
|
|
|
|
|
|
|
+ <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="备注" prop="byqOtherRemarks" >
|
|
<el-form-item label="备注" prop="byqOtherRemarks" >
|
|
<el-input
|
|
<el-input
|
|
@@ -403,15 +413,6 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
- <el-row :gutter="20">
|
|
|
|
- <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
|
|
- <el-form-item label="合计" prop="quantity">
|
|
|
|
- <!-- <el-input :value="form.byqStationUsePrice || form.byqFreightPrice ? (form.byqStationUsePrice + form.byqFreightPrice + form.byqStationPrice).toFixed(2) :0" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input> -->
|
|
|
|
- <el-input :value="(Number(form.byqStationUsePrice) + Number(form.byqFreightPrice) + Number(form.byqStationPrice)).toFixed(2)" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
-
|
|
|
|
<el-form-item label="( 至锦州港运费 ) " size="mini" style="font-szie:50px" >
|
|
<el-form-item label="( 至锦州港运费 ) " size="mini" style="font-szie:50px" >
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
@@ -441,6 +442,16 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
+ <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
|
|
+ <el-form-item label="合计" prop="quantity">
|
|
|
|
+ <el-input :value="(Number(form.jzgStationUsePrice) + Number(form.jzgFreightPrice) + Number(form.jzgStationPrice)).toFixed(2)" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
|
|
|
|
+ <!-- <el-input :v-model="(form.byqStationUsePrice + form.byqFreightPrice + form.byqStationPrice).toFixed(2) " readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input> -->
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+
|
|
|
|
+ <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="备注" prop="jzgOtherRemarks">
|
|
<el-form-item label="备注" prop="jzgOtherRemarks">
|
|
<el-input
|
|
<el-input
|
|
@@ -455,15 +466,6 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
- <el-row :gutter="20">
|
|
|
|
- <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
|
|
- <el-form-item label="合计" prop="quantity">
|
|
|
|
- <el-input :value="(Number(form.jzgStationUsePrice) + Number(form.jzgFreightPrice) + Number(form.jzgStationPrice)).toFixed(2)" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
|
|
|
|
- <!-- <el-input :v-model="(form.byqStationUsePrice + form.byqFreightPrice + form.byqStationPrice).toFixed(2) " readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input> -->
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
-
|
|
|
|
<el-form-item label="( 至绥中港运费 ) " size="mini" style="font-szie:50px" >
|
|
<el-form-item label="( 至绥中港运费 ) " size="mini" style="font-szie:50px" >
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
@@ -493,6 +495,16 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
+ <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
|
|
+ <el-form-item label="合计" prop="quantity">
|
|
|
|
+ <el-input :value="(Number(form.szgStationUsePrice) + Number(form.szgFreightPrice) + Number(form.szgStationPrice)).toFixed(2)" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
|
|
|
|
+ <!-- <el-input :v-model="(form.byqStationUsePrice + form.byqFreightPrice + form.byqStationPrice).toFixed(2) " readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input> -->
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+
|
|
|
|
+ <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="备注" prop="szgOtherRemarks">
|
|
<el-form-item label="备注" prop="szgOtherRemarks">
|
|
<el-input
|
|
<el-input
|
|
@@ -507,15 +519,6 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
- <el-row :gutter="20">
|
|
|
|
- <el-col :span="6" :xs="24" :sm="12" :md="12" :lg="12">
|
|
|
|
- <el-form-item label="合计" prop="quantity">
|
|
|
|
- <el-input :value="(Number(form.szgStationUsePrice) + Number(form.szgFreightPrice) + Number(form.szgStationPrice)).toFixed(2)" readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
|
|
|
|
- <!-- <el-input :v-model="(form.byqStationUsePrice + form.byqFreightPrice + form.byqStationPrice).toFixed(2) " readonly style="width: 80%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input> -->
|
|
|
|
- </el-form-item>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|