ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/extension/inbound/extend/allocateOrderDetail.vue
@@ -296,7 +296,7 @@ wheres: JSON.stringify(wheres), // æ¥è¯¢æ¡ä»¶ï¼æ ¼å¼ä¸º[{ name: "åæ®µ", value: "xx" }] }; this.http .post("api/AllocateOrderDetail/GetPageData", param, "æ¥è¯¢ä¸") .post("api/AllocateOrderDetail/GetDetailPage", param, "æ¥è¯¢ä¸") .then((x) => { this.tableData = x.rows; }); @@ -305,7 +305,7 @@ if (column.prop == "assignStock") { this.$refs.child.open(row); } else { //ç¹å»æå¼åºåºè¯¦æ //ç¹å»æå¼ this.$refs.selectedStock.open(row); } },