|
|
@ -2,6 +2,7 @@
|
|
|
|
<div class="more-edi" :style="{paddingTop:'25px'}">
|
|
|
|
<div class="more-edi" :style="{paddingTop:'25px'}">
|
|
|
|
<a-form-model ref="ediFrom" :model="details" :rules="rules">
|
|
|
|
<a-form-model ref="ediFrom" :model="details" :rules="rules">
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-row :gutter="16">
|
|
|
|
|
|
|
|
<div class="normal">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
label="发送方EDI代码"
|
|
|
|
label="发送方EDI代码"
|
|
|
@ -270,6 +271,101 @@
|
|
|
|
<a-textarea v-model="details.bookingEDIExt.weiTuoFang" />
|
|
|
|
<a-textarea v-model="details.bookingEDIExt.weiTuoFang" />
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</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-row>
|
|
|
|
</a-form-model>
|
|
|
|
</a-form-model>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -292,7 +388,24 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
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: {
|
|
|
|
watch: {
|
|
|
@ -360,4 +473,14 @@ export default {
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.normal{
|
|
|
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.taiping{
|
|
|
|
|
|
|
|
border-top: 1px dashed #ddd;
|
|
|
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|