|
@@ -214,7 +214,7 @@
|
|
v-hasPermi="['business:production:onceWork:finished']" @click="finishedHandle(scope.row)">
|
|
v-hasPermi="['business:production:onceWork:finished']" @click="finishedHandle(scope.row)">
|
|
完成
|
|
完成
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button v-if="scope.row.record == null" size="small" type="primary" link
|
|
|
|
|
|
+ <el-button v-if="scope.row.record == null || scope.row.record.status === 0" size="small" type="primary" link
|
|
v-hasPermi="['business:production:onceWork:finished']" @click="finishedHandle2(scope.row)">
|
|
v-hasPermi="['business:production:onceWork:finished']" @click="finishedHandle2(scope.row)">
|
|
领取
|
|
领取
|
|
</el-button>
|
|
</el-button>
|