|
@@ -351,7 +351,9 @@
|
|
|
>
|
|
|
<el-button
|
|
|
type="warning"
|
|
|
- size="mini">
|
|
|
+ size="mini"
|
|
|
+ @click="pickUpEDI"
|
|
|
+ >
|
|
|
提货EDI
|
|
|
</el-button>
|
|
|
</div>
|
|
@@ -700,10 +702,10 @@ import { addSet, resetModule, select } from "@/api/system/set";
|
|
|
import Vue from "vue";
|
|
|
import draggable from "vuedraggable";
|
|
|
import {
|
|
|
- getVesselName,
|
|
|
+ getVesselName, pickUpEDI,
|
|
|
transship,
|
|
|
transvoyage
|
|
|
-} from "@/api/finance/applyForInvoice/chargeInvoice";
|
|
|
+} from '@/api/finance/applyForInvoice/chargeInvoice'
|
|
|
import {
|
|
|
getVoyageName,
|
|
|
getVoyageName2,
|
|
@@ -1185,6 +1187,11 @@ export default {
|
|
|
}
|
|
|
this.transvoyageVisible = Bool;
|
|
|
},
|
|
|
+ pickUpEDI () {
|
|
|
+ pickUpEDI().then(res => {
|
|
|
+ console.log(res)
|
|
|
+ })
|
|
|
+ },
|
|
|
transshipClosed() {
|
|
|
this.ship2 = {
|
|
|
fVoyid: "",
|