|
|
|
@ -2,274 +2,370 @@
|
|
|
|
|
<div class="more-edi" :style="{paddingTop:'25px'}">
|
|
|
|
|
<a-form-model ref="ediFrom" :model="details" :rules="rules">
|
|
|
|
|
<a-row :gutter="16">
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="发送方EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.sendCode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.sendCode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="接收方EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.receiveCode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.receiveCode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="通知方EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.notifyCdoe"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.notifyCdoe" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="销售EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.salerCode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.salerCode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="Master Bol Indicator"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.masterBolIndicator"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.masterBolIndicator" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="EMANIFEST HBL"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.emanifestHbl"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.emanifestHbl" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="收货人EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.consigneeEdiCode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.consigneeEdiCode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="发货人EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.shipperEdiCode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.shipperEdiCode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="EDI联系人名称"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.ediAttn"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.ediAttn" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="EDI联系人电话"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.ediAttnTel"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.ediAttnTel" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="EDI联系人邮箱"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.ediAttnMail"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.ediAttnMail" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="AMS收货人"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.amsConsignee"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.amsConsignee" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="AMS通知人"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.amsNotifyParty"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.amsNotifyParty" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="操作英文名称"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.opEName"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.opEName" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="操作电话"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.opTel"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.opTel" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="操作邮箱"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.opEmail"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.opEmail" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="ACI HBL:"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.acihbl"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.acihbl" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="S0C C0C:"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.s0CC0C"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.s0CC0C" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<div class="normal">
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="发送方EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.sendCode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.sendCode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="接收方EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.receiveCode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.receiveCode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="通知方EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.notifyCdoe"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.notifyCdoe" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="销售EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.salerCode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.salerCode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="Master Bol Indicator"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.masterBolIndicator"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.masterBolIndicator" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="EMANIFEST HBL"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.emanifestHbl"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.emanifestHbl" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="收货人EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.consigneeEdiCode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.consigneeEdiCode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="发货人EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.shipperEdiCode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.shipperEdiCode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="EDI联系人名称"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.ediAttn"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.ediAttn" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="EDI联系人电话"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.ediAttnTel"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.ediAttnTel" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="EDI联系人邮箱"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.ediAttnMail"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.ediAttnMail" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="AMS收货人"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.amsConsignee"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.amsConsignee" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="AMS通知人"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.amsNotifyParty"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.amsNotifyParty" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="操作英文名称"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.opEName"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.opEName" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="操作电话"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.opTel"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.opTel" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="操作邮箱"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.opEmail"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.opEmail" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="ACI HBL:"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.acihbl"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.acihbl" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="S0C C0C:"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.s0CC0C"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.s0CC0C" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="商品名称"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.goodsName"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.goodsName" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="SOC箱"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="iscontainersoc"
|
|
|
|
|
>
|
|
|
|
|
<a-select :default-value="iscontainersoc" style="width: 120px" v-model="iscontainersoc">
|
|
|
|
|
<a-select-option value="1"> 是 </a-select-option>
|
|
|
|
|
<a-select-option value="0"> 否 </a-select-option>
|
|
|
|
|
</a-select>
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="SCAC代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="scaccode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.scaccode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="ITN编号"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="itncode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.itncode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="23">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="付款方"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 3 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 21 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="freightpayer"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.freightpayer" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="23">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="委托方"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 3 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 21 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.weiTuoFang"
|
|
|
|
|
>
|
|
|
|
|
<a-textarea v-model="details.bookingEDIExt.weiTuoFang" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="商品名称"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.goodsName"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.goodsName" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="SOC箱"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="iscontainersoc"
|
|
|
|
|
>
|
|
|
|
|
<a-select :default-value="iscontainersoc" style="width: 120px" v-model="iscontainersoc">
|
|
|
|
|
<a-select-option value="1"> 是 </a-select-option>
|
|
|
|
|
<a-select-option value="0"> 否 </a-select-option>
|
|
|
|
|
</a-select>
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="SCAC代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="scaccode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.scaccode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="8">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="ITN编号"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="itncode"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.itncode" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="23">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="付款方"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 3 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 21 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="freightpayer"
|
|
|
|
|
>
|
|
|
|
|
<a-input :allowClear="true" v-model="details.freightpayer" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="23">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="委托方"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 3 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 21 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.weiTuoFang"
|
|
|
|
|
>
|
|
|
|
|
<a-textarea v-model="details.bookingEDIExt.weiTuoFang" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- === 太平添加 start === -->
|
|
|
|
|
<div class="taiping" v-if="false">
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="订舱人说明"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.orderRemark"
|
|
|
|
|
>
|
|
|
|
|
<a-input v-model="details.bookingEDIExt.orderRemark" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="通知人EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.notifyCdoe"
|
|
|
|
|
>
|
|
|
|
|
<a-input v-model="details.bookingEDIExt.notifyCdoe" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="太平销售EDI代码"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.salerCodeName"
|
|
|
|
|
>
|
|
|
|
|
<a-select default-value="CN087 | GRACE SUN" v-model="details.bookingEDIExt.salerCodeName">
|
|
|
|
|
<a-select-option v-for="(sales, sindex) in StoreSalesRepCode" :value="sales.NAME" :key="sindex">
|
|
|
|
|
{{ sales.NAME }}
|
|
|
|
|
</a-select-option>
|
|
|
|
|
</a-select>
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="Master Bol Indicator名称"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.masterBolIndicatorName"
|
|
|
|
|
>
|
|
|
|
|
<a-select default-value="CN087 | GRACE SUN" v-model="details.bookingEDIExt.masterBolIndicatorName">
|
|
|
|
|
<a-select-option v-for="(master, mindex) in StoreMasterBOLIndicator" :value="master.NAME" :key="mindex">
|
|
|
|
|
{{ master.NAME }}
|
|
|
|
|
</a-select-option>
|
|
|
|
|
</a-select>
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="欧盟港口、伊朗港口、KHI"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.ckhi"
|
|
|
|
|
>
|
|
|
|
|
<a-input v-model="details.bookingEDIExt.ckhi" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="南美东"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.cncm"
|
|
|
|
|
>
|
|
|
|
|
<a-input v-model="details.bookingEDIExt.cncm" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
label="巴西线木质包装情况"
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 9 } }"
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 15 } }"
|
|
|
|
|
has-feedback
|
|
|
|
|
prop="bookingEDIExt.wncm"
|
|
|
|
|
>
|
|
|
|
|
<a-input v-model="details.bookingEDIExt.wncm" />
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- === 太平添加 END === -->
|
|
|
|
|
</a-row>
|
|
|
|
|
</a-form-model>
|
|
|
|
|
</div>
|
|
|
|
@ -292,7 +388,24 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
iscontainersoc: ''
|
|
|
|
|
iscontainersoc: '',
|
|
|
|
|
// 销售EDI代码
|
|
|
|
|
StoreSalesRepCode: [
|
|
|
|
|
{ ID: 'CN087', NAME: 'CN087 | GRACE SUN' },
|
|
|
|
|
{ ID: 'CN096', NAME: 'CN096 | LEON LIANG' },
|
|
|
|
|
{ ID: 'CN097', NAME: 'CN097 | CHARLES GAO' },
|
|
|
|
|
{ ID: 'CN098', NAME: 'CN098 | TERESA LIU SHAN' },
|
|
|
|
|
{ ID: 'CN106', NAME: 'CN106 | HOKI YU' },
|
|
|
|
|
{ ID: 'CN107', NAME: 'CN107 | WILLIAM YANG JING YU' },
|
|
|
|
|
{ ID: 'CN099', NAME: 'CN099 | HELEN ZHANG' },
|
|
|
|
|
{ ID: 'CN100', NAME: 'CN100 | LEOREN' }
|
|
|
|
|
],
|
|
|
|
|
// Master BOL Indicator
|
|
|
|
|
StoreMasterBOLIndicator: [
|
|
|
|
|
{ ID: '1', NAME: 'Carrier filing HBL | 船公司发HBL' },
|
|
|
|
|
{ ID: '2', NAME: 'Self filing HBL | 自己发' },
|
|
|
|
|
{ ID: '3', NAME: 'Not Applicable/Straight bl | 无HBL' }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
watch: {
|
|
|
|
@ -360,4 +473,14 @@ export default {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.normal{
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.taiping{
|
|
|
|
|
border-top: 1px dashed #ddd;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|