111
zhanghonglin
5 天以前 b4fe67964e65428d8be84e6aed1a48b864620972
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -42,8 +42,8 @@
    });
    const searchFormOptions = ref([
      [
        { title: "托盘编号", field: "palletCode" },
        { title: "货位编号", field: "locationCode" }
        { title: "物料名称", field: "materielName" },
        { title: "货位编号", field: "locationCode" },
      ]
    ]);
    const columns = ref([
@@ -62,6 +62,13 @@
        title: "托盘编号",
        type: "string",
        width: 90,
        align: "left"
      },
      {
        field: "materielName",
        title: "物料名称",
        type: "string",
        width: 150,
        align: "left"
      },
      {
@@ -98,20 +105,6 @@
        type: "string",
        width: 90,
        align: "left"
      },
      {
        field: "stockType",
        title: "物料类型",
        type: "int",
        width: 90,
        align: "left",
        bind: {
          key: "stockType",
          data: [
            { key: "1", value: "æ°´" },
            { key: "2", value: "æ²¹" }
          ]
        }
      },
      {
        field: "stockStatus",