1
huangxiaoqiang
2025-11-21 97a9ad53c6d1ac097f46f0b5d4d4d53547c9efe4
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Production/ProductionStockSelect.vue
@@ -138,7 +138,7 @@
        .post(
          "api/ProductionOutboundOrder/GeneratetProductOutboundTask",
          param,
          "数据处理中"
          "数据处理中..."
        )
        .then((x) => {
          if (!x.status) return this.$message.error(x.message);
@@ -156,7 +156,7 @@
        "demandClassification": this.row.demandClassification,
      }
      this.http
        .post("api/StockInfo/GetStockSelectViews",param,"查询中").then((x) => {
        .post("api/StockInfo/GetStockSelectViews", param, "查询中...").then((x) => {
          this.tableData = x;
        });
    },