给单据增加复制功能

This commit is contained in:
季圣华
2021-09-22 23:08:24 +08:00
parent efb1e828e0
commit a7ac4581fd
28 changed files with 120 additions and 0 deletions

View File

@@ -260,6 +260,12 @@
let url = this.readOnly ? this.url.detailList : this.url.detailList;
this.requestSubTableData(url, params, this.materialTable);
}
//复制新增单据-初始化单号和日期
if(this.action === 'copyAdd') {
this.model.id = ''
this.model.tenantId = ''
this.copyAddInit(this.prefixNo)
}
this.initCustomer()
this.initSalesman()
this.initDepot()