From c4ccb4f93194e1926a1cad8bb9809bc4dcfecbf8 Mon Sep 17 00:00:00 2001 From: 1178634255 <1178634255@qq.com> Date: Tue, 23 May 2023 16:30:42 +0800 Subject: [PATCH] =?UTF-8?q?=20=E4=BF=AE=E5=A4=8D=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=88=A0=E9=99=A4=E4=BA=A7=E5=93=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/purPlan/purPlanEditDialog.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/views/purchase/purPlan/purPlanEditDialog.vue b/src/views/purchase/purPlan/purPlanEditDialog.vue index 240649e2..a87bca0f 100644 --- a/src/views/purchase/purPlan/purPlanEditDialog.vue +++ b/src/views/purchase/purPlan/purPlanEditDialog.vue @@ -50,6 +50,7 @@ style="width: 100%" :clearable="false" value-format="yyyy-MM-dd HH:mm:ss" + :disabled-date="disabledArrivalDate" > @@ -211,6 +212,7 @@ export default { id: null, billNo: null, createTime: "", + arrivalTime: '', remark: "", billType: "CGJH", deptCode: null, @@ -288,6 +290,9 @@ export default { if (this.formData.arrivalTime == "" || this.formData.arrivalTime == null) { return this.$message.error("到货时间不能为空!"); } + if (this.formData.arrivalTime