|
|
@ -1,7 +1,7 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="basic-info">
|
|
|
|
<div class="basic-info">
|
|
|
|
<x-card style="padding-top: 15px;">
|
|
|
|
<x-card style="padding-top: 15px">
|
|
|
|
<div slot="content" style="margin-top: -24px;">
|
|
|
|
<div slot="content" style="margin-top: -24px">
|
|
|
|
<a-form-model
|
|
|
|
<a-form-model
|
|
|
|
style="margin-bottom: 10px"
|
|
|
|
style="margin-bottom: 10px"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
@ -10,14 +10,14 @@
|
|
|
|
:model="details"
|
|
|
|
:model="details"
|
|
|
|
:rules="rules"
|
|
|
|
:rules="rules"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-row class="from-box" >
|
|
|
|
<a-row class="from-box" :gutter="10">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
prop="customername"
|
|
|
|
prop="customername"
|
|
|
|
label="委托单位"
|
|
|
|
label="委托单位"
|
|
|
|
:labelCol="labelCol4"
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
:wrapperCol="wrapperCol4"
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div class="customer-box" style="padding-right: 24px">
|
|
|
|
<div class="customer-box" style="padding-right: 24px">
|
|
|
@ -41,43 +41,19 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="8">
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
prop="thirdPay"
|
|
|
|
|
|
|
|
label="第三方"
|
|
|
|
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<div class="customer-box" style="padding-right: 24px">
|
|
|
|
|
|
|
|
<selectView
|
|
|
|
|
|
|
|
type="thirdPay"
|
|
|
|
|
|
|
|
:defaultVal="details.thirdPay"
|
|
|
|
|
|
|
|
searchApi="DjyCustomerSuggest"
|
|
|
|
|
|
|
|
:searchQuery="{ keyword: '', type: 'consignor' }"
|
|
|
|
|
|
|
|
:showLabel="['shortName']"
|
|
|
|
|
|
|
|
:openSearch="true"
|
|
|
|
|
|
|
|
:isCopy="true"
|
|
|
|
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
|
|
|
|
style="flex: 1; margin-top: -4px"
|
|
|
|
|
|
|
|
></selectView>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="PO NO"
|
|
|
|
label="提单号"
|
|
|
|
|
|
|
|
prop="mblno"
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="pono"
|
|
|
|
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<inputView type="pono" :parentVal="details.pono" @getInputChange="inputChange" />
|
|
|
|
<inputView type="mblno" :parentVal="details.mblno" :ishd="ishd" @getInputChange="inputChange" />
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="船公司"
|
|
|
|
label="船公司"
|
|
|
@ -99,52 +75,40 @@
|
|
|
|
></selectView>
|
|
|
|
></selectView>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="8">
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="是否占舱"
|
|
|
|
|
|
|
|
:labelCol="{ xs: { span: 24 },
|
|
|
|
|
|
|
|
sm: { span: 9 },
|
|
|
|
|
|
|
|
md: { span: 9 }}"
|
|
|
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 },
|
|
|
|
|
|
|
|
sm: { span: 12 },
|
|
|
|
|
|
|
|
md: { span: 12 }}"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="zhanCangFlag"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<div class="date-box">
|
|
|
|
|
|
|
|
<a-radio-group size="small" v-model="details.zhanCangFlag">
|
|
|
|
|
|
|
|
<a-radio size="small" value="是"> 是 </a-radio>
|
|
|
|
|
|
|
|
<a-radio size="small" value="否"> 否 </a-radio>
|
|
|
|
|
|
|
|
</a-radio-group>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="订舱编号"
|
|
|
|
label="订舱代理"
|
|
|
|
:labelCol="labelCol4"
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
:wrapperCol="wrapperCol4"
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="custno"
|
|
|
|
prop="forwarder"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<inputView type="custno" :parentVal="details.custno" @getInputChange="inputChange" />
|
|
|
|
<selectView
|
|
|
|
|
|
|
|
type="forwarder"
|
|
|
|
|
|
|
|
:defaultVal="details.forwarder"
|
|
|
|
|
|
|
|
searchApi="DjyCustomerSuggest"
|
|
|
|
|
|
|
|
:searchQuery="{ keyword: '', type: 'booking_agent' }"
|
|
|
|
|
|
|
|
:showLabel="['shortName']"
|
|
|
|
|
|
|
|
:openSearch="true"
|
|
|
|
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
|
|
|
|
style="flex: 1; margin-top: -4px"
|
|
|
|
|
|
|
|
></selectView>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="提单号"
|
|
|
|
label="PO NO"
|
|
|
|
prop="mblno"
|
|
|
|
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="pono"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<inputView type="mblno" :parentVal="details.mblno" :ishd="ishd" @getInputChange="inputChange" />
|
|
|
|
<inputView type="pono" :parentVal="details.pono" @getInputChange="inputChange" />
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="分提单号"
|
|
|
|
label="分提单号"
|
|
|
@ -156,42 +120,39 @@
|
|
|
|
<inputView type="hblno" :parentVal="details.hblno" @getInputChange="inputChange" />
|
|
|
|
<inputView type="hblno" :parentVal="details.hblno" @getInputChange="inputChange" />
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="订舱代理"
|
|
|
|
label="订舱编号"
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="forwarder"
|
|
|
|
prop="custno"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<selectView
|
|
|
|
<inputView type="custno" :parentVal="details.custno" @getInputChange="inputChange" />
|
|
|
|
type="forwarder"
|
|
|
|
|
|
|
|
:defaultVal="details.forwarder"
|
|
|
|
|
|
|
|
searchApi="DjyCustomerSuggest"
|
|
|
|
|
|
|
|
:searchQuery="{ keyword: '', type: 'booking_agent' }"
|
|
|
|
|
|
|
|
:showLabel="['shortName']"
|
|
|
|
|
|
|
|
:openSearch="true"
|
|
|
|
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
|
|
|
|
style="flex: 1; margin-top: -4px"
|
|
|
|
|
|
|
|
></selectView>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<template v-if="details.carrierid != 'ESL'">
|
|
|
|
<template v-if="details.carrierid === 'ESL'">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="8">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="EP号"
|
|
|
|
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="epCode"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<inputView type="epCode" :parentVal="details.epCode" @getInputChange="inputChange" />
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<template v-else>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="运费协议号"
|
|
|
|
label="运费协议号"
|
|
|
|
:labelCol="{
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
xs: { span: 24 },
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
sm: { span: 10 },
|
|
|
|
|
|
|
|
md: { span: 10 }
|
|
|
|
|
|
|
|
}"
|
|
|
|
|
|
|
|
:wrapperCol="{
|
|
|
|
|
|
|
|
xs: { span: 24 },
|
|
|
|
|
|
|
|
sm: { span: 14 },
|
|
|
|
|
|
|
|
md: { span: 14 }
|
|
|
|
|
|
|
|
}"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="contractno"
|
|
|
|
prop="contractno"
|
|
|
|
>
|
|
|
|
>
|
|
|
@ -212,21 +173,37 @@
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="8">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
prop="thirdPay"
|
|
|
|
|
|
|
|
label="第三方"
|
|
|
|
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<div class="customer-box" style="padding-right: 24px">
|
|
|
|
|
|
|
|
<selectView
|
|
|
|
|
|
|
|
type="thirdPay"
|
|
|
|
|
|
|
|
:defaultVal="details.thirdPay"
|
|
|
|
|
|
|
|
searchApi="DjyCustomerSuggest"
|
|
|
|
|
|
|
|
:searchQuery="{ keyword: '', type: 'consignor' }"
|
|
|
|
|
|
|
|
:showLabel="['shortName']"
|
|
|
|
|
|
|
|
:openSearch="true"
|
|
|
|
|
|
|
|
:isCopy="true"
|
|
|
|
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
|
|
|
|
style="flex: 1; margin-top: -4px"
|
|
|
|
|
|
|
|
></selectView>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
<template v-if="details.carrierid === 'ESL'">
|
|
|
|
<template v-if="details.carrierid === 'ESL'">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="7">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="运费协议号"
|
|
|
|
label="运费协议号"
|
|
|
|
:labelCol="{
|
|
|
|
:labelCol="labelCol2"
|
|
|
|
xs: { span: 24 },
|
|
|
|
:wrapperCol="wrapperCol2"
|
|
|
|
sm: { span: 12 },
|
|
|
|
|
|
|
|
md: { span: 12 }
|
|
|
|
|
|
|
|
}"
|
|
|
|
|
|
|
|
:wrapperCol="{
|
|
|
|
|
|
|
|
xs: { span: 24 },
|
|
|
|
|
|
|
|
sm: { span: 12 },
|
|
|
|
|
|
|
|
md: { span: 12 }
|
|
|
|
|
|
|
|
}"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="contractno"
|
|
|
|
prop="contractno"
|
|
|
|
>
|
|
|
|
>
|
|
|
@ -247,27 +224,13 @@
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template v-if="details.carrierid === 'ESL'">
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="EP号"
|
|
|
|
|
|
|
|
:labelCol="labelCol4"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol4"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="epCode"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<inputView type="epCode" :parentVal="details.epCode" @getInputChange="inputChange" />
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<template v-if="['VOLTA', 'WHL', 'CSL', 'MSC'].includes(details.carrierid)">
|
|
|
|
<template v-if="['VOLTA', 'WHL', 'CSL', 'MSC'].includes(details.carrierid)">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="7">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="真提单号"
|
|
|
|
label="真提单号"
|
|
|
|
:labelCol="labelCol4"
|
|
|
|
:labelCol="labelCol"
|
|
|
|
:wrapperCol="wrapperCol4"
|
|
|
|
:wrapperCol="wrapperCol"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="tmblno"
|
|
|
|
prop="tmblno"
|
|
|
|
>
|
|
|
|
>
|
|
|
@ -277,34 +240,8 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
<div class="from-box2">
|
|
|
|
<div class="from-box2">
|
|
|
|
<a-row >
|
|
|
|
<a-row :gutter="6">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="6" :xl="6">
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="开船日期"
|
|
|
|
|
|
|
|
:labelCol="{ xs: { span: 24 },
|
|
|
|
|
|
|
|
sm: { span: 8 },
|
|
|
|
|
|
|
|
md: { span: 8 }}"
|
|
|
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 },
|
|
|
|
|
|
|
|
sm: { span: 12 },
|
|
|
|
|
|
|
|
md: { span: 12 }}"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="etd"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<div class="date-box">
|
|
|
|
|
|
|
|
<datePickerView
|
|
|
|
|
|
|
|
class="date-picker"
|
|
|
|
|
|
|
|
:parentVal="details.etd"
|
|
|
|
|
|
|
|
type="etd"
|
|
|
|
|
|
|
|
format="YYYY-MM-DD"
|
|
|
|
|
|
|
|
@dateChange="dateChangeFun"
|
|
|
|
|
|
|
|
style="margin-top: -5px"
|
|
|
|
|
|
|
|
></datePickerView>
|
|
|
|
|
|
|
|
<span class="week" v-if="etdWeek && etdWeek !== 'NaN'">W{{ etdWeek || '--' }}</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="船名"
|
|
|
|
label="船名"
|
|
|
@ -337,7 +274,7 @@
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<template v-if="details.carrierid === 'ESL'">
|
|
|
|
<template v-if="details.carrierid === 'ESL'">
|
|
|
|
<a-col :xs="12" :sm="12" :md="8" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="8" :lg="5" :xl="4">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="内部航次"
|
|
|
|
label="内部航次"
|
|
|
@ -356,7 +293,7 @@
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template v-else>
|
|
|
|
<template v-else>
|
|
|
|
<a-col :xs="12" :sm="12" :md="8" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="8" :lg="5" :xl="4">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="内部航次"
|
|
|
|
label="内部航次"
|
|
|
@ -375,7 +312,7 @@
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template v-if="details.carrierid === 'ESL'">
|
|
|
|
<template v-if="details.carrierid === 'ESL'">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="5" :xl="4">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="航次"
|
|
|
|
label="航次"
|
|
|
@ -393,7 +330,7 @@
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template v-else>
|
|
|
|
<template v-else>
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="5" :xl="4">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="海关航次"
|
|
|
|
label="海关航次"
|
|
|
@ -410,185 +347,349 @@
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="{span: '4-8'}" :xl="{span: '4-8'}">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="5" :xl="5">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="船司航线"
|
|
|
|
label="开船日期"
|
|
|
|
:labelCol="labelCol"
|
|
|
|
:labelCol="{ xs: { span: 24 },
|
|
|
|
:wrapperCol="wrapperCol"
|
|
|
|
sm: { span: 8 },
|
|
|
|
has-feedback
|
|
|
|
md: { span: 8 }}"
|
|
|
|
prop="lanename"
|
|
|
|
:wrapperCol="{ xs: { span: 24 },
|
|
|
|
>
|
|
|
|
sm: { span: 12 },
|
|
|
|
<!-- 航线暂无接口, 暂时改为输入框-->
|
|
|
|
md: { span: 12 }}"
|
|
|
|
<inputView type="lanename" :parentVal="details.lanename" @getInputChange="inputChange" />
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</a-row>
|
|
|
|
|
|
|
|
<a-row :gutter="10">
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="4">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="揽货人"
|
|
|
|
|
|
|
|
:labelCol="userLabelCol"
|
|
|
|
|
|
|
|
:wrapperCol="userWrapperCol"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="sale"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<selectView
|
|
|
|
|
|
|
|
type="sale"
|
|
|
|
|
|
|
|
:defaultVal="details.sale"
|
|
|
|
|
|
|
|
searchApi="GetSysUserPage"
|
|
|
|
|
|
|
|
:searchQuery="{ name: '' }"
|
|
|
|
|
|
|
|
:showLabel="['name']"
|
|
|
|
|
|
|
|
:openSearch="true"
|
|
|
|
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
|
|
|
|
></selectView>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="4">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="客服"
|
|
|
|
|
|
|
|
:labelCol="userLabelCol1"
|
|
|
|
|
|
|
|
:wrapperCol="userWrapperCol1"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="custservice"
|
|
|
|
prop="etd"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<selectView
|
|
|
|
<div class="date-box">
|
|
|
|
type="custservice"
|
|
|
|
<datePickerView
|
|
|
|
:defaultVal="details.custservice"
|
|
|
|
class="date-picker"
|
|
|
|
searchApi="GetSysUserPage"
|
|
|
|
:parentVal="details.etd"
|
|
|
|
:searchQuery="{ name: '' }"
|
|
|
|
type="etd"
|
|
|
|
:showLabel="['name']"
|
|
|
|
format="YYYY-MM-DD"
|
|
|
|
:openSearch="true"
|
|
|
|
@dateChange="dateChangeFun"
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
style="margin-top: -5px"
|
|
|
|
></selectView>
|
|
|
|
></datePickerView>
|
|
|
|
|
|
|
|
<span class="week" v-if="etdWeek && etdWeek !== 'NaN'">W{{ etdWeek || '--' }}</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="4">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="5" :xl="5">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="操作"
|
|
|
|
label="是否占舱"
|
|
|
|
:labelCol="userLabelCol1"
|
|
|
|
:labelCol="{ xs: { span: 24 },
|
|
|
|
:wrapperCol="userWrapperCol1"
|
|
|
|
sm: { span: 9 },
|
|
|
|
|
|
|
|
md: { span: 9 }}"
|
|
|
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 },
|
|
|
|
|
|
|
|
sm: { span: 12 },
|
|
|
|
|
|
|
|
md: { span: 12 }}"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="op"
|
|
|
|
prop="zhanCangFlag"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<selectView
|
|
|
|
<!-- style="margin-left:10px;margin-top:-6px;" -->
|
|
|
|
type="op"
|
|
|
|
<div class="date-box">
|
|
|
|
:defaultVal="details.op"
|
|
|
|
<!-- <a-checkbox size="small" v-model="details.zhanCangFlag">
|
|
|
|
searchApi="GetSysUserPage"
|
|
|
|
<template v-if="details.zhanCangFlag">是</template>
|
|
|
|
:searchQuery="{ name: '' }"
|
|
|
|
<template v-else>否</template>
|
|
|
|
:showLabel="['name']"
|
|
|
|
</a-checkbox> -->
|
|
|
|
:openSearch="true"
|
|
|
|
<a-radio-group size="small" v-model="details.zhanCangFlag">
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
<a-radio size="small" value="是"> 是 </a-radio>
|
|
|
|
></selectView>
|
|
|
|
<a-radio size="small" value="否"> 否 </a-radio>
|
|
|
|
|
|
|
|
</a-radio-group>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="4">
|
|
|
|
<!-- <template v-if="details.carrierid === 'ESL'">
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="5">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="实际开船"
|
|
|
|
|
|
|
|
:labelCol="labelCol"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="atd"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<div class="date-box">
|
|
|
|
|
|
|
|
<datePickerView
|
|
|
|
|
|
|
|
class="date-picker"
|
|
|
|
|
|
|
|
:parentVal="details.atd"
|
|
|
|
|
|
|
|
type="atd"
|
|
|
|
|
|
|
|
format="YYYY-MM-DD"
|
|
|
|
|
|
|
|
@dateChange="dateChangeFun"
|
|
|
|
|
|
|
|
style="margin-top: -5px;"
|
|
|
|
|
|
|
|
></datePickerView>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</template> -->
|
|
|
|
|
|
|
|
</a-row>
|
|
|
|
|
|
|
|
<a-row :gutter="10">
|
|
|
|
|
|
|
|
<!-- <template>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="5">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="实际开船"
|
|
|
|
|
|
|
|
:labelCol="labelCol"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="atd"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<div class="date-box">
|
|
|
|
|
|
|
|
<datePickerView
|
|
|
|
|
|
|
|
class="date-picker"
|
|
|
|
|
|
|
|
:parentVal="details.atd"
|
|
|
|
|
|
|
|
type="atd"
|
|
|
|
|
|
|
|
format="YYYY-MM-DD"
|
|
|
|
|
|
|
|
@dateChange="dateChangeFun"
|
|
|
|
|
|
|
|
style="margin-top: -5px;"
|
|
|
|
|
|
|
|
></datePickerView>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</template> -->
|
|
|
|
|
|
|
|
<template>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="6">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="船司航线"
|
|
|
|
|
|
|
|
:labelCol="labelCol"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="lanename"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<!-- 航线暂无接口, 暂时改为输入框-->
|
|
|
|
|
|
|
|
<inputView type="lanename" :parentVal="details.lanename" @getInputChange="inputChange" />
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="6">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="单证"
|
|
|
|
label="船代"
|
|
|
|
:labelCol="userLabelCol1"
|
|
|
|
:labelCol="labelCol"
|
|
|
|
:wrapperCol="userWrapperCol1"
|
|
|
|
:wrapperCol="wrapperCol"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="doc"
|
|
|
|
prop="shipagency"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<selectView
|
|
|
|
<selectView
|
|
|
|
type="doc"
|
|
|
|
ref="shipagency"
|
|
|
|
:defaultVal="details.doc"
|
|
|
|
type="shipagency"
|
|
|
|
searchApi="GetSysUserPage"
|
|
|
|
:defaultVal="details.shipagency"
|
|
|
|
:searchQuery="{ name: '' }"
|
|
|
|
searchApi="GetForwarderlist"
|
|
|
|
:showLabel="['name']"
|
|
|
|
:searchQuery="{ KeyWord: '' }"
|
|
|
|
|
|
|
|
:showLabel="['name', 'showCode']"
|
|
|
|
:openSearch="true"
|
|
|
|
:openSearch="true"
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
></selectView>
|
|
|
|
></selectView>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="4">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="6">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="航线操作"
|
|
|
|
label="航线"
|
|
|
|
:labelCol="userLabelCol"
|
|
|
|
:labelCol="labelCol"
|
|
|
|
:wrapperCol="userWrapperCol"
|
|
|
|
:wrapperCol="wrapperCol"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="route"
|
|
|
|
prop="lineName"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<selectView
|
|
|
|
<selectView
|
|
|
|
type="route"
|
|
|
|
type="lineName"
|
|
|
|
:defaultVal="details.route"
|
|
|
|
:defaultVal="details.lineName"
|
|
|
|
searchApi="GetSysUserPage"
|
|
|
|
searchApi="GetTenantLineList"
|
|
|
|
:searchQuery="{ name: '' }"
|
|
|
|
:searchQuery="{ LineName: '' }"
|
|
|
|
:showLabel="['name']"
|
|
|
|
:showLabel="['name']"
|
|
|
|
:openSearch="true"
|
|
|
|
:openSearch="false"
|
|
|
|
:isCopy="true"
|
|
|
|
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
></selectView>
|
|
|
|
></selectView>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="4">
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="6">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
class="from-label"
|
|
|
|
class="from-label"
|
|
|
|
label="航线管理"
|
|
|
|
label="业务来源"
|
|
|
|
:labelCol="userLabelCol"
|
|
|
|
:labelCol="labelCol"
|
|
|
|
:wrapperCol="userWrapperCol"
|
|
|
|
:wrapperCol="wrapperCol"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="lineManage"
|
|
|
|
prop="sourceName"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<selectView
|
|
|
|
<selectView
|
|
|
|
type="lineManage"
|
|
|
|
type="sourceName"
|
|
|
|
:defaultVal="details.lineManage"
|
|
|
|
:defaultVal="details.sourceName"
|
|
|
|
searchApi="GetSysUserPage"
|
|
|
|
searchApi="BookingSourcePage"
|
|
|
|
:searchQuery="{ name: '' }"
|
|
|
|
:searchQuery="{ SearchValue: '' }"
|
|
|
|
:showLabel="['name']"
|
|
|
|
:showLabel="['name']"
|
|
|
|
:openSearch="true"
|
|
|
|
:openSearch="false"
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
></selectView>
|
|
|
|
></selectView>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
<a-row :gutter="10">
|
|
|
|
|
|
|
|
<a-col :xs="24" :sm="9" :md="9" :lg="9" :xl="8">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="操作备注"
|
|
|
|
|
|
|
|
:labelCol="labelCol3"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol3"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="czRemark"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<inputView type="czRemark" :parentVal="details.czRemark" @getInputChange="inputChange" />
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="24" :sm="9" :md="9" :lg="9" :xl="8">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="单证备注"
|
|
|
|
|
|
|
|
:labelCol="labelCol3"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol3"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="dzRemark"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<inputView type="dzRemark" :parentVal="details.dzRemark" @getInputChange="inputChange" />
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="24" :sm="6" :md="6" :lg="6" :xl="8">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="申请箱使"
|
|
|
|
|
|
|
|
:labelCol="labelCol3"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol3"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="shenQingXiangShi"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<inputView type="shenQingXiangShi" :parentVal="details.shenQingXiangShi" @getInputChange="inputChange" />
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</a-row>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<a-row class="from-box3" :gutter="10">
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="4">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="揽货人"
|
|
|
|
|
|
|
|
:labelCol="userLabelCol"
|
|
|
|
|
|
|
|
:wrapperCol="userWrapperCol"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="sale"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<selectView
|
|
|
|
|
|
|
|
type="sale"
|
|
|
|
|
|
|
|
:defaultVal="details.sale"
|
|
|
|
|
|
|
|
searchApi="GetSysUserPage"
|
|
|
|
|
|
|
|
:searchQuery="{ name: '' }"
|
|
|
|
|
|
|
|
:showLabel="['name']"
|
|
|
|
|
|
|
|
:openSearch="true"
|
|
|
|
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
|
|
|
|
></selectView>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="4">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="操作"
|
|
|
|
|
|
|
|
:labelCol="userLabelCol1"
|
|
|
|
|
|
|
|
:wrapperCol="userWrapperCol1"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="op"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<selectView
|
|
|
|
|
|
|
|
type="op"
|
|
|
|
|
|
|
|
:defaultVal="details.op"
|
|
|
|
|
|
|
|
searchApi="GetSysUserPage"
|
|
|
|
|
|
|
|
:searchQuery="{ name: '' }"
|
|
|
|
|
|
|
|
:showLabel="['name']"
|
|
|
|
|
|
|
|
:openSearch="true"
|
|
|
|
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
|
|
|
|
></selectView>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="4">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="单证"
|
|
|
|
|
|
|
|
:labelCol="userLabelCol1"
|
|
|
|
|
|
|
|
:wrapperCol="userWrapperCol1"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="doc"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<selectView
|
|
|
|
|
|
|
|
type="doc"
|
|
|
|
|
|
|
|
:defaultVal="details.doc"
|
|
|
|
|
|
|
|
searchApi="GetSysUserPage"
|
|
|
|
|
|
|
|
:searchQuery="{ name: '' }"
|
|
|
|
|
|
|
|
:showLabel="['name']"
|
|
|
|
|
|
|
|
:openSearch="true"
|
|
|
|
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
|
|
|
|
></selectView>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="4">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="客服"
|
|
|
|
|
|
|
|
:labelCol="userLabelCol1"
|
|
|
|
|
|
|
|
:wrapperCol="userWrapperCol1"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="custservice"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<selectView
|
|
|
|
|
|
|
|
type="custservice"
|
|
|
|
|
|
|
|
:defaultVal="details.custservice"
|
|
|
|
|
|
|
|
searchApi="GetSysUserPage"
|
|
|
|
|
|
|
|
:searchQuery="{ name: '' }"
|
|
|
|
|
|
|
|
:showLabel="['name']"
|
|
|
|
|
|
|
|
:openSearch="true"
|
|
|
|
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
|
|
|
|
></selectView>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="4">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="航线操作"
|
|
|
|
|
|
|
|
:labelCol="userLabelCol"
|
|
|
|
|
|
|
|
:wrapperCol="userWrapperCol"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="route"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<selectView
|
|
|
|
|
|
|
|
type="route"
|
|
|
|
|
|
|
|
:defaultVal="details.route"
|
|
|
|
|
|
|
|
searchApi="GetSysUserPage"
|
|
|
|
|
|
|
|
:searchQuery="{ name: '' }"
|
|
|
|
|
|
|
|
:showLabel="['name']"
|
|
|
|
|
|
|
|
:openSearch="true"
|
|
|
|
|
|
|
|
:isCopy="true"
|
|
|
|
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
|
|
|
|
></selectView>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="12" :sm="12" :md="12" :lg="8" :xl="4">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="航线管理"
|
|
|
|
|
|
|
|
:labelCol="userLabelCol"
|
|
|
|
|
|
|
|
:wrapperCol="userWrapperCol"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="lineManage"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<selectView
|
|
|
|
|
|
|
|
type="lineManage"
|
|
|
|
|
|
|
|
:defaultVal="details.lineManage"
|
|
|
|
|
|
|
|
searchApi="GetSysUserPage"
|
|
|
|
|
|
|
|
:searchQuery="{ name: '' }"
|
|
|
|
|
|
|
|
:showLabel="['name']"
|
|
|
|
|
|
|
|
:openSearch="true"
|
|
|
|
|
|
|
|
@change="getSelectViewRes"
|
|
|
|
|
|
|
|
></selectView>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</a-row>
|
|
|
|
|
|
|
|
<a-row class="from-box4" :gutter="10">
|
|
|
|
|
|
|
|
<a-col :xs="24" :sm="9" :md="9" :lg="9" :xl="9">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="单证备注"
|
|
|
|
|
|
|
|
:labelCol="labelCol3"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol3"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="dzRemark"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<inputView type="dzRemark" :parentVal="details.dzRemark" @getInputChange="inputChange" />
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="24" :sm="9" :md="9" :lg="9" :xl="9">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="操作备注"
|
|
|
|
|
|
|
|
:labelCol="labelCol3"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol3"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="czRemark"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<inputView type="czRemark" :parentVal="details.czRemark" @getInputChange="inputChange" />
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :xs="24" :sm="6" :md="6" :lg="6" :xl="6">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
class="from-label"
|
|
|
|
|
|
|
|
label="申请箱使"
|
|
|
|
|
|
|
|
:labelCol="labelCol3"
|
|
|
|
|
|
|
|
:wrapperCol="wrapperCol3"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="shenQingXiangShi"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<inputView type="shenQingXiangShi" :parentVal="details.shenQingXiangShi" @getInputChange="inputChange" />
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</a-row>
|
|
|
|
</a-form-model>
|
|
|
|
</a-form-model>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</x-card>
|
|
|
|
</x-card>
|
|
|
|
|
|
|
|
|
|
|
|
<a-modal
|
|
|
|
<a-modal
|
|
|
|
:title="customerType === 'add' ? '添加委托单位' : '关系人'"
|
|
|
|
:title="customerType === 'add' ? '添加委托单位' : '关系人'"
|
|
|
|
:width="1200"
|
|
|
|
:width="1200"
|
|
|
@ -717,16 +818,6 @@ export default {
|
|
|
|
sm: { span: 19 },
|
|
|
|
sm: { span: 19 },
|
|
|
|
md: { span: 19 }
|
|
|
|
md: { span: 19 }
|
|
|
|
},
|
|
|
|
},
|
|
|
|
labelCol4: {
|
|
|
|
|
|
|
|
xs: { span: 24 },
|
|
|
|
|
|
|
|
sm: { span: 8 },
|
|
|
|
|
|
|
|
md: { span: 8 }
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
wrapperCol4: {
|
|
|
|
|
|
|
|
xs: { span: 24 },
|
|
|
|
|
|
|
|
sm: { span: 16 },
|
|
|
|
|
|
|
|
md: { span: 16 }
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
userLabelCol: {
|
|
|
|
userLabelCol: {
|
|
|
|
xs: { span: 24 },
|
|
|
|
xs: { span: 24 },
|
|
|
|
sm: { span: 8 },
|
|
|
|
sm: { span: 8 },
|
|
|
@ -747,7 +838,6 @@ export default {
|
|
|
|
sm: { span: 16 },
|
|
|
|
sm: { span: 16 },
|
|
|
|
md: { span: 18 }
|
|
|
|
md: { span: 18 }
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
form: this.$form.createForm(this),
|
|
|
|
form: this.$form.createForm(this),
|
|
|
|
customerType: '',
|
|
|
|
customerType: '',
|
|
|
|
customerVisible: false,
|
|
|
|
customerVisible: false,
|
|
|
@ -1262,10 +1352,4 @@ export default {
|
|
|
|
<style lang="less" scoped>
|
|
|
|
<style lang="less" scoped>
|
|
|
|
@import url('../index.less');
|
|
|
|
@import url('../index.less');
|
|
|
|
@import url('../style/basicInfo.less');
|
|
|
|
@import url('../style/basicInfo.less');
|
|
|
|
.ant-col-xl-4-8{
|
|
|
|
|
|
|
|
width: 20%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/deep/ .ant-card-body{
|
|
|
|
|
|
|
|
padding-left: 10px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|