Sfoglia il codice sorgente

Merge branch 'feature/relation_type_item' of http://47.101.143.145:8090/77975466/pco into feature/relation_type_item

qzyReal 2 anni fa
parent
commit
bb0171cdef

+ 1 - 1
sp-admin/sa-view/tb-business-car/tb-business-car-list.html

@@ -75,7 +75,7 @@
 				</el-form>
 				<!-- ------------- 数据列表 ------------- -->
 				<el-table class="data-table" ref="data-table" :data="dataList">
-					<sa-td name="业务流水号" prop="no" width=140></sa-td>
+					<sa-td name="业务号" prop="no" width=140></sa-td>
 					<sa-td name="车牌号" prop="carNo" width=120></sa-td>
 				<!-- 	<el-table-column label="车辆规格">
 						<template slot-scope="s">

+ 1 - 1
sp-admin/sa-view/tb-fee-statistics/detailPrint.html

@@ -48,7 +48,7 @@
             <td style="border:solid #000 1px; ">税款</td>
             <td style="border:solid #000 1px; ">不含税金额</td>
             <td style="border:solid #000 1px; ">收款方式</td>
-            <td style="border:solid #000 1px; ">系统流水号</td>
+            <td style="border:solid #000 1px; ">业务单号</td>
             <td style="border:solid #000 1px; ">企业名称</td>
             <td style="border:solid #000 1px; ">付款时间</td>
           </tr>

+ 1 - 2
sp-admin/sa-view/tb-fee-statistics/tb-fee-details-list.html

@@ -141,8 +141,7 @@
 					</el-table-column>
 				<!-- 	<sa-td name="收款方式" prop="payType" type="enum" :jv="{3: '微信支付'}"></sa-td>
 					<sa-td name="收款种类" prop="payMode" type="enum" :jv="{1: '直接收款'}"></sa-td> -->
-<!--					<sa-td name="系统流水号" prop="tradeNo" width="140px" ></sa-td>-->
-					<el-table-column label="系统流水号" width="140px">
+					<el-table-column label="业务单号" width="140px">
 						<template slot-scope="s">
 							<span v-if="s.row.businessNo != null && s.row.businessNo != ''" >{{s.row.businessNo}}</span>
 							<span v-else>{{s.row.businessCarNo}}</span>

BIN
sp-server/src/main/resources/static/day-fee-new.xlsx


BIN
sp-server/src/main/resources/static/disinfect.xlsx