647556386
2026-01-27 1378fc4cd7abc24ed3a982e09437c2c8a74e9f2f
ÏîÄ¿´úÂë/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: [] ,
        },
        ]
      ]);