新增复制订单
This commit is contained in:
parent
ccdc8afaab
commit
c94727c72e
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue