|
|
@@ -11,60 +11,73 @@
|
|
|
@saveColumn="saveColumn('crud', 'option', 'optionBack', 309)">
|
|
|
<template slot-scope="{ disabled, size }" slot="billSortSearch">
|
|
|
<el-radio-group v-model="query.billSort">
|
|
|
- <el-radio label="1">ETD</el-radio>
|
|
|
- <el-radio label="2">提单号</el-radio>
|
|
|
- <el-radio label="3">分单号</el-radio>
|
|
|
+ <el-radio label="1">{{ $t("sea118n.etd") }}</el-radio>
|
|
|
+ <el-radio label="2">{{ $t("sea118n.mblno") }}</el-radio>
|
|
|
+ <el-radio label="3">{{ $t("sea118n.hblno") }}</el-radio>
|
|
|
</el-radio-group>
|
|
|
</template>
|
|
|
<template slot="menuLeft">
|
|
|
<el-button type="primary" size="small" @click="addbtnfun('DD')">
|
|
|
- {{ $t("seSeaibllsList.buttonBillTypeDD") }}
|
|
|
+ {{ $t("btn118n.newDD") }}
|
|
|
</el-button>
|
|
|
<el-button type="success" size="small" @click="addbtnfun('MM')">
|
|
|
- {{ $t("seSeaibllsList.buttonBillTypeMM") }}
|
|
|
+ {{ $t("btn118n.newMM") }}
|
|
|
</el-button>
|
|
|
<el-button type="warning" size="small" @click="addbtnfun('MH')">
|
|
|
- {{ $t("seSeaibllsList.buttonBillTypeMH") }}
|
|
|
+ {{ $t("btn118n.newMH") }}
|
|
|
</el-button>
|
|
|
- <el-button type="primary" size="small" plain @click="CopyDocumentsfun">复制
|
|
|
+ <el-button type="primary" size="small" plain @click="CopyDocumentsfun">
|
|
|
+ {{ $t("btn118n.copy") }}
|
|
|
</el-button>
|
|
|
- <el-button type="primary" size="small" @click="allClick('修改单据类型')">修改单据类型
|
|
|
+ <el-button type="primary" size="small" @click="allClick('修改单据类型')">
|
|
|
+ {{ $t("btn118n.mdBillType") }}
|
|
|
</el-button>
|
|
|
- <el-button type="success" size="small" plain @click="increaseMawb">分单->主单
|
|
|
+ <el-button type="success" size="small" plain @click="increaseMawb">
|
|
|
+ {{ $t("btn118n.mhAddmm") }}
|
|
|
</el-button>
|
|
|
- <el-button type="warning" size="small" plain v-if="query.billStatus != 1" @click="Disembarkingfun">退
|
|
|
- 舱
|
|
|
+ <el-button type="warning" size="small" plain v-if="query.billStatus != 1" @click="Disembarkingfun">
|
|
|
+ {{ $t("btn118n.offLoad") }}
|
|
|
</el-button>
|
|
|
<el-button type="primary" size="small" plain v-if="query.billStatus == 1"
|
|
|
- @click="revokeWithdrawalfun">撤销退舱
|
|
|
+ @click="revokeWithdrawalfun">
|
|
|
+ {{ $t("btn118n.cancelOffLoad") }}
|
|
|
</el-button>
|
|
|
- <el-button type="danger" size="small" plain v-if="query.billStatus != 3" @click="handleDelete">删 除
|
|
|
+ <el-button type="danger" size="small" plain v-if="query.billStatus != 3" @click="handleDelete">
|
|
|
+ {{ $t("btn118n.deleted") }}
|
|
|
</el-button>
|
|
|
- <el-button type="warning" size="small" @click="outExport">导 出
|
|
|
+ <el-button type="warning" size="small" @click="outExport">
|
|
|
+ {{ $t("btn118n.exportData") }}
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
v-if="roleName.indexOf('admin') >= 0 || roleName.indexOf('应收修改') >= 0 || roleName.indexOf('应收查看') >= 0"
|
|
|
- type="primary" size="small" @click="templateImport('D')" :disabled="!selectionList.length">模板(收)
|
|
|
+ type="primary" size="small" @click="templateImport('D')" :disabled="!selectionList.length">
|
|
|
+ {{ $t("btn118n.debitTemplate") }}
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
v-if="roleName.indexOf('admin') >= 0 || roleName.indexOf('应付修改') >= 0 || roleName.indexOf('应付查看') >= 0"
|
|
|
- type="warning" size="small" @click="templateImport('C')" :disabled="!selectionList.length">模板(付)
|
|
|
+ type="warning" size="small" @click="templateImport('C')" :disabled="!selectionList.length">
|
|
|
+ {{ $t("btn118n.creditTemplate") }}
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
v-if="isHq == 1 && (roleName.indexOf('admin') >= 0 || roleName.indexOf('应付修改') >= 0 || roleName.indexOf('应付查看') >= 0)"
|
|
|
type="primary" plain size="small" @click="checkSubmit"
|
|
|
- :disabled="!selectionList.length">提取成本</el-button>
|
|
|
+ :disabled="!selectionList.length">
|
|
|
+ {{ $t("btn118n.costTemplate") }}
|
|
|
+ </el-button>
|
|
|
<!-- <el-button type="success" plain size="small" @click="freightRateSubmit"
|
|
|
:disabled="!selectionList.length">提取运价</el-button>-->
|
|
|
<el-button
|
|
|
v-if="roleName.indexOf('admin') >= 0 || roleName.indexOf('应收修改') >= 0 || roleName.indexOf('应收查看') >= 0"
|
|
|
- type="primary" size="small" @click="pleaseVerify('D')" :disabled="!selectionList.length">提交收
|
|
|
+ type="primary" size="small" @click="pleaseVerify('D')" :disabled="!selectionList.length">
|
|
|
+ {{ $t("btn118n.submitDebit") }}
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
v-if="roleName.indexOf('admin') >= 0 || roleName.indexOf('应付修改') >= 0 || roleName.indexOf('应付查看') >= 0"
|
|
|
- type="warning" size="small" @click="pleaseVerify('C')" :disabled="!selectionList.length">提交付
|
|
|
+ type="warning" size="small" @click="pleaseVerify('C')" :disabled="!selectionList.length">
|
|
|
+ {{ $t("btn118n.submitCredit") }}
|
|
|
</el-button>
|
|
|
- <el-button type="success" size="small" @click="checkBills" :disabled="!selectionList.length">请核
|
|
|
+ <el-button type="success" size="small" @click="checkBills" :disabled="!selectionList.length">
|
|
|
+ {{ $t("btn118n.apply") }}
|
|
|
</el-button>
|
|
|
|
|
|
<!-- <el-dropdown style="line-height: 0">
|
|
|
@@ -91,31 +104,24 @@
|
|
|
</el-dropdown> -->
|
|
|
<div style="margin-top: 10px">
|
|
|
<el-tabs type="card" v-model="query.billStatus" @tab-click="handleClick">
|
|
|
-
|
|
|
-
|
|
|
- <el-tab-pane v-if="!(roleName.indexOf('总部中心') >= 0)" label="接单" name="0">
|
|
|
- <span slot="label">接单</span>
|
|
|
+ <el-tab-pane v-if="!(roleName.indexOf('总部中心') >= 0)" :label='$t("sea118n.entering")' name="0">
|
|
|
+ </el-tab-pane>
|
|
|
+ <el-tab-pane v-if="!(roleName.indexOf('总部中心') >= 0)" :label='$t("sea118n.generateNo")' name="4">
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane v-if="!(roleName.indexOf('总部中心') >= 0)" label="出号" name="4">
|
|
|
- <span slot="label">出号</span>
|
|
|
+ <el-tab-pane v-if="!(roleName.indexOf('总部中心') >= 0)" :label='$t("sea118n.onBoard")' name="5">
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane v-if="!(roleName.indexOf('总部中心') >= 0)" label="开船" name="5">
|
|
|
- <span slot="label">开船</span>
|
|
|
+ <el-tab-pane v-if="!(roleName.indexOf('总部中心') >= 0)" :label='$t("sea118n.onArrival")' name="6">
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane v-if="!(roleName.indexOf('总部中心') >= 0)" label="到港" name="6">
|
|
|
- <span slot="label">到港</span>
|
|
|
+ <el-tab-pane v-if="!(roleName.indexOf('总部中心') >= 0)" :label='$t("btn118n.offLoad")' name="1">
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane v-if="!(roleName.indexOf('总部中心') >= 0)" label="退舱" name="1">
|
|
|
- <span slot="label" style="color: #d86363">退舱</span>
|
|
|
+ <el-tab-pane v-if="roleName.indexOf('总部中心') >= 0" :label='$t("sea118n.processing")' name="11">
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane v-if="roleName.indexOf('总部中心') >= 0" label="待处理" name="11">
|
|
|
- <span slot="label">待处理</span>
|
|
|
+ <el-tab-pane v-if="roleName.indexOf('总部中心') >= 0" :label=' $t("sea118n.waitApply")' name="12">
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane v-if="roleName.indexOf('总部中心') >= 0" label="待请核" name="12">
|
|
|
- <span slot="label">待请核</span>
|
|
|
+ <el-tab-pane :label='$t("sea118n.completed")' name="3">
|
|
|
+ </el-tab-pane>
|
|
|
+ <el-tab-pane :label='$t("sea118n.all")' name="7">
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="完成" name="3"></el-tab-pane>
|
|
|
- <el-tab-pane label="全部" name="7"></el-tab-pane>
|
|
|
</el-tabs>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -301,19 +307,19 @@
|
|
|
</template>
|
|
|
<template slot="logisticsStatus" slot-scope="{ row }">
|
|
|
<span v-if="row.logisticsStatus == '录入'"
|
|
|
- style="color: #fff;border-radius: 30px;padding: 2px 15px;background-color: #409EFF;">{{
|
|
|
- row.logisticsStatus }}</span>
|
|
|
+ style="color: #fff;border-radius: 30px;padding: 2px 15px;background-color: #409EFF;">
|
|
|
+ {{ row.logisticsStatus }}</span>
|
|
|
<span v-if="row.logisticsStatus != '录入'"
|
|
|
- style="color: #fff;border-radius: 30px;padding: 2px 15px;background-color: #67C23A;">{{
|
|
|
- row.logisticsStatus }}</span>
|
|
|
+ style="color: #fff;border-radius: 30px;padding: 2px 15px;background-color: #67C23A;">
|
|
|
+ {{ row.logisticsStatus }}</span>
|
|
|
</template>
|
|
|
<template slot="transferOrderStatus" slot-scope="{ row }">
|
|
|
<span v-if="row.transferOrderStatus == '录入'"
|
|
|
- style="color: #fff;border-radius: 30px;padding: 2px 15px;background-color: #409EFF;">{{
|
|
|
- row.transferOrderStatus }}</span>
|
|
|
+ style="color: #fff;border-radius: 30px;padding: 2px 15px;background-color: #409EFF;">
|
|
|
+ {{ row.transferOrderStatus }}</span>
|
|
|
<span v-if="row.transferOrderStatus != '录入'"
|
|
|
- style="color: #fff;border-radius: 30px;padding: 2px 15px;background-color: #67C23A;">{{
|
|
|
- row.transferOrderStatus }}</span>
|
|
|
+ style="color: #fff;border-radius: 30px;padding: 2px 15px;background-color: #67C23A;">
|
|
|
+ {{ row.transferOrderStatus }}</span>
|
|
|
</template>
|
|
|
</avue-crud>
|
|
|
</basic-container>
|
|
|
@@ -628,7 +634,7 @@ export default {
|
|
|
showSummary: true,
|
|
|
column: [
|
|
|
{
|
|
|
- label: this.$t("seSeaibllsList.branchName"),
|
|
|
+ label: this.$t("sea118n.branchName"),
|
|
|
prop: "branchId",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
@@ -645,7 +651,7 @@ export default {
|
|
|
searchOrder: 1
|
|
|
},
|
|
|
{
|
|
|
- label: this.$t("seSeaibllsList.branchName"),
|
|
|
+ label: this.$t("sea118n.branchName"),
|
|
|
prop: "branchName",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
@@ -653,7 +659,7 @@ export default {
|
|
|
//showColumn: false,
|
|
|
},
|
|
|
{
|
|
|
- label: this.$t("seSeaibllsList.corpName"),
|
|
|
+ label: this.$t("sea118n.corpName"),
|
|
|
prop: "corpCnName",
|
|
|
width: "160",
|
|
|
overHidden: true,
|
|
|
@@ -678,7 +684,7 @@ export default {
|
|
|
// disabled: true,
|
|
|
// },
|
|
|
{
|
|
|
- label: "MB/L NO",
|
|
|
+ label: this.$t("sea118n.mblno"),
|
|
|
prop: "mblno",
|
|
|
width: "160",
|
|
|
overHidden: true,
|
|
|
@@ -687,7 +693,7 @@ export default {
|
|
|
searchOrder: 2
|
|
|
},
|
|
|
{
|
|
|
- label: "HB/L NO",
|
|
|
+ label: this.$t("sea118n.hblno"),
|
|
|
prop: "hblno",
|
|
|
width: "160",
|
|
|
overHidden: true,
|
|
|
@@ -696,19 +702,19 @@ export default {
|
|
|
searchOrder: 3
|
|
|
},
|
|
|
{
|
|
|
- label: "主业务编号",
|
|
|
+ label: this.$t("sea118n.masteNo"),
|
|
|
prop: "masterBillNo",
|
|
|
width: "100",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "分单数",
|
|
|
+ label: this.$t("sea118n.hblCount"),
|
|
|
prop: "splitOrderSum",
|
|
|
width: "100",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "单据类型",
|
|
|
+ label: this.$t("sea118n.billType"),
|
|
|
prop: "billType",
|
|
|
type: "select",
|
|
|
search: true,
|
|
|
@@ -731,7 +737,7 @@ export default {
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "单据编号",
|
|
|
+ label:this.$t("sea118n.billNo"),
|
|
|
prop: "billNo",
|
|
|
width: "160",
|
|
|
overHidden: true,
|
|
|
@@ -740,14 +746,14 @@ export default {
|
|
|
searchOrder: 4
|
|
|
},
|
|
|
{
|
|
|
- label: '来源单号',
|
|
|
+ label: this.$t("sea118n.sourceBillNo"),
|
|
|
prop: "temporaryNo",
|
|
|
width: "100",
|
|
|
search: true,
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "船名",
|
|
|
+ label:this.$t("sea118n.vessel"),
|
|
|
prop: "vesselCnName",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
@@ -767,13 +773,13 @@ export default {
|
|
|
//showColumn: false
|
|
|
},
|
|
|
{
|
|
|
- label: "船名",
|
|
|
+ label: this.$t("sea118n.vessel"),
|
|
|
width: "120",
|
|
|
prop: "vesselEnName",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "航次",
|
|
|
+ label: this.$t("sea118n.voy"),
|
|
|
prop: "voyageNo",
|
|
|
width: "80",
|
|
|
overHidden: true,
|
|
|
@@ -782,7 +788,7 @@ export default {
|
|
|
searchOrder: 6
|
|
|
},
|
|
|
{
|
|
|
- label: "客服",
|
|
|
+ label: this.$t("sea118n.customerService"),
|
|
|
prop: "customerServiceName",
|
|
|
width: "80",
|
|
|
overHidden: true,
|
|
|
@@ -805,7 +811,7 @@ export default {
|
|
|
searchOrder: 7
|
|
|
},
|
|
|
{
|
|
|
- label: "开船日期",
|
|
|
+ label: this.$t("sea118n.etd"),
|
|
|
prop: "etd",
|
|
|
width: "120",
|
|
|
searchProp: "etdList",
|
|
|
@@ -821,7 +827,7 @@ export default {
|
|
|
searchOrder: 8
|
|
|
},
|
|
|
{
|
|
|
- label: "到港日期",
|
|
|
+ label: this.$t("sea118n.eta"),
|
|
|
prop: "eta",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
@@ -836,7 +842,7 @@ export default {
|
|
|
span: 6,
|
|
|
searchOrder: 9
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
label: "ATD",
|
|
|
prop: "actualEtd",
|
|
|
@@ -854,7 +860,7 @@ export default {
|
|
|
searchOrder: 9.1
|
|
|
},
|
|
|
{
|
|
|
- label: "承运人",
|
|
|
+ label: this.$t("sea118n.carrier"),
|
|
|
prop: "carrierEnName",
|
|
|
overHidden: true,
|
|
|
type: "select",
|
|
|
@@ -872,7 +878,7 @@ export default {
|
|
|
// hide: true,
|
|
|
},
|
|
|
{
|
|
|
- label: '箱属',
|
|
|
+ label: this.$t("sea118n.SOCORCOC"),
|
|
|
prop: 'boxBelongsTo',
|
|
|
overHidden: true,
|
|
|
type: 'select',
|
|
|
@@ -885,7 +891,7 @@ export default {
|
|
|
searchOrder: 10.1
|
|
|
},
|
|
|
{
|
|
|
- label: "装货港",
|
|
|
+ label: this.$t("sea118n.pol"),
|
|
|
prop: "polEnName",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
@@ -903,7 +909,7 @@ export default {
|
|
|
searchOrder: 10.3
|
|
|
},
|
|
|
{
|
|
|
- label: "卸货港",
|
|
|
+ label:this.$t("sea118n.pod"),
|
|
|
prop: "podEnName",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
@@ -921,7 +927,7 @@ export default {
|
|
|
searchOrder: 10.5
|
|
|
},
|
|
|
{
|
|
|
- label: "交货地",
|
|
|
+ label: this.$t("sea118n.placeDelivery"),
|
|
|
prop: "placeDeliveryName",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
@@ -939,7 +945,7 @@ export default {
|
|
|
searchOrder: 11
|
|
|
},
|
|
|
{
|
|
|
- label: "航线",
|
|
|
+ label: this.$t("sea118n.lane"),
|
|
|
prop: "lineCnName",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
@@ -957,7 +963,7 @@ export default {
|
|
|
searchOrder: 12
|
|
|
},
|
|
|
{
|
|
|
- label: "场站",
|
|
|
+ label: this.$t("sea118n.CY"),
|
|
|
prop: "cyCnName",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
@@ -976,19 +982,19 @@ export default {
|
|
|
searchOrder: 13,
|
|
|
},
|
|
|
{
|
|
|
- label: "箱型/箱量",
|
|
|
+ label:this.$t("sea118n.ctnrTypeQty"),
|
|
|
prop: "quantityCntrDescr",
|
|
|
width: "120",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: '接单状态',
|
|
|
+ label: this.$t("sea118n.ctnrTypeQty"),
|
|
|
prop: 'billOfLadingStatus',
|
|
|
overHidden: true,
|
|
|
width:100,
|
|
|
},
|
|
|
{
|
|
|
- label: "物流状态",
|
|
|
+ label: this.$t("sea118n.localStatus"),
|
|
|
prop: "logisticsStatus",
|
|
|
type: "select",
|
|
|
search: true,
|
|
|
@@ -1007,7 +1013,7 @@ export default {
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "转单状态",
|
|
|
+ label: this.$t("sea118n.transferOrderStatus"),
|
|
|
prop: "transferOrderStatus",
|
|
|
width: "100",
|
|
|
type: "select",
|
|
|
@@ -1027,7 +1033,7 @@ export default {
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "业务来源",
|
|
|
+ label: this.$t("sea118n.businessSource"),
|
|
|
prop: "srcType",
|
|
|
type: "select",
|
|
|
dicData: [
|
|
|
@@ -1050,7 +1056,7 @@ export default {
|
|
|
searchOrder: 14
|
|
|
},
|
|
|
{
|
|
|
- label: "来源详情",
|
|
|
+ label: this.$t("sea118n.businessName"),
|
|
|
prop: "srcCnName",
|
|
|
width: "80",
|
|
|
overHidden: true,
|
|
|
@@ -1059,7 +1065,7 @@ export default {
|
|
|
searchOrder: 15
|
|
|
},
|
|
|
{
|
|
|
- label: "货物类别",
|
|
|
+ label: this.$t("sea118n.cargoType"),
|
|
|
prop: "cargoType",
|
|
|
type: "select",
|
|
|
dicData: [
|
|
|
@@ -1079,13 +1085,13 @@ export default {
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "订舱代理",
|
|
|
+ label: this.$t("sea118n.bookingAgent"),
|
|
|
prop: "bookingAgentCnName",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "收发货人",
|
|
|
+ label: this.$t("sea118n.scndesc"),
|
|
|
prop: "receivingAndShipping",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
@@ -1094,36 +1100,36 @@ export default {
|
|
|
searchOrder: 18
|
|
|
},
|
|
|
{
|
|
|
- label: "唛头",
|
|
|
+ label: this.$t("sea118n.marks"),
|
|
|
prop: "marks",
|
|
|
width: "80",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "件数",
|
|
|
+ label: this.$t("sea118n.QTY"),
|
|
|
prop: "quantity",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "毛重 (KGM)",
|
|
|
- prop: "grossWeight",
|
|
|
+ label: this.$t("sea118n.QTY"),
|
|
|
+ prop: "GW",
|
|
|
width: "120",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "体积 (CBM)",
|
|
|
+ label: this.$t("sea118n.CMB"),
|
|
|
prop: "measurement",
|
|
|
width: "120",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "TEU箱数",
|
|
|
+ label: this.$t("sea118n.TEU"),
|
|
|
prop: "teu",
|
|
|
width: "100",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "订舱TEU",
|
|
|
+ label: this.$t("sea118n.hblTeu"),
|
|
|
prop: "teuTotal",
|
|
|
width: "100",
|
|
|
overHidden: true
|
|
|
@@ -1159,25 +1165,25 @@ export default {
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "合计应收(CNY )",
|
|
|
+ label: this.$t("sea118n.ttlDebit"),
|
|
|
prop: "amountDrLoc",
|
|
|
width: "160",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "付费申请状态",
|
|
|
- prop: "checkCrStatusDescr",
|
|
|
+ label: this.$t("sea118n.ttlDebit"),
|
|
|
+ prop: "applyStatus",
|
|
|
width: "160",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "应收对账状态",
|
|
|
+ label:this.$t("sea118n.checkStatus"),
|
|
|
prop: "checkDrStatusDescr",
|
|
|
width: "160",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "应收结算状态",
|
|
|
+ label: this.$t("sea118n.debitStlStatus"),
|
|
|
prop: "stlDrStatusDescr",
|
|
|
type: "select",
|
|
|
search: true,
|
|
|
@@ -1200,7 +1206,7 @@ export default {
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "应付结算状态",
|
|
|
+ label: this.$t("sea118n.creditStlStatus"),
|
|
|
prop: "stlCrStatusDescr",
|
|
|
type: "select",
|
|
|
search: true,
|
|
|
@@ -1223,13 +1229,13 @@ export default {
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "销项发票状态",
|
|
|
+ label: this.$t("sea118n.invoiceStatus"),
|
|
|
prop: "invoiceDrStatusDescr",
|
|
|
width: "160",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "创建人",
|
|
|
+ label: this.$t("sea118n.createBy"),
|
|
|
prop: "createUserName",
|
|
|
search: true,
|
|
|
rules: [
|
|
|
@@ -1242,13 +1248,13 @@ export default {
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "创建时间",
|
|
|
+ label: this.$t("sea118n.createTime"),
|
|
|
prop: "createTime",
|
|
|
width: "160",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "排序方式",
|
|
|
+ label: this.$t("sea118n.orderBy"),
|
|
|
prop: "billSort",
|
|
|
hide: true,
|
|
|
search: true,
|
|
|
@@ -1257,7 +1263,7 @@ export default {
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "业务状态",
|
|
|
+ label: this.$t("sea118n.billStatus"),
|
|
|
prop: "billStatus",
|
|
|
type: "select",
|
|
|
dicUrl: "/api/blade-system/dict-biz/dictionary?code=bill_status",
|
|
|
@@ -1269,13 +1275,13 @@ export default {
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: '订舱状态',
|
|
|
+ label: this.$t("sea118n.bookStatus"),
|
|
|
prop: "whetherModify",
|
|
|
width: "100",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "财务状态",
|
|
|
+ label: this.$t("sea118n.financeStatus"),
|
|
|
prop: "accountStatus",
|
|
|
type: "select",
|
|
|
dicUrl: "/api/blade-system/dict-biz/dictionary?code=account_status",
|
|
|
@@ -1287,7 +1293,7 @@ export default {
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "审核状态",
|
|
|
+ label:this.$t("sea118n.auditStatus"),
|
|
|
prop: "status",
|
|
|
type: "select",
|
|
|
dicUrl: "/api/blade-system/dict-biz/dictionary?code=audit_status_los",
|
|
|
@@ -1301,7 +1307,7 @@ export default {
|
|
|
searchOrder: 19
|
|
|
},
|
|
|
{
|
|
|
- label: "提取成本",
|
|
|
+ label: this.$t("btn118n.costTemplate"),
|
|
|
prop: "whetherExtractCost",
|
|
|
type: "select",
|
|
|
dicData: [{
|
|
|
@@ -1314,7 +1320,7 @@ export default {
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "备注",
|
|
|
+ label: "remarks",
|
|
|
prop: "remarks",
|
|
|
overHidden: true
|
|
|
}
|
|
|
@@ -1340,98 +1346,98 @@ export default {
|
|
|
menuWidth: "auto",
|
|
|
column: [
|
|
|
{
|
|
|
- label: "行号",
|
|
|
+ label: "NO",
|
|
|
prop: "radio",
|
|
|
width: 50,
|
|
|
hide: false
|
|
|
},
|
|
|
{
|
|
|
- label: "船名",
|
|
|
+ label: this.$t("sea118n.vessel"),
|
|
|
prop: "vesselCnName",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "航次",
|
|
|
+ label: this.$t("sea118n.voy"),
|
|
|
prop: "voyageNo",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "MB/L NO",
|
|
|
+ label: this.$t("sea118n.mblno"),
|
|
|
prop: "mblno",
|
|
|
search: true,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "HB/L NO",
|
|
|
+ label: this.$t("sea118n.hblno"),
|
|
|
prop: "hblno",
|
|
|
search: true,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "开船日期",
|
|
|
+ label: this.$t("sea118n.etd"),
|
|
|
prop: "etd",
|
|
|
width: "80",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "到港日期",
|
|
|
+ label: this.$t("sea118n.eta"),
|
|
|
prop: "eta",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "装货港",
|
|
|
+ label: this.$t("sea118n.pol"),
|
|
|
prop: "polCnName",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "卸货港",
|
|
|
+ label: this.$t("sea118n.pod"),
|
|
|
prop: "podCnName",
|
|
|
width: "120",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "单据编号",
|
|
|
+ label: this.$t("sea118n.billNo"),
|
|
|
prop: "billNo",
|
|
|
width: "160",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "客户名",
|
|
|
+ label:this.$t("sea118n.corpName"),
|
|
|
prop: "corpCnName",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "客户英文",
|
|
|
+ label: this.$t("sea118n.corpName"),
|
|
|
prop: "corpEnName",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "件数",
|
|
|
+ label: this.$t("sea118n.QTY"),
|
|
|
prop: "quantity",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "包装单位",
|
|
|
+ label: this.$t("sea118n.package"),
|
|
|
prop: "packingUnit",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "毛重",
|
|
|
+ label: this.$t("sea118n.GW"),
|
|
|
prop: "grossWeight",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "净重",
|
|
|
+ label: this.$t("sea118n.NETGW"),
|
|
|
prop: "netWeight",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "体积",
|
|
|
+ label: this.$t("sea118n.CBM"),
|
|
|
prop: "measurement",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "单据日期",
|
|
|
+ label: this.$t("sea118n.billDate"),
|
|
|
prop: "billDate",
|
|
|
width: "150",
|
|
|
overHidden: true
|