|
@@ -397,7 +397,7 @@
|
|
|
<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-input :value="(Number(form.byqStationUsePrice) + Number(form.byqFreightPrice) + Number(form.byqStationPrice)).toFixed(2)" readonly style="width: 88%;" placeholder="请输入金额"><template slot="append">(元)</template></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
@@ -405,12 +405,13 @@
|
|
|
|
|
|
<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="24">
|
|
|
<el-form-item label="备注" prop="byqOtherRemarks" >
|
|
|
<el-input
|
|
|
v-model="form.byqOtherRemarks"
|
|
|
type="textarea"
|
|
|
- style="width: 88%;"
|
|
|
+ style="width: 95%;"
|
|
|
+ maxlength="200"
|
|
|
:autosize="{ minRows: 1, maxRows: 5}"
|
|
|
show-word-limit
|
|
|
placeholder="请输入内容"
|
|
@@ -452,7 +453,7 @@
|
|
|
|
|
|
<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 :value="(Number(form.jzgStationUsePrice) + Number(form.jzgFreightPrice) + Number(form.jzgStationPrice)).toFixed(2)" readonly style="width: 88%;" 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>
|
|
@@ -460,12 +461,13 @@
|
|
|
|
|
|
<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="24">
|
|
|
<el-form-item label="备注" prop="jzgOtherRemarks">
|
|
|
<el-input
|
|
|
v-model="form.jzgOtherRemarks"
|
|
|
type="textarea"
|
|
|
- style="width: 88%;"
|
|
|
+ maxlength="200"
|
|
|
+ style="width: 95%;"
|
|
|
:autosize="{ minRows: 1, maxRows: 5}"
|
|
|
show-word-limit
|
|
|
placeholder="请输入内容"
|
|
@@ -506,7 +508,7 @@
|
|
|
|
|
|
<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 :value="(Number(form.szgStationUsePrice) + Number(form.szgFreightPrice) + Number(form.szgStationPrice)).toFixed(2)" readonly style="width: 88%;" 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>
|
|
@@ -514,12 +516,13 @@
|
|
|
|
|
|
<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="24">
|
|
|
<el-form-item label="备注" prop="szgOtherRemarks">
|
|
|
<el-input
|
|
|
v-model="form.szgOtherRemarks"
|
|
|
type="textarea"
|
|
|
- style="width: 88%;"
|
|
|
+ maxlength="200"
|
|
|
+ style="width: 95%;"
|
|
|
:autosize="{ minRows: 1, maxRows: 5}"
|
|
|
show-word-limit
|
|
|
placeholder="请输入内容"
|