|
@@ -181,7 +181,7 @@
|
|
|
<template v-slot:edit="scope">
|
|
|
<vxe-pulldown ref="xDown4" transfer>
|
|
|
<template #default>
|
|
|
- <vxe-input v-model="scope.row.supplierName" :readonly="scope.row.isSupplier === '2'" :disabled="status === 'audit' || status === 'taskFormDetail'" placeholder="请填写供应商" @focus="focusEvent4(scope.$rowIndex)" ></vxe-input>
|
|
|
+ <vxe-input v-model="scope.row.supplierName" :readonly="true" :disabled="status === 'audit' || status === 'taskFormDetail'" placeholder="请填写供应商" @focus="focusEvent4(scope.$rowIndex)" ></vxe-input>
|
|
|
</template>
|
|
|
<template #dropdown>
|
|
|
<div style="width: 600px;
|