1
heshaofeng
2026-03-19 c866c43016f12a9db80095d9e5fd7bbc3dcaeb66
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/inbound/takeStockOrder.vue
@@ -40,7 +40,15 @@
      });
      const searchFormOptions = ref([
        [
        { title: "所含盘点托盘", field: "allPalletCode", type: "like" },
        { title: "单据编号", field: "orderNo", type: "like" },
        {
          field: "takeStockStatus",
          title: "盘点状态",
          type: "select",
          dataKey: "takeStockStatusEnum",
          data: [] ,
        },
        ]
      ]);