gaoluyang
2025-10-11 6f7e7ae5db4d7d451bde80e285fb0e9896569172
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"