Bladeren bron

平台融信详情签署合同样式调整

zhanglb 4 jaren geleden
bovenliggende
commit
4cd3948795

+ 5 - 4
front-vue/src/views/service/credit/creditDetail.vue

@@ -118,14 +118,15 @@
             <el-table :data="creditSealList" style="width: 100%" stripe border>
                 <el-table-column label="文件名称" align="center" prop="pfiFileName" show-overflow-tooltip>
                     <template slot-scope="scope">
-                        <img style="width:30px;height:30px;" src="../../../assets/images/pdf.png" />
-                        <span>{{scope.row.pfiFileName}}</span>
+                      <attachments :fileName="scope.row.pfiFileName">
+                        <img class="" src="../../../assets/images/pdf.png" />
+                      </attachments>
                     </template>
                 </el-table-column>
                 <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="300" fixed="right">
                     <template slot-scope="scope">
-                        <el-button size="mini" type="text" icon="el-icon-view" @click="handleDownload(scope.row)">下载</el-button>
-                        <el-button size="mini" type="text" icon="el-icon-view" @click="handlePreview(scope.row)">预览</el-button>
+                        <el-button class="zap-button-primary" size="mini" @click="handleDownload(scope.row)">下载</el-button>
+                        <el-button class="zap-button-primary" size="mini" @click="handlePreview(scope.row)">预览</el-button>
                     </template>
                 </el-table-column>
             </el-table>

+ 1 - 40
front-vue/src/views/service/financeRecord/addFinanceRecord.vue

@@ -135,47 +135,8 @@
                 </el-table-column>
             </el-table>
         </el-row>
-        <!-- 发票附件 -->
-        <!-- <el-row class="zap-margin-top zap-form">
-            <div class="zap-title">发票附件</div>
-            <el-table :data="invoiceFileList" stripe="" style="width: 100%">
-                <el-table-column label="文件名称" align="center" prop="pfiFileName" show-overflow-tooltip />
-                <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='300' fixed="right">
-                    <template slot-scope="scope">
-                        <el-button size="mini" type="text" icon="el-icon-view" @click="handlePreview(scope.row)">预览</el-button>
-                    </template>
-                </el-table-column>
-            </el-table>
-        </el-row> -->
-
-        <!-- 合同附件 -->
-        <!-- <el-row class="zap-margin-top zap-form">
-            <div class="zap-title">合同附件</div>
-            <el-table :data="contractFileList" stripe="" style="width: 100%">
-                <el-table-column label="文件名称" align="center" prop="pfiFileName" show-overflow-tooltip />
-                <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='300' fixed="right">
-                    <template slot-scope="scope">
-                        <el-button size="mini" type="text" icon="el-icon-view" @click="handlePreview(scope.row)">预览</el-button>
-                    </template>
-                </el-table-column>
-            </el-table>
-        </el-row> -->
-
-        <!-- 其他附件 -->
-        <!-- <el-row class="zap-margin-top zap-form">
-            <div class="zap-title">其他附件</div>
-            <el-table :data="otherFileList" stripe="" style="width: 100%">
-                <el-table-column label="文件名称" align="center" prop="pfiFileName" show-overflow-tooltip />
-                <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='300' fixed="right">
-                    <template slot-scope="scope">
-                        <el-button size="mini" type="text" icon="el-icon-view" @click="handlePreview(scope.row)">预览</el-button>
-                    </template>
-                </el-table-column>
-            </el-table>
-        </el-row> -->
         <el-row type="flex" align="middle" justify="center" style="height: 77px">
             <el-button type="primary" @click="submitForm">确 定</el-button>
-            <!-- <el-button @click="cancel">取 消</el-button> -->
         </el-row>
     </el-row>
     <!-- 附件详情 -->
@@ -1328,7 +1289,7 @@ export default {
                     console.log(self.zfrId,"zfrId")
                     queryStamped.zfrId = self.zfrId
                     debugger;
-                    
+
                     const load = self.$loading({
                         lock: true,
                         text: "Loading",

+ 0 - 40
front-vue/src/views/service/financeRecord/recordSeal.vue

@@ -358,49 +358,9 @@
           </el-table-column>
         </el-table>
       </el-row>
-      <!-- 发票附件 -->
-      <!-- <el-row class="zap-margin-top zap-form">
-            <div class="zap-title">发票附件</div>
-            <el-table :data="invoiceFileList" stripe="" style="width: 100%">
-                <el-table-column label="文件名称" align="center" prop="pfiFileName" show-overflow-tooltip />
-                <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='300' fixed="right">
-                    <template slot-scope="scope">
-                        <el-button size="mini" type="text" icon="el-icon-view" @click="handlePreview(scope.row)">预览</el-button>
-                    </template>
-                </el-table-column>
-            </el-table>
-        </el-row> -->
-
-      <!-- 合同附件 -->
-      <!-- <el-row class="zap-margin-top zap-form">
-            <div class="zap-title">合同附件</div>
-            <el-table :data="contractFileList" stripe="" style="width: 100%">
-                <el-table-column label="文件名称" align="center" prop="pfiFileName" show-overflow-tooltip />
-                <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='300' fixed="right">
-                    <template slot-scope="scope">
-                        <el-button size="mini" type="text" icon="el-icon-view" @click="handlePreview(scope.row)">预览</el-button>
-                    </template>
-                </el-table-column>
-            </el-table>
-        </el-row> -->
-
-      <!-- 其他附件 -->
-      <!-- <el-row class="zap-margin-top zap-form">
-            <div class="zap-title">其他附件</div>
-            <el-table :data="otherFileList" stripe="" style="width: 100%">
-                <el-table-column label="文件名称" align="center" prop="pfiFileName" show-overflow-tooltip />
-                <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='300' fixed="right">
-                    <template slot-scope="scope">
-                        <el-button size="mini" type="text" icon="el-icon-view" @click="handlePreview(scope.row)">预览</el-button>
-                    </template>
-                </el-table-column>
-            </el-table>
-        </el-row> -->
       <el-row type="flex" align="middle" justify="center" style="height: 77px">
-        <!-- <el-button type="success" @click="cancelFtp">作废</el-button> -->
         <el-button type="primary" @click="selectPayment">合同签署</el-button>
         <el-button type="primary" plain="" @click="cancel">取消</el-button>
-        <!-- <el-button @click="cancel">取 消</el-button> -->
       </el-row>
     </el-row>
     <!-- 附件详情 -->