|
@@ -339,6 +339,7 @@
|
|
size="mini"
|
|
size="mini"
|
|
@click="transship(true)"
|
|
@click="transship(true)"
|
|
:disabled="selection.length == 0 ? true : false"
|
|
:disabled="selection.length == 0 ? true : false"
|
|
|
|
+ v-hasPermi="['warehouse:warehousebills:zc']"
|
|
>转船</el-button
|
|
>转船</el-button
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
@@ -347,13 +348,10 @@
|
|
size="mini"
|
|
size="mini"
|
|
@click="transvoyage(true)"
|
|
@click="transvoyage(true)"
|
|
:disabled="selection.length == 0 ? true : false"
|
|
:disabled="selection.length == 0 ? true : false"
|
|
|
|
+ v-hasPermi="['warehouse:warehousebills:zhc']"
|
|
>转航次</el-button
|
|
>转航次</el-button
|
|
>
|
|
>
|
|
- <el-button
|
|
|
|
- type="warning"
|
|
|
|
- size="mini"
|
|
|
|
- @click="pickUpEDI"
|
|
|
|
- >
|
|
|
|
|
|
+ <el-button type="warning" size="mini" @click="pickUpEDI">
|
|
提货EDI
|
|
提货EDI
|
|
</el-button>
|
|
</el-button>
|
|
</div>
|
|
</div>
|
|
@@ -702,10 +700,11 @@ import { addSet, resetModule, select } from "@/api/system/set";
|
|
import Vue from "vue";
|
|
import Vue from "vue";
|
|
import draggable from "vuedraggable";
|
|
import draggable from "vuedraggable";
|
|
import {
|
|
import {
|
|
- getVesselName, pickUpEDI,
|
|
|
|
|
|
+ getVesselName,
|
|
|
|
+ pickUpEDI,
|
|
transship,
|
|
transship,
|
|
- transvoyage
|
|
|
|
-} from '@/api/finance/applyForInvoice/chargeInvoice'
|
|
|
|
|
|
+ transvoyage,
|
|
|
|
+} from "@/api/finance/applyForInvoice/chargeInvoice";
|
|
import {
|
|
import {
|
|
getVoyageName,
|
|
getVoyageName,
|
|
getVoyageName2,
|
|
getVoyageName2,
|
|
@@ -1187,10 +1186,10 @@ export default {
|
|
}
|
|
}
|
|
this.transvoyageVisible = Bool;
|
|
this.transvoyageVisible = Bool;
|
|
},
|
|
},
|
|
- pickUpEDI () {
|
|
|
|
- pickUpEDI().then(res => {
|
|
|
|
- console.log(res)
|
|
|
|
- })
|
|
|
|
|
|
+ pickUpEDI() {
|
|
|
|
+ pickUpEDI().then((res) => {
|
|
|
|
+ console.log(res);
|
|
|
|
+ });
|
|
},
|
|
},
|
|
transshipClosed() {
|
|
transshipClosed() {
|
|
this.ship2 = {
|
|
this.ship2 = {
|