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