|
|
@ -77,29 +77,29 @@ |
|
|
|
<el-dialog :visible.sync="innerVisible" width="50%" append-to-body> |
|
|
|
<el-form ref="form_obj" :model="formobj" class="formaddcopy02"> |
|
|
|
<el-row style="border-top: 1px solid #E0E3EB"> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="8" class="tlineheightb"> |
|
|
|
<div class="span-sty">客户名称</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.customerName }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="8" class="tlineheightb"> |
|
|
|
<div class="span-sty">合同编号</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.contractNo }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="8" class="tlineheightb"> |
|
|
|
<div class="span-sty">车架号</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.vinNo }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="8" class="tlineheightb"> |
|
|
|
<div class="span-sty">款项名称</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.receivablesName }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="8" class="tlineheightb"> |
|
|
|
<div class="span-sty">应收金额</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.reveivableMoney }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="8" class="tlineheightb"> |
|
|
|
<div class="span-sty">实收金额</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.subscriptionMoney }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
@ -345,4 +345,17 @@ export default { |
|
|
|
.addinputInfo { |
|
|
|
margin-left: 110px !important; |
|
|
|
} |
|
|
|
.tlineheightb { |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: flex-start; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
/deep/ .tlineheightb .el-form-item .el-form-item__content .addinputInfo { |
|
|
|
line-height: 15px !important; |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: flex-start; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
</style> |
|
|
|