Parcourir la source

调整报表样式和新加签名人

qukaidi il y a 1 mois
Parent
commit
2576b21b14
1 fichiers modifiés avec 28 ajouts et 6 suppressions
  1. 28 6
      src/views/costManagement/index.vue

+ 28 - 6
src/views/costManagement/index.vue

@@ -151,9 +151,9 @@
           valign="center"
         >
           <tr>
-            <td colspan="6"></td>
+            <td colspan="5"></td>
             <td colspan="2">打印次数:{{ formList.printTime + 1 }}</td>
-            <td colspan="4">打印日期:{{ formList.printDate }}</td>
+            <td colspan="5">打印日期:{{ formList.printDate }}</td>
           </tr>
           <tr>
             <td
@@ -265,7 +265,29 @@
             </td>
           </tr>
         </table>
-        <table
+        <el-row style="font-size: 16px; color: #000;margin-bottom: 15px;">
+          <el-col :span="8"> 
+            提交人:{{ formList.presenterName }} 
+          </el-col>
+          <el-col :span="8">
+            财务主管:{{ formList.firstLevelReviewerName }}
+          </el-col>
+          <el-col :span="8">
+            财务经理:{{ formList.secondaryReviewerName }}
+          </el-col>
+        </el-row>
+        <el-row style="font-size: 16px; color: #000;">
+          <el-col :span="8"> 
+            财务总监:
+          </el-col>
+          <el-col :span="8">
+            总经理:
+          </el-col>
+          <el-col :span="8">
+            领款人:
+          </el-col>
+        </el-row>
+        <!-- <table
           class="table table-striped table-bordered"
           align="center"
           valign="center"
@@ -342,7 +364,7 @@
               style="text-align: left; border: none; width: 10%"
             ></td>
           </tr>
-        </table>
+        </table> -->
       </div>
       <span slot="footer" class="dialog-footer">
         <el-button @click="dialogVisible = false">取 消</el-button>
@@ -363,9 +385,9 @@
           valign="center"
         >
           <tr>
-            <td colspan="6"></td>
+            <td colspan="5"></td>
             <td colspan="2">打印次数:{{ formList.printTime + 1 }}</td>
-            <td colspan="4">打印日期:{{ formList.printDate }}</td>
+            <td colspan="5">打印日期:{{ formList.printDate }}</td>
           </tr>
           <tr>
             <td