|
@@ -551,6 +551,7 @@ import {
|
|
|
getinspectLookGoods,
|
|
|
getshippinginfo,
|
|
|
postCheck,
|
|
|
+ getcontract
|
|
|
} from '@/model/houseSelfCollect/index'
|
|
|
import {
|
|
|
pullDown,
|
|
@@ -560,8 +561,7 @@ import {
|
|
|
getReceiptTaskNo,
|
|
|
} from '@/model/warehouse/index'
|
|
|
import {
|
|
|
- gettask,
|
|
|
- getcontract
|
|
|
+ gettask
|
|
|
} from '@/model/outboundManagement/index'
|
|
|
import inspectInfoPrint from './component/inspectInfoPrint.vue'
|
|
|
import html2canvas from 'html2canvas'
|
|
@@ -3554,7 +3554,8 @@ export default {
|
|
|
}
|
|
|
if (!data) return
|
|
|
getcontract({contractNo:this.deptBudgetList.contractNo,compId:localStorage.getItem('ws-pf_compId')}).toPromise().then((response) => {
|
|
|
- if(this.outContractNo.priceType == "定价收购"){
|
|
|
+ this.outContractNo=response
|
|
|
+ if(this.outContractNo.priceType == "定价收购"){
|
|
|
if( this.deptBudgetList.type == "潮粮"){
|
|
|
this.deptBudgetList.tidalGrainPrice = Number(this.outContractNo.unitContractPrice/1000).toFixed(2)
|
|
|
}else{
|
|
@@ -3681,6 +3682,7 @@ export default {
|
|
|
}else{
|
|
|
this.fleetNameList = []
|
|
|
}
|
|
|
+ console.log(this.deptBudgetList.inOutType,this.outContractNo.inOutType)
|
|
|
})
|
|
|
},
|
|
|
selectstorageType() {
|