作者 朱兆平

add:

1. 通知人的信息表单界面优化
@@ -536,7 +536,7 @@ @@ -536,7 +536,7 @@
536 </el-row> 536 </el-row>
537 <!-- 收货人信息--> 537 <!-- 收货人信息-->
538 <el-row style="padding-top: 10px"> 538 <el-row style="padding-top: 10px">
539 - <el-col :span="22" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;border-left:1px solid #a5a5a5;padding-left: 25px"> 539 + <el-col :span="12" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;border-left:1px solid #a5a5a5;padding-left: 25px">
540 <span style="font-size: 12px"> 540 <span style="font-size: 12px">
541 Notify Name and Address 541 Notify Name and Address
542 <el-button type="primary" plain size="mini" style="margin-top: 5px" @click="getCneFwb()">通知人</el-button> 542 <el-button type="primary" plain size="mini" style="margin-top: 5px" @click="getCneFwb()">通知人</el-button>
@@ -580,7 +580,7 @@ @@ -580,7 +580,7 @@
580 </el-form-item> 580 </el-form-item>
581 </el-col> 581 </el-col>
582 </el-row> 582 </el-row>
583 - <el-row> 583 + <el-row style="margin-bottom: -5px">
584 <el-col style="width: 80%"> 584 <el-col style="width: 80%">
585 <el-form-item> 585 <el-form-item>
586 <el-input minlength="1" maxlength="35" 586 <el-input minlength="1" maxlength="35"
@@ -589,15 +589,9 @@ @@ -589,15 +589,9 @@
589 </el-form-item> 589 </el-form-item>
590 </el-col> 590 </el-col>
591 </el-row> 591 </el-row>
592 - <el-row style="margin-bottom: -5px">  
593 - <el-col style="width: 80%">  
594 - <el-form-item>  
595 - <el-input minlength="1" maxlength="65" onkeyup="this.value=this.value.toUpperCase()"  
596 - @keyup.native="cne_oci.oci_csrc_info=cne_oci.oci_csrc_info.replace(/[^A-Za-z0-9_\s]/g,'')"  
597 - v-model="cne_oci.oci_csrc_info" auto-complete="off" placeholder="企业编码"></el-input>  
598 - </el-form-item>  
599 </el-col> 592 </el-col>
600 - </el-row> 593 + <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;border-left:1px solid #a5a5a5;padding-left: 25px">
  594 + Also Notify Area
601 </el-col> 595 </el-col>
602 </el-row> 596 </el-row>
603 <!-- 处理信息--> 597 <!-- 处理信息-->