|
|
@ -1,8 +1,8 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<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">
|
|
|
|
|
|
|
|
<div class="normal">
|
|
|
|
<div class="normal">
|
|
|
|
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-col :span="8">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
label="发送方EDI代码"
|
|
|
|
label="发送方EDI代码"
|
|
|
@ -201,13 +201,70 @@
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.weiTuoFang"
|
|
|
|
prop="bookingEDIExt.weiTuoFang"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea v-model="details.bookingEDIExt.weiTuoFang" />
|
|
|
|
<a-textarea v-model="details.bookingEDIExt.weiTuoFang" :auto-size="{ minRows: 2, maxRows: 5 }"/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</a-row>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="ex-remark">
|
|
|
|
|
|
|
|
<div class="title">
|
|
|
|
|
|
|
|
<span class="line left"></span>
|
|
|
|
|
|
|
|
<span class="text">业务备注</span>
|
|
|
|
|
|
|
|
<span class="line right"></span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="ex-remark-content">
|
|
|
|
|
|
|
|
<a-row :gutter="16">
|
|
|
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
label="辅助字段1"
|
|
|
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 6 } }"
|
|
|
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 17 } }"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="bookingEDIExt.exRemark1"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<a-textarea :allowClear="true" v-model="details.bookingEDIExt.exRemark1" :auto-size="{ minRows: 2, maxRows: 5 }"/>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
label="辅助字段2"
|
|
|
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 6 } }"
|
|
|
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 17 } }"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="bookingEDIExt.exRemark2"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<a-textarea :allowClear="true" v-model="details.bookingEDIExt.exRemark2" :auto-size="{ minRows: 2, maxRows: 5 }"/>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
label="辅助字段3"
|
|
|
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 6 } }"
|
|
|
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 17 } }"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="bookingEDIExt.exRemark3"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<a-textarea :allowClear="true" v-model="details.bookingEDIExt.exRemark3" :auto-size="{ minRows: 2, maxRows: 5 }"/>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
|
|
|
<a-form-model-item
|
|
|
|
|
|
|
|
label="辅助字段4"
|
|
|
|
|
|
|
|
:labelCol="{ xs: { span: 24 }, sm: { span: 6 } }"
|
|
|
|
|
|
|
|
:wrapperCol="{ xs: { span: 24 }, sm: { span: 17 } }"
|
|
|
|
|
|
|
|
has-feedback
|
|
|
|
|
|
|
|
prop="bookingEDIExt.exRemark4"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<a-textarea :allowClear="true" v-model="details.bookingEDIExt.exRemark4" :auto-size="{ minRows: 2, maxRows: 5 }"/>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</a-row>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- === 太平添加 start === -->
|
|
|
|
<!-- === 太平添加 start === -->
|
|
|
|
<template v-if="details.carrierid == 'PIL'">
|
|
|
|
<template v-if="details.carrierid == 'PIL'">
|
|
|
|
<div class="taiping">
|
|
|
|
<div class="taiping">
|
|
|
|
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
label="收货人EDI代码"
|
|
|
|
label="收货人EDI代码"
|
|
|
@ -230,7 +287,6 @@
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.shipperEdiCode" />
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.shipperEdiCode" />
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
label="通知方EDI代码"
|
|
|
|
label="通知方EDI代码"
|
|
|
@ -242,7 +298,6 @@
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.notifyCdoe" />
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.notifyCdoe" />
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
label="太平销售EDI代码"
|
|
|
|
label="太平销售EDI代码"
|
|
|
@ -292,7 +347,7 @@
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.s0CC0C"
|
|
|
|
prop="bookingEDIExt.s0CC0C"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea :allowClear="true" v-model="details.bookingEDIExt.s0CC0C" />
|
|
|
|
<a-textarea :allowClear="true" v-model="details.bookingEDIExt.s0CC0C" :auto-size="{ minRows: 2, maxRows: 5 }"/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
@ -303,11 +358,13 @@
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.ckhi"
|
|
|
|
prop="bookingEDIExt.ckhi"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea v-model="details.bookingEDIExt.ckhi" />
|
|
|
|
<a-textarea v-model="details.bookingEDIExt.ckhi" :auto-size="{ minRows: 2, maxRows: 5 }"/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</a-row>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="taiping-2">
|
|
|
|
<div class="taiping-2">
|
|
|
|
|
|
|
|
<a-row :gutter="16">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-model-item
|
|
|
|
<a-form-model-item
|
|
|
|
label="南美东"
|
|
|
|
label="南美东"
|
|
|
@ -316,7 +373,7 @@
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.cncm"
|
|
|
|
prop="bookingEDIExt.cncm"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea v-model="details.bookingEDIExt.cncm" />
|
|
|
|
<a-textarea v-model="details.bookingEDIExt.cncm" :auto-size="{ minRows: 2, maxRows: 5 }"/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
@ -327,7 +384,7 @@
|
|
|
|
has-feedback
|
|
|
|
has-feedback
|
|
|
|
prop="bookingEDIExt.wncm"
|
|
|
|
prop="bookingEDIExt.wncm"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-textarea v-model="details.bookingEDIExt.wncm" />
|
|
|
|
<a-textarea v-model="details.bookingEDIExt.wncm" :auto-size="{ minRows: 2, maxRows: 5 }"/>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-col :span="12">
|
|
|
@ -341,10 +398,10 @@
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.acihbl" />
|
|
|
|
<a-input :allowClear="true" v-model="details.bookingEDIExt.acihbl" />
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</a-row>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<!-- === 太平添加 END === -->
|
|
|
|
<!-- === 太平添加 END === -->
|
|
|
|
</a-row>
|
|
|
|
|
|
|
|
</a-form-model>
|
|
|
|
</a-form-model>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
@ -464,9 +521,44 @@ export default {
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.taiping{
|
|
|
|
.taiping{
|
|
|
|
border-top: 1px dashed #ddd;
|
|
|
|
border-top: 1px dashed #ccc;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ex-remark{
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
.title{
|
|
|
|
|
|
|
|
height: 40px;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
margin-bottom:20px;
|
|
|
|
|
|
|
|
.text{
|
|
|
|
|
|
|
|
width: 87px;
|
|
|
|
|
|
|
|
height: 40px;
|
|
|
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
color: #666;
|
|
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
span{
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.line{
|
|
|
|
|
|
|
|
border-bottom: 1px dashed #ccc;
|
|
|
|
|
|
|
|
height: 19px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.left{
|
|
|
|
|
|
|
|
width:100px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.right{
|
|
|
|
|
|
|
|
flex: 1;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.ex-remark-content{
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|