|  | @@ -106,7 +106,7 @@
 | 
	
		
			
				|  |  |            icon="el-icon-plus"
 | 
	
		
			
				|  |  |            size="mini"
 | 
	
		
			
				|  |  |            @click="handleAdd(false)"
 | 
	
		
			
				|  |  | -          v-hasPermi="['warehouseBusiness:warehousebills:add']"
 | 
	
		
			
				|  |  | +          v-hasPermi="['warehouseBusiness:storageFeeCalculation:add']"
 | 
	
		
			
				|  |  |          >新增
 | 
	
		
			
				|  |  |          </el-button>
 | 
	
		
			
				|  |  |        </el-col>
 | 
	
	
		
			
				|  | @@ -117,7 +117,7 @@
 | 
	
		
			
				|  |  |            size="mini"
 | 
	
		
			
				|  |  |            :disabled="single"
 | 
	
		
			
				|  |  |            @click="handleUpdate"
 | 
	
		
			
				|  |  | -          v-hasPermi="['warehouseBusiness:warehousebills:edit']"
 | 
	
		
			
				|  |  | +          v-hasPermi="['warehouseBusiness:storageFeeCalculation:edit']"
 | 
	
		
			
				|  |  |          >修改
 | 
	
		
			
				|  |  |          </el-button>
 | 
	
		
			
				|  |  |        </el-col>
 | 
	
	
		
			
				|  | @@ -128,7 +128,7 @@
 | 
	
		
			
				|  |  |            size="mini"
 | 
	
		
			
				|  |  |            :disabled="multiple"
 | 
	
		
			
				|  |  |            @click="handleDelete"
 | 
	
		
			
				|  |  | -          v-hasPermi="['warehouseBusiness:warehousebills:remove']"
 | 
	
		
			
				|  |  | +          v-hasPermi="['warehouseBusiness:storageFeeCalculation:remove']"
 | 
	
		
			
				|  |  |          >删除
 | 
	
		
			
				|  |  |          </el-button>
 | 
	
		
			
				|  |  |        </el-col>
 | 
	
	
		
			
				|  | @@ -138,7 +138,7 @@
 | 
	
		
			
				|  |  |            icon="el-icon-download"
 | 
	
		
			
				|  |  |            size="mini"
 | 
	
		
			
				|  |  |            @click="handleExport"
 | 
	
		
			
				|  |  | -          v-hasPermi="['warehouseBusiness:warehousebills:export']"
 | 
	
		
			
				|  |  | +          v-hasPermi="['warehouseBusiness:storageFeeCalculation:export']"
 | 
	
		
			
				|  |  |          >导出
 | 
	
		
			
				|  |  |          </el-button>
 | 
	
		
			
				|  |  |        </el-col>
 | 
	
	
		
			
				|  | @@ -149,7 +149,7 @@
 | 
	
		
			
				|  |  |            size="mini"
 | 
	
		
			
				|  |  |            @click="handleExport"
 | 
	
		
			
				|  |  |            :disabled="multiple"
 | 
	
		
			
				|  |  | -          v-hasPermi="['warehouseBusiness:warehousebills:export']"
 | 
	
		
			
				|  |  | +          v-hasPermi="['warehouseBusiness:storageFeeCalculation:export']"
 | 
	
		
			
				|  |  |          >导入
 | 
	
		
			
				|  |  |          </el-button>
 | 
	
		
			
				|  |  |        </el-col>
 | 
	
	
		
			
				|  | @@ -228,7 +228,7 @@
 | 
	
		
			
				|  |  |              type="text"
 | 
	
		
			
				|  |  |              icon="el-icon-edit"
 | 
	
		
			
				|  |  |              @click="handleUpdate(scope.row, true)"
 | 
	
		
			
				|  |  | -            v-hasPermi="['warehouseBusiness:warehousebills:edit']"
 | 
	
		
			
				|  |  | +            v-hasPermi="['warehouseBusiness:storageFeeCalculation:edit']"
 | 
	
		
			
				|  |  |            >查看
 | 
	
		
			
				|  |  |            </el-button>
 | 
	
		
			
				|  |  |            <el-button
 | 
	
	
		
			
				|  | @@ -236,7 +236,7 @@
 | 
	
		
			
				|  |  |              type="text"
 | 
	
		
			
				|  |  |              icon="el-icon-view"
 | 
	
		
			
				|  |  |              @click="check(scope.row,1)"
 | 
	
		
			
				|  |  | -            v-hasPermi="['warehouseBusiness:warehousebills:edit']"
 | 
	
		
			
				|  |  | +            v-hasPermi="['warehouseBusiness:storageFeeCalculation:edit']"
 | 
	
		
			
				|  |  |              v-if="scope.row.fBillstatus == 4 || scope.row.fBillstatus == 5"
 | 
	
		
			
				|  |  |            >审批进度</el-button
 | 
	
		
			
				|  |  |            >
 | 
	
	
		
			
				|  | @@ -246,7 +246,7 @@
 | 
	
		
			
				|  |  |              icon="el-icon-edit"
 | 
	
		
			
				|  |  |              v-if="scope.row.fBillstatus <= 3"
 | 
	
		
			
				|  |  |              @click="handleUpdate(scope.row, false)"
 | 
	
		
			
				|  |  | -            v-hasPermi="['warehouseBusiness:warehousebills:edit']"
 | 
	
		
			
				|  |  | +            v-hasPermi="['warehouseBusiness:storageFeeCalculation:edit']"
 | 
	
		
			
				|  |  |            >修改
 | 
	
		
			
				|  |  |            </el-button>
 | 
	
		
			
				|  |  |            <el-button
 | 
	
	
		
			
				|  | @@ -255,7 +255,7 @@
 | 
	
		
			
				|  |  |              icon="el-icon-delete"
 | 
	
		
			
				|  |  |              v-if="scope.row.fBillstatus <= 3"
 | 
	
		
			
				|  |  |              @click="handleDelete(scope.row)"
 | 
	
		
			
				|  |  | -            v-hasPermi="['warehouseBusiness:warehousebills:remove']"
 | 
	
		
			
				|  |  | +            v-hasPermi="['warehouseBusiness:storageFeeCalculation:remove']"
 | 
	
		
			
				|  |  |            >删除
 | 
	
		
			
				|  |  |            </el-button>
 | 
	
		
			
				|  |  |          </template>
 |