|
@@ -645,6 +645,7 @@
|
|
|
console.log("查看结束参数", this.shippingNoteInfos)
|
|
|
let remark = ""
|
|
|
await this.sdkWxStop()
|
|
|
+ console.log(2)
|
|
|
|
|
|
},
|
|
|
sdkWxStop() {
|
|
@@ -653,6 +654,7 @@
|
|
|
.shippingNoteInfos,
|
|
|
function(
|
|
|
res) {
|
|
|
+ console.log(1)
|
|
|
if (res.type == "onSuccess") {
|
|
|
resolve(res)
|
|
|
console.log("结束成功!!!", res)
|
|
@@ -730,8 +732,10 @@
|
|
|
|
|
|
if (this.detailData.statusFlag != 1 && this.detailData.cargoOwnerStatus == "运输中") {
|
|
|
this.stopMap()
|
|
|
+ console.log(3)
|
|
|
}
|
|
|
this.$request.baseRequest('post', '/carrierInfo/unLoadingAdd', this.detailData.carrierInfo).then(res => {
|
|
|
+ console.log(4)
|
|
|
if (res.code == 200) {
|
|
|
let _title = ''
|
|
|
if (this.detailData.statusFlag == 1) {
|