|
|
|
@ -122,48 +122,61 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="所属企业" prop="name">
|
|
|
|
|
<el-input v-model="editQuery.companyName" size="small"
|
|
|
|
|
style="width: 90%" auto-complete="off"
|
|
|
|
|
@input="change()"
|
|
|
|
|
splaceholder="请输入往来单位名称"
|
|
|
|
|
disabled
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="往来单位名称" prop="name">
|
|
|
|
|
<el-input v-model="editQuery.name" size="small" style="width: 90%" auto-complete="off" @input="change()"
|
|
|
|
|
splaceholder="请输入往来单位名称"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="往来单位编码" prop="erpId">
|
|
|
|
|
<el-input v-model="editQuery.erpId" style="width: 90%" auto-complete="off" disabled="true"
|
|
|
|
|
splaceholder="请输入往来单位编码"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="社会信用号" prop="creditNo">
|
|
|
|
|
<el-input v-model="editQuery.creditNo" style="width: 90%" splaceholder="请输入社会信用号"
|
|
|
|
|
auto-complete="off"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="联系人" prop="contact">
|
|
|
|
|
<el-input v-model="editQuery.contact" splaceholder="请输入联系人" style="width: 90%"
|
|
|
|
|
auto-complete="off"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="地址" prop="addr">
|
|
|
|
|
<el-input type="" v-model="editQuery.addr" splaceholder="请输入地址" style="width: 90%"
|
|
|
|
|
auto-complete="off"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="联系电话" prop="mobile">
|
|
|
|
|
<el-input v-model="editQuery.mobile" splaceholder="请输入联系电话" auto-complete="off"
|
|
|
|
|
style="width: 90%"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :type="flex">
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="往来单位类型" prop="corpType">
|
|
|
|
|
<el-select v-model="editQuery.corpType" style="width: 90%" placeholder="请选择往来单位类型">
|
|
|
|
@ -176,6 +189,9 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="12" type="flex">
|
|
|
|
|
<el-form-item label="拼音码" prop="spell">
|
|
|
|
|
<el-input v-model="editQuery.spell" placeholder="请输入拼音码" auto-complete="off"
|
|
|
|
|