From 8f7e6826d51a25c7b368c210dbb321d423d24a85 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期一, 10 十一月 2025 17:24:12 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/extend/Remark.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/extend/Remark.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/extend/Remark.vue"
index 244aa4a..14ba849 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/extend/Remark.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/extend/Remark.vue"
@@ -44,9 +44,7 @@
this.$emit('parentCall', ($vue) => {
console.log(this.form.remark, this.palletCode)
if (
- !this.form.remark ||
!this.palletCode ||
- this.form.remark == '' ||
this.palletCode == ''
) {
this.$message.error('鍙傛暟閿欒')
@@ -57,9 +55,10 @@
if (!x.status) {
this.$message.error(x.message)
} else {
- this.$Message.success(row.palletCode + '鍑哄簱鎴愬姛')
+ console.log(x);
this.show = false
- $vue.refresh()
+ this.$Message.success(this.palletCode + '鍑哄簱鎴愬姛')
+ $vue.refresh();
}
})
})
--
Gitblit v1.9.3