|
@@ -81,7 +81,7 @@
|
|
|
icon="el-icon-plus"
|
|
|
size="mini"
|
|
|
@click="handleAdd"
|
|
|
- v-hasPermi="['finance:charge:add']"
|
|
|
+ v-hasPermi="['financial:invoiceApplyFor:add']"
|
|
|
>新增
|
|
|
</el-button>
|
|
|
</el-col>
|
|
@@ -92,7 +92,7 @@
|
|
|
size="mini"
|
|
|
:disabled="single"
|
|
|
@click="handleUpdate"
|
|
|
- v-hasPermi="['finance:charge:edit']"
|
|
|
+ v-hasPermi="['financial:invoiceApplyFor:edit']"
|
|
|
>修改
|
|
|
</el-button>
|
|
|
</el-col>
|
|
@@ -244,7 +244,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-view"
|
|
|
@click="check(scope.row, 0)"
|
|
|
- v-hasPermi="['finance:contrast:edit']"
|
|
|
+ v-hasPermi="['financial:invoiceApplyFor:edit']"
|
|
|
>查看</el-button
|
|
|
>
|
|
|
<el-button
|
|
@@ -252,7 +252,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-view"
|
|
|
@click="check(scope.row, 1)"
|
|
|
- v-hasPermi="['finance:contrast:edit']"
|
|
|
+ v-hasPermi="['financial:invoiceApplyFor:edit']"
|
|
|
v-if="
|
|
|
scope.row.fBillstatus == '提交审核' ||
|
|
|
scope.row.fBillstatus == '审核中'
|
|
@@ -264,7 +264,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['finance:charge:edit']"
|
|
|
+ v-hasPermi="['financial:invoiceApplyFor:edit']"
|
|
|
v-if="
|
|
|
scope.row.fBillstatus == '保存' ||
|
|
|
scope.row.fBillstatus == '暂存' ||
|
|
@@ -277,7 +277,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['finance:charge:remove']"
|
|
|
+ v-hasPermi="['financial:invoiceApplyFor:remove']"
|
|
|
v-if="
|
|
|
scope.row.fBillstatus == '保存' ||
|
|
|
scope.row.fBillstatus == '暂存' ||
|
|
@@ -2831,7 +2831,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- MessageBox.confirm("第" + (Num).slice(0,Num.length-1) + "行重复,请重新选择",{
|
|
|
+ MessageBox.confirm("选中的第" + (Num).slice(0,Num.length-1) + "行重复,请重新选择",{
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|