From 450d35937e562b9907916c4ea7eb24d5172d770d Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Mon, 11 Nov 2024 15:36:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E6=96=B9=E5=BA=93=E5=8F=91=E8=B4=A7?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=AE=A2=E6=88=B7=E9=80=89=E6=8B=A9=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deliver/record/deliverRecord.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/deliver/record/deliverRecord.vue b/src/pages/deliver/record/deliverRecord.vue index 048328c0..7be39ff0 100644 --- a/src/pages/deliver/record/deliverRecord.vue +++ b/src/pages/deliver/record/deliverRecord.vue @@ -264,11 +264,11 @@ }, commit() { - if (this.customerText == "") { - this.showMessage("请先选择客户") - return; - } - console.log("客户", this.customerText) + // if (this.customerText == "") { + // this.showMessage("请先选择客户") + // return; + // } + // console.log("客户", this.customerText) if (this.toLocationCode == "") { this.showMessage("请先选择目标库位") return; @@ -290,7 +290,7 @@ deliverRecordSubmit(params).then(res => { uni.hideLoading() if (res.data) { - this.showCommitSuccessMessage("提交成功\n生成制品发货记录\n" + res.data) + this.showCommitSuccessMessage("提交成功\n生成发货记录\n" + res.data) } else { this.showErrorMessage("提交失败[" + res.msg + "]") }