Selaa lähdekoodia

1.债权报生成调整

GouGengquan 3 kuukautta sitten
vanhempi
commit
70c4c50bdd
1 muutettua tiedostoa jossa 13 lisäystä ja 6 poistoa
  1. 13 6
      src/views/assets/workbench/cr/report/crBaseInfo.vue

+ 13 - 6
src/views/assets/workbench/cr/report/crBaseInfo.vue

@@ -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>