|
@@ -70,6 +70,10 @@
|
|
|
<el-input v-model="formData.enAddr" placeholder="请输入英文地址" clearable :style="{ width: '100%' }">
|
|
|
</el-input>
|
|
|
</el-form-item> -->
|
|
|
+ <el-form-item label="邮箱" prop="email">
|
|
|
+ <el-input v-model="formData.email" placeholder="请输入邮箱" clearable :style="{ width: '100%' }">
|
|
|
+ </el-input>
|
|
|
+ </el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
|
|
@@ -390,9 +394,9 @@
|
|
|
<el-table :data="formData.corpsBankList"
|
|
|
:header-cell-style="{ background: '#ecf5ff', color: '#232526', fontSize: '12px' }" stripe
|
|
|
style="width: 100%">
|
|
|
- <el-table-column prop="uscc" label="统一社会信用代码" width="180" />
|
|
|
- <el-table-column prop="accountName" label="账号名称" width="180" />
|
|
|
- <el-table-column prop="accountBank" label="账号银行" width="180" />
|
|
|
+ <!-- <el-table-column prop="uscc" label="统一社会信用代码" width="180" /> -->
|
|
|
+ <el-table-column prop="accountName" label="账户名称" width="180" />
|
|
|
+ <el-table-column prop="accountBank" label="开户银行" width="180" />
|
|
|
<el-table-column prop="accountNo" label="银行账号" width="180" />
|
|
|
<el-table-column prop="curId" label="币别" width="180" />
|
|
|
<el-table-column prop="subjectNumber" label="科目编码" width="180" />
|
|
@@ -460,8 +464,6 @@
|
|
|
:header-cell-style="{ background: '#ecf5ff', color: '#232526', fontSize: '12px' }" stripe
|
|
|
style="width: 100%">
|
|
|
<!-- <el-table-column prop="pid" label="主表id" width="180" /> -->
|
|
|
- <el-table-column prop="guaranteeNo" label="保函号码" width="180" />
|
|
|
- <el-table-column prop="guaranteeDate" label="保函日期" width="180" />
|
|
|
<el-table-column prop="invoiceHeader" label="发票抬头" width="180" />
|
|
|
<el-table-column prop="uscc" label="税号" width="180" />
|
|
|
<el-table-column prop="address" label="地址" width="180" />
|
|
@@ -474,6 +476,8 @@
|
|
|
<el-table-column prop="accountBankCny" label="人民币账户银行" width="180" />
|
|
|
<el-table-column prop="accountBankUsd" label="美元账户银行" width="180" />
|
|
|
<el-table-column prop="accountNoUsd" label="美元银行账号" width="180" />
|
|
|
+ <el-table-column prop="guaranteeNo" label="保函号码" width="180" />
|
|
|
+ <el-table-column prop="guaranteeDate" label="保函日期" width="180" />
|
|
|
<el-table-column prop="version" label="版本" width="180" />
|
|
|
<el-table-column prop="status" label="状态" width="180">
|
|
|
<template slot-scope="scope">
|
|
@@ -566,13 +570,13 @@
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
<div v-if="activeName == 'yhxx'">
|
|
|
- <el-form-item label="统一社会信用代码" prop="uscc">
|
|
|
+ <!-- <el-form-item label="统一社会信用代码" prop="uscc">
|
|
|
<el-input v-model="corpsAttnForm.uscc"></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="账号名称" prop="accountName">
|
|
|
+ </el-form-item> -->
|
|
|
+ <el-form-item label="账户名称" prop="accountName">
|
|
|
<el-input v-model="corpsAttnForm.accountName"></el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="账号银行" prop="accountBank">
|
|
|
+ <el-form-item label="开户银行" prop="accountBank">
|
|
|
<el-input v-model="corpsAttnForm.accountBank"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="银行账号" prop="accountNo">
|
|
@@ -632,14 +636,7 @@
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
<div v-if="activeName == 'fptt'">
|
|
|
- <el-form-item label="保函号码" prop="guaranteeNo">
|
|
|
- <el-input v-model="corpsAttnForm.guaranteeNo"></el-input>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="保函日期" prop="guaranteeDate">
|
|
|
- <el-date-picker v-model="corpsAttnForm.guaranteeDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期"
|
|
|
- :style="{ width: '100%' }">
|
|
|
- </el-date-picker>
|
|
|
- </el-form-item>
|
|
|
+
|
|
|
<el-form-item label="发票抬头" prop="invoiceHeader">
|
|
|
<el-input v-model="corpsAttnForm.invoiceHeader"></el-input>
|
|
|
</el-form-item>
|
|
@@ -679,6 +676,16 @@
|
|
|
<el-form-item label="美元银行账号" prop="accountNoUsd">
|
|
|
<el-input v-model="corpsAttnForm.accountNoUsd"></el-input>
|
|
|
</el-form-item>
|
|
|
+
|
|
|
+ <el-form-item label="保函号码" prop="guaranteeNo">
|
|
|
+ <el-input v-model="corpsAttnForm.guaranteeNo"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="保函日期" prop="guaranteeDate">
|
|
|
+ <el-date-picker v-model="corpsAttnForm.guaranteeDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期"
|
|
|
+ :style="{ width: '100%' }">
|
|
|
+ </el-date-picker>
|
|
|
+ </el-form-item>
|
|
|
+
|
|
|
<el-form-item label="状态" prop="status">
|
|
|
<el-select v-model="corpsAttnForm.status" placeholder="请选择状态" :style="{ width: '100%' }">
|
|
|
<el-option label="正常" :value="0"></el-option>
|