1
huangxiaoqiang
2025-11-10 8f7e6826d51a25c7b368c210dbb321d423d24a85
项目代码/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();
            }
          })
      })