|
|
@@ -89,6 +89,9 @@
|
|
|
<el-button type="text" size="small" v-else-if="scope.row.checkType == 'FY-SQSC'"
|
|
|
:disabled="scope.row.auditStatus != 'S'" @click.stop="printWindowfun(scope.row, 'FY-SQSC')">审批
|
|
|
</el-button>
|
|
|
+ <el-button type="text" size="small" v-else-if="scope.row.checkType == 'KHTS'"
|
|
|
+ :disabled="scope.row.auditStatus != 'S'" @click.stop="printWindowfun(scope.row, 'KHTS')">审批
|
|
|
+ </el-button>
|
|
|
<el-button type="text" size="small" v-else :disabled="scope.row.auditStatus != 'S'"
|
|
|
@click.stop="openCheck(scope.row)">审批
|
|
|
</el-button>
|
|
|
@@ -334,6 +337,13 @@ export default {
|
|
|
classifyCode: '费用',
|
|
|
groupCode: '费用-申请修改'
|
|
|
}
|
|
|
+ } else if (type == 'KHTS') {
|
|
|
+ obj = {
|
|
|
+ billId: row.billId,
|
|
|
+ businessType: 'KHTS',
|
|
|
+ classifyCode: 'KHTS',
|
|
|
+ groupCode: 'KHTS'
|
|
|
+ }
|
|
|
}
|
|
|
getreportsList(1, 10, obj).then(res => {
|
|
|
this.reportRadio(res.data.data.records[0], type)
|