...
|
...
|
@@ -46,7 +46,7 @@ |
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<!--编辑界面-->
|
|
|
<el-dialog :title="dialogMap[dialogStatus]" :visible.sync="coneeVisible" :close-on-click-modal="false" width="60%" text-align="center" tyle="margin-top: -20px">
|
|
|
<el-dialog :title="dialogMap[dialogStatus]" :visible.sync="coneeVisible" :close-on-click-modal="false" width="80%" text-align="center" tyle="margin-top: -20px">
|
|
|
<el-form :model="coneeForm" :rules="coneeRules" ref="coneeForm" label-width="145px" style="margin-top: -10px">
|
|
|
<el-row>
|
|
|
<el-col :span="4" style="display: none">
|
...
|
...
|
@@ -63,7 +63,7 @@ |
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-col :offset="1" :span="8">
|
|
|
<el-form-item label="" prop="conAddress">
|
|
|
<el-input v-model="coneeForm.conAddress" auto-complete="on" placeholder="地址" style="width:300px" >
|
|
|
<template slot="prepend" >地址</template>
|
...
|
...
|
@@ -79,7 +79,7 @@ |
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-col :offset="1" :span="8">
|
|
|
<el-form-item label="" prop="conFax">
|
|
|
<el-input v-model="coneeForm.conFax" auto-complete="on" placeholder="传真" style="width:300px" >
|
|
|
<template slot="prepend" >传真</template>
|
...
|
...
|
@@ -96,7 +96,7 @@ |
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-col :offset="1" :span="8">
|
|
|
<el-form-item label="" prop="conCity">
|
|
|
<el-input v-model="coneeForm.conCity" auto-complete="on" placeholder="城市" style="width:300px" >
|
|
|
<template slot="prepend" >城市</template>
|
...
|
...
|
@@ -112,7 +112,7 @@ |
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-col :offset="1" :span="8">
|
|
|
<el-form-item label="" prop="conName">
|
|
|
<el-input v-model="coneeForm.conName" auto-complete="on" placeholder="收货人名称" style="width:300px" >
|
|
|
<template slot="prepend" >中文名称</template>
|
...
|
...
|
@@ -121,14 +121,14 @@ |
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-col :span="8" style="margin-right: 20px">
|
|
|
<el-form-item label="" prop="conAeo">
|
|
|
<el-input v-model="coneeForm.conAeo" auto-complete="on" placeholder="收货人AEO" style="width:300px">
|
|
|
<template slot="prepend" >AEO编码</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-col :offset="1" :span="8">
|
|
|
<el-form-item label="" prop="enterprise">
|
|
|
<el-input v-model="coneeForm.enterprise" auto-complete="on" placeholder="企业编码" style="width:300px">
|
|
|
<template slot="prepend" >企业编码</template>
|
...
|
...
|
|