@@ -1214,7 +1214,7 @@
>
<template slot-scope="scope">
<el-button
- :disabled="browseStatus || scope.row.fBillstatus == 40"
+ :disabled="browseStatus || scope.row.fBillstatus == 40 || scope.row.fItemstatus == 4 || scope.row.fItemstatus == 5 || scope.row.fItemstatus == 6"
type="text"
@click.native.prevent="wDeleteRow(scope.$index, detailList)"
size="small"