From c94727c72eb8c611fcca8dc78c50a881493a39a5 Mon Sep 17 00:00:00 2001 From: Mrking <782276617@qq.com> Date: Mon, 3 Mar 2025 22:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=A4=8D=E5=88=B6=E8=AE=A2?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/oms/order/createorder/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hangtag-ui/hangtag-ui-front/src/views/oms/order/createorder/index.vue b/hangtag-ui/hangtag-ui-front/src/views/oms/order/createorder/index.vue index c01c060..178b04b 100644 --- a/hangtag-ui/hangtag-ui-front/src/views/oms/order/createorder/index.vue +++ b/hangtag-ui/hangtag-ui-front/src/views/oms/order/createorder/index.vue @@ -835,8 +835,10 @@ onMounted(async () => { ...formData.value, id: queryParams.id } - if(queryParams.type!= undefined){ + if(queryParams.type!= undefined){ //复制新增 formData.value.contractCode = null; + formData.value.bizdate = null; + that.tmpFormData.planDate = calculateDateAfterDays(7); } console.log("res.saleOrderEntry",res.saleOrderEntry)