新增复制订单

This commit is contained in:
Mrking 2025-03-03 22:20:57 +08:00
parent ccdc8afaab
commit c94727c72e
1 changed files with 3 additions and 1 deletions

View File

@ -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)