|
@@ -2307,7 +2307,7 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- getcontract({contractNo:this.weighingList.contractNo,compId:localStorage.getItem('ws-pf_compId')}).toPromise().then((response) => {
|
|
|
+ getcontract({contractNo:this.weighingList.contractNo,warehouseName:this.warehouseName,compId:localStorage.getItem('ws-pf_compId')}).toPromise().then((response) => {
|
|
|
this.outContractNo=response
|
|
|
this.shipInfoList=this.outContractNo.shipInfoList
|
|
|
this.fireDirectionList=this.outContractNo.fireDirectionList
|