yangpeixing
2025-12-04 25c71bc8a6015bf4885374e75576f3dc75d1424e
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/extend/Remark.vue
@@ -50,7 +50,7 @@
          this.$message.error('参数错误')
          return
        }
        this.http.post(`/api/Task/OutBoundTaskAsync?palletCode=${this.palletCode}&remark=${this.form.remark}`, {}, '正在生成任务')
        this.http.post(`/api/Task/OutBoundTaskAsync?palletCode=${this.palletCode}&remark=${this.form.remark}`, {}, '数据处理中...')
          .then((x) => {
            if (!x.status) {
              this.$message.error(x.message)