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)