Merge pull request '货物组批次加入运单接口加参数‘carNo’' (#169) from master-dev into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/169
This commit is contained in:
wuteng 2025-12-12 10:59:09 +08:00
commit a3a193fd66

View File

@ -964,7 +964,8 @@ export default {
params:{
startSiteCode: this.form.startSiteCode,
nextSiteCode: this.form.nextSiteCode,
supplierCode: this.form.supplierCode
supplierCode: this.form.supplierCode,
carNo: this.form.carNo,
}
}
getBatchDtl(queryParams).then(res=>{