dengjunjie
2025-10-24 d55ef610a530c2ab0a30d6ecdc1e7e4ab54cc896
н¨Îļþ¼Ð/WMS/src/views/stock/stockInfo.vue
@@ -114,16 +114,23 @@
        },
        {
          field: "outboundQuantity",
          title: "出库数量",
          title: "待出库数量",
          type: "number",
          span: 8
        },
         {
          title: "可用库存数",
          required: true,
          field: "availableQuantity",
          type: "number",
        },
        {
          field: "supplyQuantity",
          title: "可用数量",
          title: "盘点数",
          type: "number",
          span: 8
        }
        },
      ],
      [
        {
@@ -289,14 +296,20 @@
      },
      {
        field: "outboundQuantity",
        title: "出库数量",
        title: "待出库数量",
        type: "number",
        width: 100,
        align: "left",
      },
      {
          title: "可用库存数",
          required: true,
          field: "availableQuantity",
          type: "number",
        },
      {
        field: "supplyQuantity",
        title: "可用数量",
        title: "盘点数",
        type: "number",
        width: 100,
        align: "left",
@@ -329,6 +342,13 @@
        width: 120,
        align: "left",
      },
       {
        field: "alarmInformation",
        title: "报警信息",
        type: "string",
        width: 120,
        align: "left",
      },
      {
        field: "creater",
        title: "创建人",