|
@@ -648,7 +648,7 @@
|
|
});
|
|
});
|
|
}else if(this.type==5){
|
|
}else if(this.type==5){
|
|
this.$request.baseRequest('post', '/carrierInfo/cargoOwnerLoadingAdd', {
|
|
this.$request.baseRequest('post', '/carrierInfo/cargoOwnerLoadingAdd', {
|
|
- id: this.dataObj.id,
|
|
|
|
|
|
+ orderId: this.dataObj.id,
|
|
loadingFlag: 1,
|
|
loadingFlag: 1,
|
|
flag: 2
|
|
flag: 2
|
|
}).then(res => {
|
|
}).then(res => {
|
|
@@ -671,7 +671,7 @@
|
|
});
|
|
});
|
|
}else if(this.type == 6){
|
|
}else if(this.type == 6){
|
|
this.$request.baseRequest('post', '/carrierInfo/cargoOwnerLoadingAdd', {
|
|
this.$request.baseRequest('post', '/carrierInfo/cargoOwnerLoadingAdd', {
|
|
- id: this.dataObj.id,
|
|
|
|
|
|
+ orderId: this.dataObj.id,
|
|
loadingFlag: 2,
|
|
loadingFlag: 2,
|
|
flag: 2
|
|
flag: 2
|
|
}).then(res => {
|
|
}).then(res => {
|