|  | @@ -37,19 +37,19 @@
 | 
	
		
			
				|  |  |                               @click="handleDelete">删 除
 | 
	
		
			
				|  |  |                    </el-button>
 | 
	
		
			
				|  |  |                </template>
 | 
	
		
			
				|  |  | -              <template slot="corpCnNameForm">
 | 
	
		
			
				|  |  | -                  <search-query :datalist="corpData"
 | 
	
		
			
				|  |  | -                                :selectValue="form.corpCnName"
 | 
	
		
			
				|  |  | -                                :clearable="true"
 | 
	
		
			
				|  |  | -                                :filterable="true"
 | 
	
		
			
				|  |  | -                                :remote="true"
 | 
	
		
			
				|  |  | -                                :buttonIf="false"
 | 
	
		
			
				|  |  | -                                :forParameter="{ key:'id', label:'cnName', value:'cnName'}"
 | 
	
		
			
				|  |  | -                                @corpChange="corpChange($event,'corpCnName')"
 | 
	
		
			
				|  |  | -                                @remoteMethod="corpBcorpsListfun"
 | 
	
		
			
				|  |  | -                                @corpFocus="corpBcorpsListfun" >
 | 
	
		
			
				|  |  | -                  </search-query>
 | 
	
		
			
				|  |  | -              </template>
 | 
	
		
			
				|  |  | +<!--              <template slot="corpCnNameForm">-->
 | 
	
		
			
				|  |  | +<!--                  <search-query :datalist="corpData"-->
 | 
	
		
			
				|  |  | +<!--                                :selectValue="form.corpCnName"-->
 | 
	
		
			
				|  |  | +<!--                                :clearable="true"-->
 | 
	
		
			
				|  |  | +<!--                                :filterable="true"-->
 | 
	
		
			
				|  |  | +<!--                                :remote="true"-->
 | 
	
		
			
				|  |  | +<!--                                :buttonIf="false"-->
 | 
	
		
			
				|  |  | +<!--                                :forParameter="{ key:'id', label:'cnName', value:'cnName'}"-->
 | 
	
		
			
				|  |  | +<!--                                @corpChange="corpChange($event,'corpCnName')"-->
 | 
	
		
			
				|  |  | +<!--                                @remoteMethod="corpBcorpsListfun"-->
 | 
	
		
			
				|  |  | +<!--                                @corpFocus="corpBcorpsListfun" >-->
 | 
	
		
			
				|  |  | +<!--                  </search-query>-->
 | 
	
		
			
				|  |  | +<!--              </template>-->
 | 
	
		
			
				|  |  |                <template slot="addressForm">
 | 
	
		
			
				|  |  |                    <el-button type="success"
 | 
	
		
			
				|  |  |                               size="small"
 | 
	
	
		
			
				|  | @@ -195,22 +195,23 @@
 | 
	
		
			
				|  |  |                  trigger: "blur"
 | 
	
		
			
				|  |  |                }]
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  | -            {
 | 
	
		
			
				|  |  | -              label: "客户名称",
 | 
	
		
			
				|  |  | -              prop: "corpCnName",
 | 
	
		
			
				|  |  | -              overHidden:true,
 | 
	
		
			
				|  |  | -              rules: [{
 | 
	
		
			
				|  |  | -                  required: true,
 | 
	
		
			
				|  |  | -                  message: "请输入客户 id",
 | 
	
		
			
				|  |  | -                  trigger: "blur"
 | 
	
		
			
				|  |  | -              }]
 | 
	
		
			
				|  |  | -            },
 | 
	
		
			
				|  |  | -            {
 | 
	
		
			
				|  |  | -              label: "客户英文",
 | 
	
		
			
				|  |  | -              prop: "corpEnName",
 | 
	
		
			
				|  |  | -              display:false,
 | 
	
		
			
				|  |  | -              overHidden:true,
 | 
	
		
			
				|  |  | -            },
 | 
	
		
			
				|  |  | +            // {
 | 
	
		
			
				|  |  | +            //   label: "客户名称",
 | 
	
		
			
				|  |  | +            //   prop: "corpCnName",
 | 
	
		
			
				|  |  | +            //   display:false,
 | 
	
		
			
				|  |  | +            //   overHidden:true,
 | 
	
		
			
				|  |  | +            //   rules: [{
 | 
	
		
			
				|  |  | +            //       required: false,
 | 
	
		
			
				|  |  | +            //       message: "请输入客户 id",
 | 
	
		
			
				|  |  | +            //       trigger: "blur"
 | 
	
		
			
				|  |  | +            //   }]
 | 
	
		
			
				|  |  | +            // },
 | 
	
		
			
				|  |  | +            // {
 | 
	
		
			
				|  |  | +            //   label: "客户英文",
 | 
	
		
			
				|  |  | +            //   prop: "corpEnName",
 | 
	
		
			
				|  |  | +            //   display:false,
 | 
	
		
			
				|  |  | +            //   overHidden:true,
 | 
	
		
			
				|  |  | +            // },
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  |                label: "发送ftp/邮件",
 | 
	
		
			
				|  |  |                prop: "address",
 |