dengjunjie
2025-04-26 18d2f40bbf40469b033de6f07ca8a8e3bc191132
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -91,8 +91,8 @@
    });
    const searchFormOptions = ref([
      [
        { title: "托盘编号", field: "palletCode" },
        { title: "货位编号", field: "locationCode" },
        { title: "托盘编号", field: "palletCode",type:"like" },
        { title: "货位编号", field: "locationCode",type:"like" },
        {
          title: "库存状态",
          field: "stockStatus",
@@ -180,6 +180,13 @@
        align: "left",
      },
      {
        field: "inDate",
        title: "入库时间",
        type: "datetime",
        width: 160,
        align: "left",
      },
      {
        field: "remark",
        title: "备注",
        type: "string",