货物组批次复制修改人时间网点调整

This commit is contained in:
wuteng 2025-08-20 17:08:09 +08:00
parent b2f53f702c
commit b2aec134e1

View File

@ -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("新增成功");