|  | @@ -81,7 +81,7 @@
 | 
											
												
													
														|  |              icon="el-icon-plus"
 |  |              icon="el-icon-plus"
 | 
											
												
													
														|  |              size="mini"
 |  |              size="mini"
 | 
											
												
													
														|  |              @click="handleAdd"
 |  |              @click="handleAdd"
 | 
											
												
													
														|  | -            v-hasPermi="['finance:charge:add']"
 |  | 
 | 
											
												
													
														|  | 
 |  | +            v-hasPermi="['financial:invoiceApplyFor:add']"
 | 
											
												
													
														|  |            >新增
 |  |            >新增
 | 
											
												
													
														|  |            </el-button>
 |  |            </el-button>
 | 
											
												
													
														|  |          </el-col>
 |  |          </el-col>
 | 
											
										
											
												
													
														|  | @@ -92,7 +92,7 @@
 | 
											
												
													
														|  |              size="mini"
 |  |              size="mini"
 | 
											
												
													
														|  |              :disabled="single"
 |  |              :disabled="single"
 | 
											
												
													
														|  |              @click="handleUpdate"
 |  |              @click="handleUpdate"
 | 
											
												
													
														|  | -            v-hasPermi="['finance:charge:edit']"
 |  | 
 | 
											
												
													
														|  | 
 |  | +            v-hasPermi="['financial:invoiceApplyFor:edit']"
 | 
											
												
													
														|  |            >修改
 |  |            >修改
 | 
											
												
													
														|  |            </el-button>
 |  |            </el-button>
 | 
											
												
													
														|  |          </el-col>
 |  |          </el-col>
 | 
											
										
											
												
													
														|  | @@ -244,7 +244,7 @@
 | 
											
												
													
														|  |                type="text"
 |  |                type="text"
 | 
											
												
													
														|  |                icon="el-icon-view"
 |  |                icon="el-icon-view"
 | 
											
												
													
														|  |                @click="check(scope.row, 0)"
 |  |                @click="check(scope.row, 0)"
 | 
											
												
													
														|  | -              v-hasPermi="['finance:contrast:edit']"
 |  | 
 | 
											
												
													
														|  | 
 |  | +              v-hasPermi="['financial:invoiceApplyFor:edit']"
 | 
											
												
													
														|  |              >查看</el-button
 |  |              >查看</el-button
 | 
											
												
													
														|  |              >
 |  |              >
 | 
											
												
													
														|  |              <el-button
 |  |              <el-button
 | 
											
										
											
												
													
														|  | @@ -252,7 +252,7 @@
 | 
											
												
													
														|  |                type="text"
 |  |                type="text"
 | 
											
												
													
														|  |                icon="el-icon-view"
 |  |                icon="el-icon-view"
 | 
											
												
													
														|  |                @click="check(scope.row, 1)"
 |  |                @click="check(scope.row, 1)"
 | 
											
												
													
														|  | -              v-hasPermi="['finance:contrast:edit']"
 |  | 
 | 
											
												
													
														|  | 
 |  | +              v-hasPermi="['financial:invoiceApplyFor:edit']"
 | 
											
												
													
														|  |                v-if="
 |  |                v-if="
 | 
											
												
													
														|  |                scope.row.fBillstatus == '提交审核' ||
 |  |                scope.row.fBillstatus == '提交审核' ||
 | 
											
												
													
														|  |                scope.row.fBillstatus == '审核中'
 |  |                scope.row.fBillstatus == '审核中'
 | 
											
										
											
												
													
														|  | @@ -264,7 +264,7 @@
 | 
											
												
													
														|  |                type="text"
 |  |                type="text"
 | 
											
												
													
														|  |                icon="el-icon-edit"
 |  |                icon="el-icon-edit"
 | 
											
												
													
														|  |                @click="handleUpdate(scope.row)"
 |  |                @click="handleUpdate(scope.row)"
 | 
											
												
													
														|  | -              v-hasPermi="['finance:charge:edit']"
 |  | 
 | 
											
												
													
														|  | 
 |  | +              v-hasPermi="['financial:invoiceApplyFor:edit']"
 | 
											
												
													
														|  |                v-if="
 |  |                v-if="
 | 
											
												
													
														|  |                scope.row.fBillstatus == '保存' ||
 |  |                scope.row.fBillstatus == '保存' ||
 | 
											
												
													
														|  |                scope.row.fBillstatus == '暂存' ||
 |  |                scope.row.fBillstatus == '暂存' ||
 | 
											
										
											
												
													
														|  | @@ -277,7 +277,7 @@
 | 
											
												
													
														|  |                type="text"
 |  |                type="text"
 | 
											
												
													
														|  |                icon="el-icon-delete"
 |  |                icon="el-icon-delete"
 | 
											
												
													
														|  |                @click="handleDelete(scope.row)"
 |  |                @click="handleDelete(scope.row)"
 | 
											
												
													
														|  | -              v-hasPermi="['finance:charge:remove']"
 |  | 
 | 
											
												
													
														|  | 
 |  | +              v-hasPermi="['financial:invoiceApplyFor:remove']"
 | 
											
												
													
														|  |                v-if="
 |  |                v-if="
 | 
											
												
													
														|  |                scope.row.fBillstatus == '保存' ||
 |  |                scope.row.fBillstatus == '保存' ||
 | 
											
												
													
														|  |                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: '确定',
 |  |                confirmButtonText: '确定',
 | 
											
												
													
														|  |                cancelButtonText: '取消',
 |  |                cancelButtonText: '取消',
 | 
											
												
													
														|  |                type: 'warning'
 |  |                type: 'warning'
 |