gaoluyang
2025-10-24 09c5667700fb6da21d29c41e51fa5482a4b40bc9
src/views/production/components/ProductionDetailsTable.vue
@@ -102,11 +102,11 @@
      </template>
    </el-table-column>
    <el-table-column label="采购单价" min-width="120">
    <el-table-column label="采购总价" min-width="120">
      <template #default="{ row, $index }">
        <el-input
            v-model="row.purchasePrice"
            placeholder="请输入采购单价"
            placeholder="请输入采购总价"
            type="number"
            @input="handleInput('purchasePrice', $index, $event)"
            :disabled="isViewMode"