Prechádzať zdrojové kódy

报销页面展示项调整

user5 11 mesiacov pred
rodič
commit
51bb834fa5

+ 3 - 3
src/views/ccpm/reimbursement/info/InfoList.vue

@@ -171,7 +171,7 @@
               <span v-else>{{scope.row.no}}</span>
             </template>
           </vxe-column>
-			<vxe-column v-if="hasPermission('reimbursement:payment:view')" width="130" title="报销项" field="reimbursementType" align="center">
+			<vxe-column v-if="hasPermission('ccpm:user:payment')" width="130" title="报销项" field="reimbursementType" align="center">
 				<template #default="scope">
 					{{$dictUtils.getDictLabel('reimbursement_type', scope.row.reimbursementType, '')}}
 				</template>
@@ -206,9 +206,9 @@
               <el-button  @click="detail(scope.row)" :type="$dictUtils.getDictLabel('status_info', scope.row.type, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.type, '未开始')}} </el-button>
             </template>
           </vxe-column>
-			<vxe-column v-if="hasPermission('reimbursement:payment:view')" min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
+			<vxe-column v-if="hasPermission('ccpm:user:payment')" min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
 				<template #default="scope">
-					<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未付款')}} </el-button>
+					<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未审批')}} </el-button>
 				</template>
 			</vxe-column>
           <vxe-column title="操作" width="130px" fixed="right" align="center">

+ 3 - 3
src/views/consultancy/reimbursement/info/InfoList.vue

@@ -171,7 +171,7 @@
               <span v-else>{{scope.row.no}}</span>
             </template>
           </vxe-column>
-			<vxe-column v-if="hasPermission('reimbursement:payment:view')" width="130" title="报销项" field="reimbursementType" align="center">
+			<vxe-column v-if="hasPermission('consultancy:user:payment')" width="130" title="报销项" field="reimbursementType" align="center">
 				<template #default="scope">
 					{{$dictUtils.getDictLabel('reimbursement_type', scope.row.reimbursementType, '')}}
 				</template>
@@ -206,9 +206,9 @@
               <el-button  @click="detail(scope.row)" :type="$dictUtils.getDictLabel('status_info', scope.row.type, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.type, '未开始')}} </el-button>
             </template>
           </vxe-column>
-			<vxe-column v-if="hasPermission('reimbursement:payment:view')" min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
+			<vxe-column v-if="hasPermission('consultancy:user:payment')" min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
 				<template #default="scope">
-					<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未付款')}} </el-button>
+					<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未审批')}} </el-button>
 				</template>
 			</vxe-column>
           <vxe-column title="操作" width="130px" fixed="right" align="center">

+ 3 - 3
src/views/cw/reimbursementApproval/info/InfoList.vue

@@ -179,7 +179,7 @@
 							<span v-else>{{scope.row.no}}</span>
 						</template>
 					</vxe-column>
-					<vxe-column v-if="hasPermission('reimbursement:payment:view')" width="130" title="报销项" field="reimbursementType" align="center">
+					<vxe-column v-if="hasPermission('cw:user:payment')" width="130" title="报销项" field="reimbursementType" align="center">
 						<template #default="scope">
 							{{$dictUtils.getDictLabel('reimbursement_type', scope.row.reimbursementType, '')}}
 						</template>
@@ -214,9 +214,9 @@
 							<el-button @click="detail(scope.row)" :type="$dictUtils.getDictLabel('status_info', scope.row.type, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.type, '未开始')}} </el-button>
 						</template>
 					</vxe-column>
-					<vxe-column v-if="hasPermission('reimbursement:payment:view')"  min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
+					<vxe-column v-if="hasPermission('cw:user:payment')"  min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
 						<template #default="scope">
-							<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未付款')}} </el-button>
+							<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未审批')}} </el-button>
 						</template>
 					</vxe-column>
 					<vxe-column title="操作" min-width="130px" fixed="right" align="center">

+ 3 - 3
src/views/reimbursement/info/InfoList.vue

@@ -162,7 +162,7 @@
               <span v-else>{{scope.row.no}}</span>
             </template>
           </vxe-column>
-			<vxe-column v-if="hasPermission('reimbursement:payment:view')" width="130" title="报销项" field="reimbursementType" align="center">
+			<vxe-column v-if="hasPermission('pg:user:payment')" width="130" title="报销项" field="reimbursementType" align="center">
 				<template #default="scope">
 					{{$dictUtils.getDictLabel('reimbursement_type', scope.row.reimbursementType, '')}}
 				</template>
@@ -197,9 +197,9 @@
               <el-button @click="detail(scope.row)" :type="$dictUtils.getDictLabel('status_info', scope.row.type, '')" effect="dark">{{$dictUtils.getDictLabel("status", scope.row.type, '未开始')}} </el-button>
             </template>
           </vxe-column>
-			<vxe-column v-if="hasPermission('reimbursement:payment:view')"  min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
+			<vxe-column v-if="hasPermission('pg:user:payment')"  min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
 				<template #default="scope">
-					<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未付款')}} </el-button>
+					<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未审批')}} </el-button>
 				</template>
 			</vxe-column>
           <vxe-column title="操作" min-width="130px" fixed="right" align="center">

+ 3 - 3
src/views/zs/reimbursement/info/InfoList.vue

@@ -171,7 +171,7 @@
               <span v-else>{{scope.row.no}}</span>
             </template>
           </vxe-column>
-			<vxe-column v-if="hasPermission('reimbursement:payment:view')" width="130" title="报销项" field="reimbursementType" align="center">
+			<vxe-column v-if="hasPermission('zs:user:payment')" width="130" title="报销项" field="reimbursementType" align="center">
 				<template #default="scope">
 					{{$dictUtils.getDictLabel('reimbursement_type', scope.row.reimbursementType, '')}}
 				</template>
@@ -206,9 +206,9 @@
               <el-button  @click="detail(scope.row)" :type="$dictUtils.getDictLabel('status_info', scope.row.type, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.type, '未开始')}} </el-button>
             </template>
           </vxe-column>
-			<vxe-column v-if="hasPermission('reimbursement:payment:view')"  min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
+			<vxe-column v-if="hasPermission('zs:user:payment')"  min-width="100" title="付款状态" fixed="right" align="center" field="paymentStatus">
 				<template #default="scope">
-					<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未付款')}} </el-button>
+					<el-button  :type="$dictUtils.getDictLabel('payment_status_info', scope.row.paymentStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("payment_status", scope.row.paymentStatus, '未审批')}} </el-button>
 				</template>
 			</vxe-column>
           <vxe-column title="操作" width="130px" fixed="right" align="center">