maven
2025-10-11 52b3b54470ecc3c80d816a9891b651ce7f5a0eaa
Merge remote-tracking branch 'origin/dev_NEW' into dev_NEW
已修改1个文件
4 ■■■■ 文件已修改
src/views/production/components/ProductionDetailsTable.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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"