yanjinhui
4 天以前 b0ed419ede8bd1829e670891ffe878630ba517e2
н¨Îļþ¼Ð/WMS/src/views/stock/stockInfo.vue
@@ -76,7 +76,7 @@
          title: "库存状态",
          type: "select",
          data: [],
          bind: { key: "stockStatus", data: [] }
          dataKey: "StockStatusEmun",
        },
      ],
      [
@@ -128,7 +128,7 @@
        },
        {
          field: "supplyQuantity",
          title: "盘点数",
          title: "盘点差异数",
          type: "number",
          span: 8
        },
@@ -243,6 +243,7 @@
        field: "palletCode",
        title: "托盘编号",
        type: "string",
        hidden: true,
        width: 90,
        align: "left",
      },
@@ -259,7 +260,7 @@
        type: "select",
        width: 100,
        align: "left",
        bind: { key: "stockStatus", data: [] },
        bind: { key: "StockStatusEmun", data: [] },
      },
      // {
      //   field: "warehouseId",
@@ -326,7 +327,7 @@
        },
      {
        field: "supplyQuantity",
        title: "盘点数",
        title: "盘点差异数",
        type: "number",
        width: 100,
        align: "left",
@@ -342,12 +343,14 @@
        field: "productionDate",
        title: "生产日期",
        type: "date",
        hidden: true,
        width: 120,
        align: "left",
      },
      {
        field: "shelfLife",
        title: "保质期天数",
        hidden: true,
        type: "number",
        width: 120,
        align: "left",
@@ -363,6 +366,7 @@
        field: "alarmInformation",
        title: "报警信息",
        type: "string",
        hidden: true,
        width: 120,
        align: "left",
      },