|
|
@ -12,91 +12,121 @@
|
|
|
|
<a-form class="Editing">
|
|
|
|
<a-form class="Editing">
|
|
|
|
<a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-form-item label="提单号:" :label-col="formItemLayout.labelCol1"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="提单号:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol1"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">{{ form.mblNo }}
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">{{ form.mblNo }}
|
|
|
|
<a-icon @click="copyText(form.mblNo)" style="cursor: pointer;" type="copy" />
|
|
|
|
<a-icon @click="copyText(form.mblNo)" style="cursor: pointer;" type="copy" />
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-form-item label="船名/航次:" :label-col="formItemLayout.labelCol2"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="船名/航次:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol2"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
{{ form.vessel }}/{{ form.voyNo }}
|
|
|
|
{{ form.vessel }}/{{ form.voyNo }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-form-item label="收货地:" :label-col="formItemLayout.labelCol1"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="收货地:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol1"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
{{ form.placeReceipt }}
|
|
|
|
{{ form.placeReceipt }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-form-item label="ETD:" :label-col="formItemLayout.labelCol2"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="ETD:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol2"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
{{ form.etd ? form.etd.substring(0, 11) : '-' }}
|
|
|
|
{{ form.etd ? form.etd.substring(0, 11) : '-' }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-form-item label="交货地:" :label-col="formItemLayout.labelCol1"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="交货地:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol1"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
{{ form.placeDelivery }}
|
|
|
|
{{ form.placeDelivery }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-form-item label="ETA:" :label-col="formItemLayout.labelCol2"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="ETA:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol2"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
{{ form.eta ? form.eta.substring(0, 11) : '-' }}
|
|
|
|
{{ form.eta ? form.eta.substring(0, 11) : '-' }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-form-item label="订舱人:" :label-col="formItemLayout.labelCol1"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="订舱人:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol1"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
{{ form.bookingParty }}
|
|
|
|
{{ form.bookingParty }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-form-item label="合约号:" :label-col="formItemLayout.labelCol2"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="合约号:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol2"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
{{ form.contractNo }}
|
|
|
|
{{ form.contractNo }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-form-item label="样单截止时间:" :label-col="formItemLayout.labelCol1"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="样单截止时间:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol1"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
{{ form.siCutDate }}
|
|
|
|
{{ form.siCutDate }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-form-item label="箱使天数:" :label-col="formItemLayout.labelCol2"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="箱使天数:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol2"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
{{ form.detensionFreeDays }}
|
|
|
|
{{ form.detensionFreeDays }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-form-item label="舱单截止时间:" :label-col="formItemLayout.labelCol1"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="舱单截止时间:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol1"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
{{ form.manifestCutDate }}
|
|
|
|
{{ form.manifestCutDate }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-form-item label="截港时间:" :label-col="formItemLayout.labelCol2"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="截港时间:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol2"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
{{ form.cyCutoffTime }}
|
|
|
|
{{ form.cyCutoffTime }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-form-item label="MDGF截止时间:" :label-col="formItemLayout.labelCol1"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="MDGF截止时间:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol1"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
{{ form.mdgfCutDate }}
|
|
|
|
{{ form.mdgfCutDate }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-form-item label="VGM截止时间:" :label-col="formItemLayout.labelCol2"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="VGM截止时间:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol2"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
{{ form.vgmCutoffTime }}
|
|
|
|
{{ form.vgmCutoffTime }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-col :span="14">
|
|
|
|
<a-form-item label="箱型箱量:" :label-col="formItemLayout.labelCol1"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="箱型箱量:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol1"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
{{ form.ctnStat }}
|
|
|
|
{{ form.ctnStat }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
@ -105,31 +135,41 @@
|
|
|
|
<p class="title"><i class="iconfont icon-chuanfanguanli-chuanfanshenqing"></i>一程</p>
|
|
|
|
<p class="title"><i class="iconfont icon-chuanfanguanli-chuanfanshenqing"></i>一程</p>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-form-item label="船名/航次:" :label-col="formItemLayout.labelCol3"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="船名/航次:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol3"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
{{ form.vessel }}/{{ form.voyNo }}
|
|
|
|
{{ form.vessel }}/{{ form.voyNo }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-item label="ETD:" :label-col="formItemLayout.labelCol4"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="ETD:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol4"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol4">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol4">
|
|
|
|
{{ form.etd ? form.etd.substring(0, 11) : '-' }}
|
|
|
|
{{ form.etd ? form.etd.substring(0, 11) : '-' }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-form-item label="装货港:" :label-col="formItemLayout.labelCol3"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="装货港:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol3"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
{{ form.portload }}
|
|
|
|
{{ form.portload }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-item label="ETA:" :label-col="formItemLayout.labelCol4"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="ETA:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol4"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol4">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol4">
|
|
|
|
{{ form.eta ? form.eta.substring(0, 11) : '-' }}
|
|
|
|
{{ form.eta ? form.eta.substring(0, 11) : '-' }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-form-item label="卸货港:" :label-col="formItemLayout.labelCol3"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="卸货港:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol3"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
{{ form.portDischarge }}
|
|
|
|
{{ form.portDischarge }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
@ -140,31 +180,41 @@
|
|
|
|
<p class="title"><i class="iconfont icon-chuanfanguanli-chuanfanshenqing"></i>二程</p>
|
|
|
|
<p class="title"><i class="iconfont icon-chuanfanguanli-chuanfanshenqing"></i>二程</p>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-form-item label="船名/航次:" :label-col="formItemLayout.labelCol3"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="船名/航次:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol3"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
{{ form.secondVessel }}/{{ form.secondVoyno }}
|
|
|
|
{{ form.secondVessel }}/{{ form.secondVoyno }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-item label="ETD:" :label-col="formItemLayout.labelCol4"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="ETD:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol4"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol4">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol4">
|
|
|
|
{{ form.secondETD ? form.secondETD.substring(0, 11) : '-' }}
|
|
|
|
{{ form.secondETD ? form.secondETD.substring(0, 11) : '-' }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-form-item label="装货港:" :label-col="formItemLayout.labelCol3"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="装货港:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol3"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
{{ form.transferPort1 }}
|
|
|
|
{{ form.transferPort1 }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-item label="ETA:" :label-col="formItemLayout.labelCol4"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="ETA:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol4"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol4">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol4">
|
|
|
|
{{ form.secondETA ? form.secondETA.substring(0, 11) : '-' }}
|
|
|
|
{{ form.secondETA ? form.secondETA.substring(0, 11) : '-' }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-form-item label="卸货港:" :label-col="formItemLayout.labelCol3"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="卸货港:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol3"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
{{ form.portDischarge }}
|
|
|
|
{{ form.portDischarge }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
@ -178,7 +228,9 @@
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-col :span="5">
|
|
|
|
<a-col :span="5">
|
|
|
|
<a-form-item label="已生成舱位:" :label-col="formItemLayout.labelCol5"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="已生成舱位:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol5"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol5">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol5">
|
|
|
|
{{ form.bookingSlotId ? '是' : '否' }}
|
|
|
|
{{ form.bookingSlotId ? '是' : '否' }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
@ -187,7 +239,9 @@
|
|
|
|
<span class="CsSee" v-if="form.bookingSlotId" @click="FnSee1">查看</span>
|
|
|
|
<span class="CsSee" v-if="form.bookingSlotId" @click="FnSee1">查看</span>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="5">
|
|
|
|
<a-col :span="5">
|
|
|
|
<a-form-item label="已生成订舱:" :label-col="formItemLayout.labelCol5"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="已生成订舱:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol5"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol5">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol5">
|
|
|
|
{{ form.bookingOrderId ? '是' : '否' }}
|
|
|
|
{{ form.bookingOrderId ? '是' : '否' }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
@ -196,7 +250,9 @@
|
|
|
|
<span class="CsSee" v-if="form.bookingOrderId" @click="FnSee">查看</span>
|
|
|
|
<span class="CsSee" v-if="form.bookingOrderId" @click="FnSee">查看</span>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="5">
|
|
|
|
<a-col :span="5">
|
|
|
|
<a-form-item label="任务状态:" :label-col="formItemLayout.labelCol5"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="任务状态:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol5"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol5">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol5">
|
|
|
|
{{ form.taskStatus == 'Complete' ? '已完成' : '-' }}
|
|
|
|
{{ form.taskStatus == 'Complete' ? '已完成' : '-' }}
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
@ -208,11 +264,15 @@
|
|
|
|
<p class="title">关键信息</p>
|
|
|
|
<p class="title">关键信息</p>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<div class="unitBox">
|
|
|
|
<div class="unitBox">
|
|
|
|
<p v-for="(item, index) in form.keywords" :key="index" class="unit" :style="{
|
|
|
|
<p
|
|
|
|
background: item.background,
|
|
|
|
v-for="(item, index) in form.keywords"
|
|
|
|
color: Rcolor(item.background),
|
|
|
|
:key="index"
|
|
|
|
border: `1px solid ${Rcolor(item.background)}`
|
|
|
|
class="unit"
|
|
|
|
}">
|
|
|
|
:style="{
|
|
|
|
|
|
|
|
background: item.background,
|
|
|
|
|
|
|
|
color: Rcolor(item.background),
|
|
|
|
|
|
|
|
border: `1px solid ${Rcolor(item.background)}`
|
|
|
|
|
|
|
|
}">
|
|
|
|
<i :class="item.icon" class="iconfont"></i>{{ item.name }}
|
|
|
|
<i :class="item.icon" class="iconfont"></i>{{ item.name }}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -221,7 +281,8 @@
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
style="height: 30px;border: 1px solid red;padding: 0 10px;color: black;font-size: 13px;line-height: 30px;width: 45%;margin-left: 7px;margin-bottom: 10px;">
|
|
|
|
style="height: 30px;border: 1px solid red;padding: 0 10px;color: black;font-size: 13px;line-height: 30px;width: 45%;margin-left: 7px;margin-bottom: 10px;">
|
|
|
|
<a-icon type="info-circle" theme="filled" style="font-size: 15px;color: red;margin-right: 20px;" />
|
|
|
|
<a-icon type="info-circle" theme="filled" style="font-size: 15px;color: red;margin-right: 20px;" />
|
|
|
|
<span @click="compareResultFlag = true"
|
|
|
|
<span
|
|
|
|
|
|
|
|
@click="compareResultFlag = true"
|
|
|
|
style="cursor: pointer;text-decoration: underline;">订舱变更比对BC存在差异</span>
|
|
|
|
style="cursor: pointer;text-decoration: underline;">订舱变更比对BC存在差异</span>
|
|
|
|
差异总数:{{ compareResultList.length }}项
|
|
|
|
差异总数:{{ compareResultList.length }}项
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -303,10 +364,18 @@
|
|
|
|
<a-form class="Editing">
|
|
|
|
<a-form class="Editing">
|
|
|
|
<a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-form-item label="委托单位:" :label-col="formItemLayout.labelCol3"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="委托单位:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol3"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
<a-select show-search v-model="CreateData.customerId" :default-active-first-option="false"
|
|
|
|
<a-select
|
|
|
|
:show-arrow="false" :filter-option="false" :not-found-content="null" @search="SearchCustomer"
|
|
|
|
show-search
|
|
|
|
|
|
|
|
v-model="CreateData.customerId"
|
|
|
|
|
|
|
|
:default-active-first-option="false"
|
|
|
|
|
|
|
|
:show-arrow="false"
|
|
|
|
|
|
|
|
:filter-option="false"
|
|
|
|
|
|
|
|
:not-found-content="null"
|
|
|
|
|
|
|
|
@search="SearchCustomer"
|
|
|
|
@change="ChangeCustomer">
|
|
|
|
@change="ChangeCustomer">
|
|
|
|
<a-select-option v-for="(item, index) in CustomerList" :key="index" :value="item.id">
|
|
|
|
<a-select-option v-for="(item, index) in CustomerList" :key="index" :value="item.id">
|
|
|
|
{{ item.shortName }}
|
|
|
|
{{ item.shortName }}
|
|
|
@ -316,11 +385,20 @@
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-spin :spinning="fetching">
|
|
|
|
<a-spin :spinning="fetching">
|
|
|
|
<a-form-item label="联系人:" :label-col="formItemLayout.labelCol2"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="联系人:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol2"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
<a-select show-search mode="multiple" v-model="CreateData.customerList"
|
|
|
|
<a-select
|
|
|
|
:default-active-first-option="false" :show-arrow="false" :filter-option="false"
|
|
|
|
show-search
|
|
|
|
:not-found-content="null" @change="handleChangeUser" @search="SearchUser">
|
|
|
|
mode="multiple"
|
|
|
|
|
|
|
|
v-model="CreateData.customerList"
|
|
|
|
|
|
|
|
:default-active-first-option="false"
|
|
|
|
|
|
|
|
:show-arrow="false"
|
|
|
|
|
|
|
|
:filter-option="false"
|
|
|
|
|
|
|
|
:not-found-content="null"
|
|
|
|
|
|
|
|
@change="handleChangeUser"
|
|
|
|
|
|
|
|
@search="SearchUser">
|
|
|
|
<a-select-option v-for="item in customerByList" :key="item.id" :value="item.id">
|
|
|
|
<a-select-option v-for="item in customerByList" :key="item.id" :value="item.id">
|
|
|
|
{{ item.name }}
|
|
|
|
{{ item.name }}
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
@ -337,11 +415,18 @@
|
|
|
|
<a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-item label="销售:" :label-col="formItemLayout.labelCol2" :wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
<a-form-item label="销售:" :label-col="formItemLayout.labelCol2" :wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
<a-select show-search v-model="CreateData.saleId" :default-active-first-option="false"
|
|
|
|
<a-select
|
|
|
|
:show-arrow="false" :filter-option="false" :not-found-content="null" @search="SearchUser" @change="e => {
|
|
|
|
show-search
|
|
|
|
ChangeUser(e, 'saleName')
|
|
|
|
v-model="CreateData.saleId"
|
|
|
|
}
|
|
|
|
:default-active-first-option="false"
|
|
|
|
">
|
|
|
|
:show-arrow="false"
|
|
|
|
|
|
|
|
:filter-option="false"
|
|
|
|
|
|
|
|
:not-found-content="null"
|
|
|
|
|
|
|
|
@search="SearchUser"
|
|
|
|
|
|
|
|
@change="e => {
|
|
|
|
|
|
|
|
ChangeUser(e, 'saleName')
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
{{ item.name }}
|
|
|
|
{{ item.name }}
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
@ -350,11 +435,18 @@
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-item label="操作:" :label-col="formItemLayout.labelCol2" :wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
<a-form-item label="操作:" :label-col="formItemLayout.labelCol2" :wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
<a-select show-search v-model="CreateData.opId" :default-active-first-option="false" :show-arrow="false"
|
|
|
|
<a-select
|
|
|
|
:filter-option="false" :not-found-content="null" @search="SearchUser" @change="e => {
|
|
|
|
show-search
|
|
|
|
ChangeUser(e, 'opName')
|
|
|
|
v-model="CreateData.opId"
|
|
|
|
}
|
|
|
|
:default-active-first-option="false"
|
|
|
|
">
|
|
|
|
:show-arrow="false"
|
|
|
|
|
|
|
|
:filter-option="false"
|
|
|
|
|
|
|
|
:not-found-content="null"
|
|
|
|
|
|
|
|
@search="SearchUser"
|
|
|
|
|
|
|
|
@change="e => {
|
|
|
|
|
|
|
|
ChangeUser(e, 'opName')
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
{{ item.name }}
|
|
|
|
{{ item.name }}
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
@ -363,11 +455,18 @@
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-item label="单证:" :label-col="formItemLayout.labelCol2" :wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
<a-form-item label="单证:" :label-col="formItemLayout.labelCol2" :wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
<a-select show-search v-model="CreateData.docId" :default-active-first-option="false"
|
|
|
|
<a-select
|
|
|
|
:show-arrow="false" :filter-option="false" :not-found-content="null" @search="SearchUser" @change="e => {
|
|
|
|
show-search
|
|
|
|
ChangeUser(e, 'docName')
|
|
|
|
v-model="CreateData.docId"
|
|
|
|
}
|
|
|
|
:default-active-first-option="false"
|
|
|
|
">
|
|
|
|
:show-arrow="false"
|
|
|
|
|
|
|
|
:filter-option="false"
|
|
|
|
|
|
|
|
:not-found-content="null"
|
|
|
|
|
|
|
|
@search="SearchUser"
|
|
|
|
|
|
|
|
@change="e => {
|
|
|
|
|
|
|
|
ChangeUser(e, 'docName')
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
{{ item.name }}
|
|
|
|
{{ item.name }}
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
@ -378,11 +477,18 @@
|
|
|
|
<a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-item label="客服:" :label-col="formItemLayout.labelCol2" :wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
<a-form-item label="客服:" :label-col="formItemLayout.labelCol2" :wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
<a-select show-search v-model="CreateData.custServiceId" :default-active-first-option="false"
|
|
|
|
<a-select
|
|
|
|
:show-arrow="false" :filter-option="false" :not-found-content="null" @search="SearchUser" @change="e => {
|
|
|
|
show-search
|
|
|
|
ChangeUser(e, 'custServiceName')
|
|
|
|
v-model="CreateData.custServiceId"
|
|
|
|
}
|
|
|
|
:default-active-first-option="false"
|
|
|
|
">
|
|
|
|
:show-arrow="false"
|
|
|
|
|
|
|
|
:filter-option="false"
|
|
|
|
|
|
|
|
:not-found-content="null"
|
|
|
|
|
|
|
|
@search="SearchUser"
|
|
|
|
|
|
|
|
@change="e => {
|
|
|
|
|
|
|
|
ChangeUser(e, 'custServiceName')
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
{{ item.name }}
|
|
|
|
{{ item.name }}
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
@ -390,13 +496,22 @@
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-item label="航线操作:" :label-col="formItemLayout.labelCol2"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="航线操作:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol2"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
<a-select show-search v-model="CreateData.routeID" :default-active-first-option="false"
|
|
|
|
<a-select
|
|
|
|
:show-arrow="false" :filter-option="false" :not-found-content="null" @search="SearchUser" @change="e => {
|
|
|
|
show-search
|
|
|
|
ChangeUser(e, 'route')
|
|
|
|
v-model="CreateData.routeID"
|
|
|
|
}
|
|
|
|
:default-active-first-option="false"
|
|
|
|
">
|
|
|
|
:show-arrow="false"
|
|
|
|
|
|
|
|
:filter-option="false"
|
|
|
|
|
|
|
|
:not-found-content="null"
|
|
|
|
|
|
|
|
@search="SearchUser"
|
|
|
|
|
|
|
|
@change="e => {
|
|
|
|
|
|
|
|
ChangeUser(e, 'route')
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
{{ item.name }}
|
|
|
|
{{ item.name }}
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
@ -404,13 +519,22 @@
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-item label="航线管理:" :label-col="formItemLayout.labelCol2"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="航线管理:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol2"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol2">
|
|
|
|
<a-select show-search v-model="CreateData.lineManageID" :default-active-first-option="false"
|
|
|
|
<a-select
|
|
|
|
:show-arrow="false" :filter-option="false" :not-found-content="null" @search="SearchUser" @change="e => {
|
|
|
|
show-search
|
|
|
|
ChangeUser(e, 'lineManage')
|
|
|
|
v-model="CreateData.lineManageID"
|
|
|
|
}
|
|
|
|
:default-active-first-option="false"
|
|
|
|
">
|
|
|
|
:show-arrow="false"
|
|
|
|
|
|
|
|
:filter-option="false"
|
|
|
|
|
|
|
|
:not-found-content="null"
|
|
|
|
|
|
|
|
@search="SearchUser"
|
|
|
|
|
|
|
|
@change="e => {
|
|
|
|
|
|
|
|
ChangeUser(e, 'lineManage')
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
{{ item.name }}
|
|
|
|
{{ item.name }}
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
@ -420,7 +544,9 @@
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-form-item label="操作备注:" :label-col="formItemLayout.labelCol3"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="操作备注:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol3"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
<a-input v-model="CreateData.czRemark" />
|
|
|
|
<a-input v-model="CreateData.czRemark" />
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
@ -428,7 +554,9 @@
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-form-item label="申请箱使:" :label-col="formItemLayout.labelCol3"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="申请箱使:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol3"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
<a-input v-model="CreateData.shenQingXiangShi" />
|
|
|
|
<a-input v-model="CreateData.shenQingXiangShi" />
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
@ -436,11 +564,17 @@
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-col :span="16">
|
|
|
|
<a-form-item label="服务项目:" :label-col="formItemLayout.labelCol3"
|
|
|
|
<a-form-item
|
|
|
|
|
|
|
|
label="服务项目:"
|
|
|
|
|
|
|
|
:label-col="formItemLayout.labelCol3"
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
:wrapper-col="formItemLayout.wrapperCol3">
|
|
|
|
<div class="content">
|
|
|
|
<div class="content">
|
|
|
|
<div class="items" v-for="(serive, sindex) in bookingServiceItem" :key="sindex"
|
|
|
|
<div
|
|
|
|
:class="{ active: serive.isYield }" @click="saveService(serive)">
|
|
|
|
class="items"
|
|
|
|
|
|
|
|
v-for="(serive, sindex) in bookingServiceItem"
|
|
|
|
|
|
|
|
:key="sindex"
|
|
|
|
|
|
|
|
:class="{ active: serive.isYield }"
|
|
|
|
|
|
|
|
@click="saveService(serive)">
|
|
|
|
{{ serive.serviceProjectName }}
|
|
|
|
{{ serive.serviceProjectName }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -453,8 +587,14 @@
|
|
|
|
<a-modal v-model="UserVisible" title="转移任务" @ok="UserhandleOk">
|
|
|
|
<a-modal v-model="UserVisible" title="转移任务" @ok="UserhandleOk">
|
|
|
|
<a-form>
|
|
|
|
<a-form>
|
|
|
|
<a-form-item label="接收人:" :label-col="formItemLayout.labelCol1" :wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
<a-form-item label="接收人:" :label-col="formItemLayout.labelCol1" :wrapper-col="formItemLayout.wrapperCol1">
|
|
|
|
<a-select show-search v-model="UserId" :default-active-first-option="false" :show-arrow="false"
|
|
|
|
<a-select
|
|
|
|
:filter-option="false" :not-found-content="null" @search="SearchUser">
|
|
|
|
show-search
|
|
|
|
|
|
|
|
v-model="UserId"
|
|
|
|
|
|
|
|
:default-active-first-option="false"
|
|
|
|
|
|
|
|
:show-arrow="false"
|
|
|
|
|
|
|
|
:filter-option="false"
|
|
|
|
|
|
|
|
:not-found-content="null"
|
|
|
|
|
|
|
|
@search="SearchUser">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
<a-select-option v-for="item in UserList" :key="item.id" :value="item.id">
|
|
|
|
{{ item.name }}
|
|
|
|
{{ item.name }}
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
@ -841,8 +981,6 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.ChangeFileRadio()
|
|
|
|
this.ChangeFileRadio()
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
OpenUser() {
|
|
|
|
OpenUser() {
|
|
|
|
this.UserId = ''
|
|
|
|
this.UserId = ''
|
|
|
|