|
@@ -49,23 +49,30 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
+ <el-row :gutter="10">
|
|
|
+ <el-col :span="24">
|
|
|
+ <el-form-item label="公司名称:" label-width="180" class="form-item" prop="consignorInfo.consignorCompanyName">
|
|
|
+ <el-input v-model="crBaseInfo.consignorInfo.consignorCompanyName" clearable style="width: 100%;" />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
- <el-row :gutter="10">
|
|
|
+ <!-- <el-row :gutter="10">
|
|
|
<el-col :span="24">
|
|
|
<el-divider content-position="left">
|
|
|
<span style="color:#ff6154;">委托人概况</span>
|
|
|
</el-divider>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="10">
|
|
|
+ </el-row> -->
|
|
|
+ <!-- <el-row :gutter="10">
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="公司名称:" class="form-item" prop="consignorInfo.consignorCompanyName">
|
|
|
<el-input v-model="crBaseInfo.consignorInfo.consignorCompanyName" clearable style="width: 100%;" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="10">
|
|
|
+ </el-row> -->
|
|
|
+ <!-- <el-row :gutter="10">
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="营业场所:" class="form-item" prop="consignorInfo.businessLocation">
|
|
|
<el-input v-model="crBaseInfo.consignorInfo.businessLocation" clearable style="width: 100%;" />
|
|
@@ -106,7 +113,7 @@
|
|
|
<el-input v-model="crBaseInfo.consignorInfo.consignorBusinessScope" :rows="5" type="textarea" clearable style="width: 100%;" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
+ </el-row> -->
|
|
|
<div>
|
|
|
<el-button type="danger" style="float: right;" @click="generateCRReport()">生成报告</el-button>
|
|
|
</div>
|