|
|
@ -1,15 +1,15 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="more-edi" :style="{ paddingTop: '20px', paddingBottom: '10px' }">
|
|
|
|
<div class="more-edi" :style="{ paddingTop: '20px', paddingBottom: '10px' }">
|
|
|
|
<a-form-model ref="ediFrom" :model="details" :rules="rules" v-if="details">
|
|
|
|
<a-form ref="ediFrom" :model="details" :rules="rules" v-if="details">
|
|
|
|
<div class="normal">
|
|
|
|
<div class="normal">
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="发送方EDI代码"
|
|
|
|
label="发送方EDI代码"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.sendCode"
|
|
|
|
name="bookingEDIExt.sendCode"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.sendCode" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.sendCode" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -17,15 +17,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.sendCode"
|
|
|
|
:parentVal="details.bookingEDIExt.sendCode"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="接收方EDI代码"
|
|
|
|
label="接收方EDI代码"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.receiveCode"
|
|
|
|
name="bookingEDIExt.receiveCode"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.receiveCode" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.receiveCode" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -33,15 +33,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.receiveCode"
|
|
|
|
:parentVal="details.bookingEDIExt.receiveCode"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="EDI联系人名称"
|
|
|
|
label="EDI联系人名称"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.ediAttn"
|
|
|
|
name="bookingEDIExt.ediAttn"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.ediAttn" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.ediAttn" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -49,15 +49,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.ediAttn"
|
|
|
|
:parentVal="details.bookingEDIExt.ediAttn"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="EDI联系人电话"
|
|
|
|
label="EDI联系人电话"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.ediAttnTel"
|
|
|
|
name="bookingEDIExt.ediAttnTel"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.ediAttnTel" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.ediAttnTel" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -65,15 +65,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.ediAttnTel"
|
|
|
|
:parentVal="details.bookingEDIExt.ediAttnTel"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="EDI联系人邮箱"
|
|
|
|
label="EDI联系人邮箱"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.ediAttnMail"
|
|
|
|
name="bookingEDIExt.ediAttnMail"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.ediAttnMail" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.ediAttnMail" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -81,15 +81,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.ediAttnMail"
|
|
|
|
:parentVal="details.bookingEDIExt.ediAttnMail"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="AMS收货人"
|
|
|
|
label="AMS收货人"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.amsConsignee"
|
|
|
|
name="bookingEDIExt.amsConsignee"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.amsConsignee" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.amsConsignee" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -97,15 +97,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.amsConsignee"
|
|
|
|
:parentVal="details.bookingEDIExt.amsConsignee"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="AMS通知人"
|
|
|
|
label="AMS通知人"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.amsNotifyParty"
|
|
|
|
name="bookingEDIExt.amsNotifyParty"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.amsNotifyParty" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.amsNotifyParty" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -113,15 +113,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.amsNotifyParty"
|
|
|
|
:parentVal="details.bookingEDIExt.amsNotifyParty"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="操作英文名称"
|
|
|
|
label="操作英文名称"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.opEName"
|
|
|
|
name="bookingEDIExt.opEName"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.opEName" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.opEName" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -129,15 +129,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.opEName"
|
|
|
|
:parentVal="details.bookingEDIExt.opEName"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="操作电话"
|
|
|
|
label="操作电话"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.opTel"
|
|
|
|
name="bookingEDIExt.opTel"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.opTel" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.opTel" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -145,15 +145,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.opTel"
|
|
|
|
:parentVal="details.bookingEDIExt.opTel"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="操作邮箱"
|
|
|
|
label="操作邮箱"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.opEmail"
|
|
|
|
name="bookingEDIExt.opEmail"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.opEmail" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.opEmail" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -161,15 +161,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.opEmail"
|
|
|
|
:parentVal="details.bookingEDIExt.opEmail"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="商品名称"
|
|
|
|
label="商品名称"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.goodsName"
|
|
|
|
name="bookingEDIExt.goodsName"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.goodsName" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.goodsName" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -177,15 +177,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.goodsName"
|
|
|
|
:parentVal="details.bookingEDIExt.goodsName"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="SOC箱"
|
|
|
|
label="SOC箱"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="iscontainersoc"
|
|
|
|
name="iscontainersoc"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-select
|
|
|
|
<a-select
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
@ -196,15 +196,15 @@
|
|
|
|
<a-select-option value="1"> 是 </a-select-option>
|
|
|
|
<a-select-option value="1"> 是 </a-select-option>
|
|
|
|
<a-select-option value="0"> 否 </a-select-option>
|
|
|
|
<a-select-option value="0"> 否 </a-select-option>
|
|
|
|
</a-select>
|
|
|
|
</a-select>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="SCAC代码"
|
|
|
|
label="SCAC代码"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="scaccode"
|
|
|
|
name="scaccode"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.scaccode" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.scaccode" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -212,15 +212,15 @@
|
|
|
|
:parentVal="details.scaccode"
|
|
|
|
:parentVal="details.scaccode"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="ITN编号"
|
|
|
|
label="ITN编号"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="itncode"
|
|
|
|
name="itncode"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.itncode" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.itncode" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -228,15 +228,15 @@
|
|
|
|
:parentVal="details.itncode"
|
|
|
|
:parentVal="details.itncode"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="订舱人说明"
|
|
|
|
label="订舱人说明"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.orderRemark"
|
|
|
|
name="bookingEDIExt.orderRemark"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input v-model="details.bookingEDIExt.orderRemark" /> -->
|
|
|
|
<!-- <a-input v-model="details.bookingEDIExt.orderRemark" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -245,15 +245,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.orderRemark"
|
|
|
|
:parentVal="details.bookingEDIExt.orderRemark"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="付款方"
|
|
|
|
label="付款方"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="freightpayer"
|
|
|
|
name="freightpayer"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.freightpayer" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.freightpayer" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -261,60 +261,60 @@
|
|
|
|
:parentVal="details.freightpayer"
|
|
|
|
:parentVal="details.freightpayer"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="第一层包装皮重"
|
|
|
|
label="第一层包装皮重"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.kingTareweight"
|
|
|
|
name="bookingEDIExt.kingTareweight"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
|
type="kingTareweight"
|
|
|
|
type="kingTareweight"
|
|
|
|
:parentVal="details.bookingEDIExt.kingTareweight"
|
|
|
|
:parentVal="details.bookingEDIExt.kingTareweight"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="指定业务员"
|
|
|
|
label="指定业务员"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.xmcywy"
|
|
|
|
name="bookingEDIExt.xmcywy"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
|
type="xmcywy"
|
|
|
|
type="xmcywy"
|
|
|
|
:parentVal="details.bookingEDIExt.xmcywy"
|
|
|
|
:parentVal="details.bookingEDIExt.xmcywy"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col v-if="details.carrierid == 'EMC'" :span="8">
|
|
|
|
<a-col v-if="details.carrierid == 'EMC'" :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="Name accout"
|
|
|
|
label="Name accout"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.emcNameAccount"
|
|
|
|
name="bookingEDIExt.emcNameAccount"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
|
type="emcNameAccount"
|
|
|
|
type="emcNameAccount"
|
|
|
|
:parentVal="details.bookingEDIExt.emcNameAccount"
|
|
|
|
:parentVal="details.bookingEDIExt.emcNameAccount"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="23">
|
|
|
|
<a-col :span="23">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="委托方"
|
|
|
|
label="委托方"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 3 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 3 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 21 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 21 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.weiTuoFang"
|
|
|
|
name="bookingEDIExt.weiTuoFang"
|
|
|
|
style="margin-top: 4px"
|
|
|
|
style="margin-top: 4px"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea
|
|
|
|
<a-textarea
|
|
|
@ -322,7 +322,7 @@
|
|
|
|
v-model="details.bookingEDIExt.weiTuoFang"
|
|
|
|
v-model="details.bookingEDIExt.weiTuoFang"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -335,12 +335,12 @@
|
|
|
|
<div class="ex-remark-content">
|
|
|
|
<div class="ex-remark-content">
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="辅助字段1"
|
|
|
|
label="辅助字段1"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 6 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 6 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 17 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 17 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.exRemark1"
|
|
|
|
name="bookingEDIExt.exRemark1"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea
|
|
|
|
<a-textarea
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
@ -348,15 +348,15 @@
|
|
|
|
v-model="details.bookingEDIExt.exRemark1"
|
|
|
|
v-model="details.bookingEDIExt.exRemark1"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="辅助字段2"
|
|
|
|
label="辅助字段2"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 6 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 6 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 17 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 17 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.exRemark2"
|
|
|
|
name="bookingEDIExt.exRemark2"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea
|
|
|
|
<a-textarea
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
@ -364,17 +364,17 @@
|
|
|
|
v-model="details.bookingEDIExt.exRemark2"
|
|
|
|
v-model="details.bookingEDIExt.exRemark2"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="辅助字段3"
|
|
|
|
label="辅助字段3"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 6 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 6 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 17 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 17 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.exRemark3"
|
|
|
|
name="bookingEDIExt.exRemark3"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea
|
|
|
|
<a-textarea
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
@ -382,15 +382,15 @@
|
|
|
|
v-model="details.bookingEDIExt.exRemark3"
|
|
|
|
v-model="details.bookingEDIExt.exRemark3"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="辅助字段4"
|
|
|
|
label="辅助字段4"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 6 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 6 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 17 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 17 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.exRemark4"
|
|
|
|
name="bookingEDIExt.exRemark4"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea
|
|
|
|
<a-textarea
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
@ -398,7 +398,7 @@
|
|
|
|
v-model="details.bookingEDIExt.exRemark4"
|
|
|
|
v-model="details.bookingEDIExt.exRemark4"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -408,12 +408,12 @@
|
|
|
|
<div class="taiping">
|
|
|
|
<div class="taiping">
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="收货人EDI代码"
|
|
|
|
label="收货人EDI代码"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.consigneeEdiCode"
|
|
|
|
name="bookingEDIExt.consigneeEdiCode"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.consigneeEdiCode" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.consigneeEdiCode" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -421,15 +421,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.consigneeEdiCode"
|
|
|
|
:parentVal="details.bookingEDIExt.consigneeEdiCode"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="发货人EDI代码"
|
|
|
|
label="发货人EDI代码"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.shipperEdiCode"
|
|
|
|
name="bookingEDIExt.shipperEdiCode"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.shipperEdiCode" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.shipperEdiCode" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -437,15 +437,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.shipperEdiCode"
|
|
|
|
:parentVal="details.bookingEDIExt.shipperEdiCode"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="通知方EDI代码"
|
|
|
|
label="通知方EDI代码"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.notifyCdoe"
|
|
|
|
name="bookingEDIExt.notifyCdoe"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.notifyCdoe" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.notifyCdoe" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -453,15 +453,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.notifyCdoe"
|
|
|
|
:parentVal="details.bookingEDIExt.notifyCdoe"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="太平销售EDI代码"
|
|
|
|
label="太平销售EDI代码"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.salerCode"
|
|
|
|
name="bookingEDIExt.salerCode"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<selectView
|
|
|
|
<selectView
|
|
|
|
type="salerCode"
|
|
|
|
type="salerCode"
|
|
|
@ -477,15 +477,15 @@
|
|
|
|
{{ sales.NAME }}
|
|
|
|
{{ sales.NAME }}
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
|
</a-select> -->
|
|
|
|
</a-select> -->
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="EMANIFEST HBL"
|
|
|
|
label="EMANIFEST HBL"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.emanifestHbl"
|
|
|
|
name="bookingEDIExt.emanifestHbl"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.emanifestHbl" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.emanifestHbl" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -493,15 +493,15 @@
|
|
|
|
:parentVal="details.bookingEDIExt.emanifestHbl"
|
|
|
|
:parentVal="details.bookingEDIExt.emanifestHbl"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="Master Bol Indicator"
|
|
|
|
label="Master Bol Indicator"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.masterBolIndicator"
|
|
|
|
name="bookingEDIExt.masterBolIndicator"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<selectView
|
|
|
|
<selectView
|
|
|
|
type="masterBolIndicator"
|
|
|
|
type="masterBolIndicator"
|
|
|
@ -517,15 +517,15 @@
|
|
|
|
{{ master.NAME }}
|
|
|
|
{{ master.NAME }}
|
|
|
|
</a-select-option>
|
|
|
|
</a-select-option>
|
|
|
|
</a-select> -->
|
|
|
|
</a-select> -->
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="S0C C0C:"
|
|
|
|
label="S0C C0C:"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.s0CC0C"
|
|
|
|
name="bookingEDIExt.s0CC0C"
|
|
|
|
style="margin-top: 4px"
|
|
|
|
style="margin-top: 4px"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea
|
|
|
|
<a-textarea
|
|
|
@ -534,15 +534,15 @@
|
|
|
|
v-model="details.bookingEDIExt.s0CC0C"
|
|
|
|
v-model="details.bookingEDIExt.s0CC0C"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="欧盟港口、伊朗港口、KHI"
|
|
|
|
label="欧盟港口、伊朗港口、KHI"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.ckhi"
|
|
|
|
name="bookingEDIExt.ckhi"
|
|
|
|
style="margin-top: 4px"
|
|
|
|
style="margin-top: 4px"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea
|
|
|
|
<a-textarea
|
|
|
@ -550,49 +550,49 @@
|
|
|
|
v-model="details.bookingEDIExt.ckhi"
|
|
|
|
v-model="details.bookingEDIExt.ckhi"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="taiping-2">
|
|
|
|
<div class="taiping-2">
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="南美东"
|
|
|
|
label="南美东"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.cncm"
|
|
|
|
name="bookingEDIExt.cncm"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea
|
|
|
|
<a-textarea
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
v-model="details.bookingEDIExt.cncm"
|
|
|
|
v-model="details.bookingEDIExt.cncm"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="巴西线木质包装情况"
|
|
|
|
label="巴西线木质包装情况"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.wncm"
|
|
|
|
name="bookingEDIExt.wncm"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea
|
|
|
|
<a-textarea
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
v-model="details.bookingEDIExt.wncm"
|
|
|
|
v-model="details.bookingEDIExt.wncm"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
:auto-size="{ minRows: 2, maxRows: 5 }"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="ACI HBL:"
|
|
|
|
label="ACI HBL:"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.acihbl"
|
|
|
|
name="bookingEDIExt.acihbl"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.acihbl" /> -->
|
|
|
|
<!-- <a-input :allowClear="true" v-model="details.bookingEDIExt.acihbl" /> -->
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
@ -600,28 +600,28 @@
|
|
|
|
:parentVal="details.bookingEDIExt.acihbl"
|
|
|
|
:parentVal="details.bookingEDIExt.acihbl"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-item
|
|
|
|
label="CNPT No:"
|
|
|
|
label="CNPT No:"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.cnptNo"
|
|
|
|
name="bookingEDIExt.cnptNo"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<inputView
|
|
|
|
<inputView
|
|
|
|
type="CNPTNo"
|
|
|
|
type="CNPTNo"
|
|
|
|
:parentVal="details.bookingEDIExt.cnptNo"
|
|
|
|
:parentVal="details.bookingEDIExt.cnptNo"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
@getInputChange="inputChange"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<!-- === 太平添加 END === -->
|
|
|
|
<!-- === 太平添加 END === -->
|
|
|
|
</a-form-model>
|
|
|
|
</a-form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|