报价管理,不复制修改人信息

This commit is contained in:
wuteng 2026-03-30 14:02:35 +08:00
parent a23d78dbde
commit 6822f3d81f
4 changed files with 20 additions and 0 deletions

View File

@ -384,6 +384,11 @@ export default {
if(this.isCopy){
this.form.quoteName=this.form.quoteName+"_Copy"
console.log(this.form);
this.form.updateBy = null;
this.form.updateByName = null;
this.form.updateSite = null;
this.form.updateSiteName = null;
this.form.updateTime = null;
// this.form.transLineCode=response.data.transLineCode;
// console.log(this.form);
}

View File

@ -387,6 +387,11 @@ export default {
if(this.isCopy){
this.form.quoteName=this.form.quoteName+"_Copy"
console.log(this.form);
this.form.updateBy = null;
this.form.updateByName = null;
this.form.updateSite = null;
this.form.updateSiteName = null;
this.form.updateTime = null;
// this.form.transLineCode=response.data.transLineCode;
// console.log(this.form);
}

View File

@ -398,6 +398,11 @@ export default {
if(this.isCopy){
this.form.quoteName=this.form.quoteName+"_Copy"
console.log(this.form);
this.form.updateBy = null;
this.form.updateByName = null;
this.form.updateSite = null;
this.form.updateSiteName = null;
this.form.updateTime = null;
// this.form.transLineCode=response.data.transLineCode;
// console.log(this.form);
}

View File

@ -402,6 +402,11 @@ export default {
if(this.isCopy){
this.form.quoteName=this.form.quoteName+"_Copy"
console.log(this.form);
this.form.updateBy = null;
this.form.updateByName = null;
this.form.updateSite = null;
this.form.updateSiteName = null;
this.form.updateTime = null;
// this.form.transLineCode=response.data.transLineCode;
// console.log(this.form);
}