|
@@ -15,6 +15,7 @@
|
|
|
<template v-slot:toolbar>
|
|
<template v-slot:toolbar>
|
|
|
<div class="toolbar_box">
|
|
<div class="toolbar_box">
|
|
|
<div>
|
|
<div>
|
|
|
|
|
+
|
|
|
<div v-if="taskDefinitionKey == 'Activity_0uypakw'">
|
|
<div v-if="taskDefinitionKey == 'Activity_0uypakw'">
|
|
|
<el-input
|
|
<el-input
|
|
|
size="mini"
|
|
size="mini"
|
|
@@ -80,7 +81,7 @@
|
|
|
filterable
|
|
filterable
|
|
|
placeholder="请选择供应商"
|
|
placeholder="请选择供应商"
|
|
|
:disabled="
|
|
:disabled="
|
|
|
- taskDefinitionKey != 'Activity_021lrxj' ||
|
|
|
|
|
|
|
+ taskDefinitionKey != 'Activity_021lrxj' &&
|
|
|
taskDefinitionKey != 'Activity_1q7btlc'
|
|
taskDefinitionKey != 'Activity_1q7btlc'
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|