ÏîÄ¿´úÂë/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; }); },