fixed bug

This commit is contained in:
chenjianan
2019-05-22 10:45:37 +08:00
parent c92c133128
commit dec47d26f7
2 changed files with 39 additions and 14 deletions

View File

@@ -333,7 +333,7 @@
<h3 style="margin-top: 0;display:inline-block;width:50%">询价单</h3>
<el-button :loading="baseInfoLoading" type="success" size="mini" style="float: right" @click="inquirySheetBaseInfoMaintain">询价单基础信息维护</el-button>
<el-table v-loading="" :data="tableData2" border style="max-height: 300px;" height="300px" size="mini" highlight-current-row @row-click="searchTable3">
<el-table-column label="询价单编号" align="center" min-width="150">
<el-table-column label="询价单编号" align="center" min-width="120">
<template slot-scope="scope">
{{ scope.row.询价单编号 }}
</template>
@@ -343,7 +343,7 @@
{{ scope.row.供应商名称 }}
</template>
</el-table-column>
<el-table-column label="电话号码" align="center" min-width="100">
<el-table-column label="电话" align="center" min-width="100">
<template slot-scope="scope">
{{ scope.row.电话号码 }}
</template>
@@ -353,9 +353,34 @@
{{ scope.row.传真 }}
</template>
</el-table-column>
<el-table-column label="电子信箱" align="center" min-width="100">
<el-table-column label="受托人" align="center" min-width="70">
<template slot-scope="scope">
{{ scope.row.电子信箱 }}
{{ scope.row.注册资本 }}
</template>
</el-table-column>
<el-table-column label="帐号" align="center" min-width="100">
<template slot-scope="scope">
{{ scope.row.帐号 }}
</template>
</el-table-column>
<el-table-column label="开户行" align="center" min-width="100">
<template slot-scope="scope">
{{ scope.row.开户行 }}
</template>
</el-table-column>
<el-table-column label="税号" align="center" min-width="100">
<template slot-scope="scope">
{{ scope.row.税号 }}
</template>
</el-table-column>
<el-table-column label="法人" align="center" min-width="70">
<template slot-scope="scope">
{{ scope.row.企业性质 }}
</template>
</el-table-column>
<el-table-column label="邮编" align="center" min-width="70">
<template slot-scope="scope">
{{ scope.row.货期 }}
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="200">
@@ -491,19 +516,19 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="企业性质">
<el-form-item label="法人">
<el-input v-model="enterpriseNature" size="small"/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="12">
<el-form-item label="货期">
<el-form-item label="邮编">
<el-input v-model="goodTime" size="small"/>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="注册资本">
<el-form-item label="受托人">
<el-input v-model="registeredCapital" size="small"/>
</el-form-item>
</el-col>
@@ -574,12 +599,12 @@
{{ scope.row.供应商名称 }}
</template>
</el-table-column>
<el-table-column align="center" label="企业性质" min-width="100">
<el-table-column align="center" label="法人" min-width="100">
<template slot-scope="scope">
{{ scope.row.企业性质 }}
</template>
</el-table-column>
<el-table-column align="center" label="注册资本" min-width="100">
<el-table-column align="center" label="受托人" min-width="100">
<template slot-scope="scope">
{{ scope.row.注册资本 }}
</template>

View File

@@ -401,19 +401,19 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="企业性质">
<el-form-item label="法人">
<el-input v-model="enterpriseNature" size="small"/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="12">
<el-form-item label="货期">
<el-form-item label="邮编">
<el-input v-model="goodTime" size="small"/>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="注册资本">
<el-form-item label="受托人">
<el-input v-model="registeredCapital" size="small"/>
</el-form-item>
</el-col>
@@ -484,12 +484,12 @@
{{ scope.row.供应商名称 }}
</template>
</el-table-column>
<el-table-column align="center" label="企业性质" min-width="100">
<el-table-column align="center" label="法人" min-width="100">
<template slot-scope="scope">
{{ scope.row.企业性质 }}
</template>
</el-table-column>
<el-table-column align="center" label="注册资本" min-width="100">
<el-table-column align="center" label="受托人" min-width="100">
<template slot-scope="scope">
{{ scope.row.注册资本 }}
</template>