gaoluyang
2026-06-01 caae61dc1f477168b3c26404a86b33e3559dec50
新疆马铃薯
1.采购台账页面隐藏一些字段
已修改1个文件
22 ■■■■ 文件已修改
src/views/procurementManagement/procurementLedger/index.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/procurementManagement/procurementLedger/index.vue
@@ -228,17 +228,17 @@
            </el-tag>
          </template>
        </el-table-column>
        <el-table-column label="入库状态"
                         prop="stockInStatus"
                         width="100"
                         show-overflow-tooltip>
          <template #default="scope">
            <el-tag :type="getStockInStatusType(scope.row.stockInStatus)"
                    size="small">
              {{ scope.row.stockInStatus || '--' }}
            </el-tag>
          </template>
        </el-table-column>
<!--        <el-table-column label="入库状态"-->
<!--                         prop="stockInStatus"-->
<!--                         width="100"-->
<!--                         show-overflow-tooltip>-->
<!--          <template #default="scope">-->
<!--            <el-tag :type="getStockInStatusType(scope.row.stockInStatus)"-->
<!--                    size="small">-->
<!--              {{ scope.row.stockInStatus || '&#45;&#45;' }}-->
<!--            </el-tag>-->
<!--          </template>-->
<!--        </el-table-column>-->
        <el-table-column label="签订日期"
                         prop="executionDate"
                         width="100"