货物组批次加入运单接口加参数‘carNo’

This commit is contained in:
wuteng 2025-12-12 10:58:37 +08:00
parent de6de25722
commit 12ab0b359b

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=>{