spring
9 小时以前 e0567bbd8a4d8766ceaa382a15ffabd3647df306
fix: BOM不看需求总量
已修改1个文件
3 ■■■■ 文件已修改
src/views/productionManagement/productStructure/Detail/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/productStructure/Detail/index.vue
@@ -93,7 +93,8 @@
                  </el-form-item>
                </template>
              </el-table-column>
              <el-table-column prop="demandedQuantity"
              <el-table-column v-if="isOrderPage"
                               prop="demandedQuantity"
                               label="需求总量">
                <template #default="{ row, $index }">
                  <el-form-item :prop="`dataList.${$index}.demandedQuantity`"