|  | @@ -282,14 +282,14 @@
 | 
	
		
			
				|  |  |          sortable
 | 
	
		
			
				|  |  |          prop="fBillstatus"
 | 
	
		
			
				|  |  |        >
 | 
	
		
			
				|  |  | -        <template slot-scope="scope">
 | 
	
		
			
				|  |  | +<!--        <template slot-scope="scope">
 | 
	
		
			
				|  |  |            <span v-if="scope.row.fBillstatus === 1">新建</span>
 | 
	
		
			
				|  |  |            <span v-if="scope.row.fBillstatus === 2">暂存</span>
 | 
	
		
			
				|  |  |            <span v-if="scope.row.fBillstatus === 3">审核驳回</span>
 | 
	
		
			
				|  |  |            <span v-if="scope.row.fBillstatus === 4">提交审核</span>
 | 
	
		
			
				|  |  |            <span v-if="scope.row.fBillstatus === 5">审核中</span>
 | 
	
		
			
				|  |  |            <span v-if="scope.row.fBillstatus === 6">审核通过</span>
 | 
	
		
			
				|  |  | -        </template>
 | 
	
		
			
				|  |  | +        </template>-->
 | 
	
		
			
				|  |  |        </el-table-column>
 | 
	
		
			
				|  |  |        <el-table-column
 | 
	
		
			
				|  |  |          label="制单人"
 | 
	
	
		
			
				|  | @@ -327,14 +327,18 @@
 | 
	
		
			
				|  |  |              icon="el-icon-view"
 | 
	
		
			
				|  |  |              @click="handleUpdate(scope.row, true)"
 | 
	
		
			
				|  |  |              v-hasPermi="['warehouseBusiness:storageFeeCalculation:edit']"
 | 
	
		
			
				|  |  | -            v-if="scope.row.fBillstatus == 4 || scope.row.fBillstatus == 5"
 | 
	
		
			
				|  |  | +            v-if="scope.row.fBillstatus == '请核'  || scope.row.fBillstatus == '审核中' "
 | 
	
		
			
				|  |  |            >审批进度</el-button
 | 
	
		
			
				|  |  |            >
 | 
	
		
			
				|  |  |            <el-button
 | 
	
		
			
				|  |  |              size="mini"
 | 
	
		
			
				|  |  |              type="text"
 | 
	
		
			
				|  |  |              icon="el-icon-edit"
 | 
	
		
			
				|  |  | -            v-if="scope.row.fBillstatus <= 3"
 | 
	
		
			
				|  |  | +            v-if="
 | 
	
		
			
				|  |  | +              scope.row.fBillstatus == '录入' ||
 | 
	
		
			
				|  |  | +              scope.row.fBillstatus == '暂存'  ||
 | 
	
		
			
				|  |  | +              scope.row.fBillstatus == '驳回'
 | 
	
		
			
				|  |  | +            "
 | 
	
		
			
				|  |  |              @click="handleUpdate(scope.row, false)"
 | 
	
		
			
				|  |  |              v-hasPermi="['warehouseBusiness:storageFeeCalculation:edit']"
 | 
	
		
			
				|  |  |            >修改
 | 
	
	
		
			
				|  | @@ -343,7 +347,11 @@
 | 
	
		
			
				|  |  |              size="mini"
 | 
	
		
			
				|  |  |              type="text"
 | 
	
		
			
				|  |  |              icon="el-icon-delete"
 | 
	
		
			
				|  |  | -            v-if="scope.row.fBillstatus <= 3"
 | 
	
		
			
				|  |  | +            v-if="
 | 
	
		
			
				|  |  | +              scope.row.fBillstatus == '录入' ||
 | 
	
		
			
				|  |  | +              scope.row.fBillstatus == '暂存'  ||
 | 
	
		
			
				|  |  | +              scope.row.fBillstatus == '驳回'
 | 
	
		
			
				|  |  | +            "
 | 
	
		
			
				|  |  |              @click="handleDelete(scope.row)"
 | 
	
		
			
				|  |  |              v-hasPermi="['warehouseBusiness:storageFeeCalculation:remove']"
 | 
	
		
			
				|  |  |            >删除
 | 
	
	
		
			
				|  | @@ -1009,7 +1017,8 @@
 | 
	
		
			
				|  |  |      updateStorageFeeCalculation,
 | 
	
		
			
				|  |  |      exportStorageFeeCalculation,
 | 
	
		
			
				|  |  |      exportWarehousebillsitems,
 | 
	
		
			
				|  |  | -    delstorageFeeCalculation_s
 | 
	
		
			
				|  |  | +    delstorageFeeCalculation_s,
 | 
	
		
			
				|  |  | +    exportWarehousebills
 | 
	
		
			
				|  |  |    } from "@/api/warehouseBusiness/storageFeeCalculation";
 | 
	
		
			
				|  |  |    import { listUser, queryUserVal } from "@/api/system/user";
 | 
	
		
			
				|  |  |    import { listGoods } from "@/api/basicdata/goods";
 |