需求优化

This commit is contained in:
‘huanghaiixia’
2026-01-26 17:41:30 +08:00
parent bf6b5e4e89
commit 008fd9b25d
6 changed files with 52 additions and 55 deletions

View File

@ -101,7 +101,7 @@
v-model:value="record.qtySalesM3" :disabled="record.alterSign=='D' || disable" :min="0" @change="numChange" style="width: 100%" />
</template>
<template v-if="column.dataIndex === 'note'" >
<div v-if="record.alterSign=='D' || disable" :class="diffResultList.includes('lngPngApproPurList[' + index + '].note') ? 'changeStyle': ''">{{ record.qtyDemandM3 }}</div>
<div v-if="record.alterSign=='D' || disable" :class="diffResultList.includes('lngPngApproPurList[' + index + '].note') ? 'changeStyle': ''">{{ record.note }}</div>
<a-input v-model:value="record.note" v-else style="width: 100%" />
</template>
</template>