´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/extension/basic/extend/printView.vue
@@ -66,9 +66,16 @@ printWindow.focus(); printWindow.print(); printWindow.close(); this.http .post("api/palletCodeInfo/PrintStatusUp?printCode="+this.palletCode, null, "æ°æ®å¤çä¸") .then((x) => { if (!x.status) return this.$message.error(x.message); this.$message.success("æä½æå"); this.$parent.refresh(); this.showDetialBox = false; }); }, }, created() {}, }; </script>