6 小时以前 53e9b23a40186efd149fd5c5350b5eced1f69920
src/views/wls/productsales/data.ts
@@ -570,6 +570,23 @@
): VxeTableGridOptions<MesWmProductSalesDetailApi.ProductSalesDetail>['columns'] {
  return [
    {
      field: 'itemName',
      title: '物料',
      minWidth: 140,
    },
    {
      field: 'batchCode',
      title: '批次号',
      minWidth: 130,
    },
    {
      field: 'bagCodeId',
      title: '扫码来源',
      minWidth: 110,
      formatter: ({ row }) =>
        row.palletCodeId ? `托盘码 #${row.palletCodeId}` : row.bagCodeId ? `袋码 #${row.bagCodeId}` : '手工拣货',
    },
    {
      field: 'warehouseName',
      title: '仓库名称',
      minWidth: 100,