dengjunjie
2024-11-14 c827fe7b0c5b3b444d76ba0d96a2649c764630dd
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -91,9 +91,15 @@
      });
      const searchFormOptions = ref([
        [
          { title: "设备编号", field: "deviceCode" },
          { title: "设备类型", field: "deviceType" },
          { title: "设备状态", field: "deviceStatus" },
        { title: "托盘编号", field: "palletCode" },
        { title: "货位编号", field: "locationCode" },
        {
          title: "库存状态",
          field: "stockStatus",
          type: "select",
          dataKey: "stockStatusEmun",
          data: [],
        },
        ],
      ]);
      const columns = ref([
@@ -106,6 +112,14 @@
          readonly: true,
          require: true,
          align: "left",
      },
      {
        field: "serialNumber",
        title: "入库序号",
        type: "string",
        width: 90,
        align: "left",
        sort: "true",
        },
        {
          field: "palletCode",
@@ -122,13 +136,21 @@
          align: "left",
        },
        {
          field: "isFull",
          title: "是否满盘",
        field: "stockStatus",
        title: "库存状态",
          type: "string",
          width: 150,
        width: 120,
          align: "left",
          bind: { key: "yesno", data: [] },
        bind: { key: "stockStatusEmun", data: [] },
        },
      // {
      //   field: "isFull",
      //   title: "是否满盘",
      //   type: "string",
      //   width: 150,
      //   align: "left",
      //   bind: { key: "yesno", data: [] },
      // },
        {
          field: "creater",
          title: "创建人",