|
|
@ -16,17 +16,17 @@ |
|
|
|
<!--Start 新增修改部分--> |
|
|
|
<div class="listconadd"><!-- --> |
|
|
|
<div class="title">分公司间调账申请</div> <!--:rules="rules"--> |
|
|
|
<el-form ref="dataForm" :model="temp" :rules="rules" :inline="true" label-width="120px"> |
|
|
|
<el-form ref="dataForm" :model="temp" :rules="rules" :inline="true" label-width="120px" class="formadd"> |
|
|
|
<div class="invoiceadd" style="margin-top: 5px;"> |
|
|
|
<el-row> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item prop="accadjTypeValue" label="调账类型"> |
|
|
|
<span>{{temp.accadjTypeValue}}</span> |
|
|
|
<span>{{ temp.accadjTypeValue }}</span> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"><!-- :readonly="depositVehicleList[scope.$index].inboundDate" --> |
|
|
|
<el-form-item prop="callOutOrgName" label="调出分公司"> |
|
|
|
<span>{{temp.callOutOrgName}}</span> |
|
|
|
<span>{{ temp.callOutOrgName }}</span> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
@ -173,4 +173,12 @@ export default { |
|
|
|
.title { |
|
|
|
padding: 28px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.formadd /deep/ .el-row { |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.formadd /deep/ .el-col { |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
</style> |
|
|
|