gjy 2 anos atrás
pai
commit
e7712a7ad9

+ 2 - 2
public/static/payprint1.html

@@ -854,9 +854,9 @@
                     </tr>
                     <tr class="row">
                         <td class="col col-bgc">联系人</td>
-                        <td class="col" colspan="1"></td>
+                        <td class="col" colspan="1">{{printData.warehouseName=='洮南新友谊兴旺库'?'程冬冬':''}}</td>
                         <td class="col col-bgc">联系电话</td>
-                        <td class="col" colspan="1">&nbsp;</td>
+                        <td class="col" colspan="1">{{printData.warehouseName=='洮南新友谊兴旺库'?'13946256986':''}}</td>
                         <td class="col col-bgc">地址</td>
                         <td class="col" colspan="4">{{printData.identityAuthenticationInfo.compAddress}}</td>
                     </tr>

+ 11 - 4
src/views/houseSelfCollect/paymentManagement.vue

@@ -62,9 +62,9 @@
         </ws-button>
       </template>
     </BaseHeaderLayout>
-    <BaseHeaderLayout :leftSpan="10">
-      <template slot="left">
-        <!-- <ws-button type="primary" @click="screen(2)">待结算</ws-button>
+    <el-row>
+      <el-col :span="18">
+         <!-- <ws-button type="primary" @click="screen(2)">待结算</ws-button>
         <ws-button type="primary" @click="screen(0)">待审核</ws-button>
         <ws-button type="primary"  @click="screen()">全部</ws-button>-->
 
@@ -106,10 +106,17 @@
         >
           <el-button type="primary">模板下载</el-button>
         </el-link>
+      </el-col>
+      <el-col :span="6">
+      </el-col>
+    </el-row>
+    <!-- <BaseHeaderLayout :leftSpan="10">
+      <template slot="left">
+       
        
       </template>
       <template slot="right"></template>
-    </BaseHeaderLayout>
+    </BaseHeaderLayout> -->
     <el-table :data="paymentList" ref="table" style="width: 100%; margin-top: 20px" border height="calc(100% - 170px)"
       @row-click="handleRowClick" @selection-change="handleSelectionChange" :summary-method="getSummaries" show-summary>
       <!-- <el-table-column :selectable="selectInit" type="selection" width="30"></el-table-column> -->