|
|
@@ -83,11 +83,11 @@
|
|
|
@click="allClick('D费用申请')">请核费用</el-button>
|
|
|
<el-button type="danger" plain size="small" :disabled="disabled || selectionDList.length == 0"
|
|
|
@click="allClick('D撤销请核')">撤销请核</el-button>
|
|
|
- <el-button type="primary" plain size="small" :disabled="selectionDList.length != 1 || disabled"
|
|
|
+ <el-button type="primary" plain size="small" :disabled="selectionDList.length != 1 || showLock"
|
|
|
@click="allClick('D申请修改')">申请修改</el-button>
|
|
|
- <el-button type="success" plain size="small" :disabled="selectionDList.length != 1 || disabled"
|
|
|
+ <el-button type="success" plain size="small" :disabled="selectionDList.length != 1 || showLock"
|
|
|
@click="allClick('D申请删除')">申请删除</el-button>
|
|
|
- <el-button type="danger" plain size="small" :disabled="selectionDList.length != 1 || disabled"
|
|
|
+ <el-button type="danger" plain size="small" :disabled="selectionDList.length != 1 || showLock"
|
|
|
@click="allClick('D取消申请')">取消申请</el-button>
|
|
|
</template>
|
|
|
<template slot="indexHeader" slot-scope="scope">
|
|
|
@@ -239,11 +239,11 @@
|
|
|
@click="allClick('C撤销请核')">撤销请核</el-button>
|
|
|
<!-- <el-button type="success" plain size="small" :disabled="disabled"
|
|
|
@click="allClick('提取成本')">提取成本</el-button> -->
|
|
|
- <el-button type="primary" plain size="small" :disabled="selectionCList.length != 1 || disabled"
|
|
|
+ <el-button type="primary" plain size="small" :disabled="selectionCList.length != 1 || showLock"
|
|
|
@click="allClick('C申请修改')">申请修改</el-button>
|
|
|
- <el-button type="success" plain size="small" :disabled="selectionCList.length != 1 || disabled"
|
|
|
+ <el-button type="success" plain size="small" :disabled="selectionCList.length != 1 || showLock"
|
|
|
@click="allClick('C申请删除')">申请删除</el-button>
|
|
|
- <el-button type="danger" plain size="small" :disabled="selectionCList.length != 1 || disabled"
|
|
|
+ <el-button type="danger" plain size="small" :disabled="selectionCList.length != 1 || showLock"
|
|
|
@click="allClick('C取消申请')">取消申请</el-button>
|
|
|
</template>
|
|
|
<template slot="indexHeader" slot-scope="scope">
|