Merge pull request '货物组批次复制修改人时间网点调整' (#64) from master-dev into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/64
This commit is contained in:
wuteng 2025-08-20 18:21:49 +08:00
commit 09216ed566

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