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:
commit
09216ed566
@ -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