|
|
@ -14,7 +14,7 @@ |
|
|
|
<div class="titwu">出库开票申请</div> |
|
|
|
<el-form ref="dataForm" :model="formobj" class="formaddcopy02" :rules="rules"> |
|
|
|
<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.pcApplyDept }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
@ -28,7 +28,7 @@ |
|
|
|
</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.staffDeptName }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
@ -46,7 +46,7 @@ |
|
|
|
<div class="span-sty">合同编号</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.contractId }}</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.name }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
@ -98,7 +98,7 @@ |
|
|
|
</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.modelName }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
@ -792,6 +792,19 @@ export default { |
|
|
|
.addinputw { |
|
|
|
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; |
|
|
|
} |
|
|
|
/deep/ .el-form-item__error { |
|
|
|
margin-left: 110px !important; |
|
|
|
} |
|
|
|