货物组批次复制修改人时间网点调整
This commit is contained in:
parent
b2f53f702c
commit
b2aec134e1
@ -902,6 +902,13 @@ export default {
|
||||
} else {
|
||||
this.isDoing=true;
|
||||
try{
|
||||
if(this.isCopy){
|
||||
this.form.updateTime = null;
|
||||
this.form.updateBy = null;
|
||||
this.form.updateByName = null;
|
||||
this.form.updateSite = null;
|
||||
this.form.updateSiteName = null;
|
||||
}
|
||||
let res=await addAllEmisTmsSiteBatch(this.form);
|
||||
this.isDoing=false;
|
||||
this.$modal.msgSuccess("新增成功");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user