|
@@ -583,6 +583,7 @@
|
|
size="mini"
|
|
size="mini"
|
|
@click="revokeCharge"
|
|
@click="revokeCharge"
|
|
v-if="queryParams.fBillstatus === '6'"
|
|
v-if="queryParams.fBillstatus === '6'"
|
|
|
|
+ v-hasPermi="['finance:charge:revoke']"
|
|
>撤销收费</el-button
|
|
>撤销收费</el-button
|
|
>
|
|
>
|
|
<!-- <el-button type="info" size="small" @click="printing">打印</el-button>-->
|
|
<!-- <el-button type="info" size="small" @click="printing">打印</el-button>-->
|
|
@@ -2456,7 +2457,7 @@ export default {
|
|
if (Cookies.get("sysType") == 1) {
|
|
if (Cookies.get("sysType") == 1) {
|
|
//大木
|
|
//大木
|
|
getCharge(row.fId).then((response) => {
|
|
getCharge(row.fId).then((response) => {
|
|
- this.Operator = response.data.tFee.createBy;
|
|
|
|
|
|
+ this.Operator = response.data.tFee.createBy? response.data.tFee.createBy: '';
|
|
if (response.data.feeDoList != 0) {
|
|
if (response.data.feeDoList != 0) {
|
|
response.data.feeDoList.map((e) => {
|
|
response.data.feeDoList.map((e) => {
|
|
if (e.fBsdate) {
|
|
if (e.fBsdate) {
|