´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue
@@ -112,6 +112,12 @@ width: 90, }, { prop: "unit", title: "åä½", type: "string", width: 90, }, { prop: "orderDetailStatus", title: "订åæç»ç¶æ", type: "tag", @@ -231,6 +237,7 @@ if (column.prop == "assignStock") { this.$refs.child.open(row); } else { //ç¹å»æå¼åºåºè¯¦æ this.$refs.selectedStock.open(row); } },