1
heshaofeng
2026-01-20 5dfd83bd540c2e43af2e0449c246c79a22cb1296
ÏîÄ¿´úÂë/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: [] ,
        },
        ]
      ]);