|
|
|
@ -94,33 +94,12 @@ |
|
|
|
|
|
|
|
<!-- 客户模态框 --> |
|
|
|
<el-dialog :title="modalData.title" :close-on-click-modal="false" v-drag :visible.sync="modalFlag" width="500px"> |
|
|
|
<el-form :inline="true" label-position="top" :model="modalData" :rules="rules" |
|
|
|
style="margin-left: 7px;margin-top: -5px;"> |
|
|
|
<el-form label-position="top" :model="modalData" :rules="rules"> |
|
|
|
<el-form-item label="客户名称" prop="customerDesc" :rules="rules.customerDesc"> |
|
|
|
<el-input v-model="modalData.customerDesc" :readonly="detailModalFlag" style="width: 222px"></el-input> |
|
|
|
<el-input v-model="modalData.customerDesc" :readonly="detailModalFlag"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="modalData" style="margin-left: 7px;margin-top: -5px;"> |
|
|
|
<el-form-item label="年营业额"> |
|
|
|
<el-input class="inlineNumber numInput" v-model="modalData.turnoverOfYear" :readonly="detailModalFlag" |
|
|
|
type="number" style="width: 222px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="年预估投入"> |
|
|
|
<el-input class="inlineNumber numInput" v-model="modalData.potentialRevenueOfYear" :readonly="detailModalFlag" |
|
|
|
type="number" style="width: 222px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="modalData" :rules="rules" |
|
|
|
style="margin-left: 7px;margin-top: -5px;"> |
|
|
|
<el-form-item label="行业"> |
|
|
|
<dict-data-select v-if="modalFlag" v-model="modalData.customerIndustry" :disabled="detailModalFlag" |
|
|
|
style="width: 222px" |
|
|
|
dict-type="plm_customer_information_customer_industry"></dict-data-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="币种" prop="customerCurrency" :rules="rules.customerCurrency"> |
|
|
|
<dict-data-select v-if="modalFlag" v-model="modalData.customerCurrency" :disabled="detailModalFlag" |
|
|
|
style="width: 222px" |
|
|
|
dict-type="plm_customer_information_customer_customer_currency"></dict-data-select> |
|
|
|
<dict-data-select v-if="modalFlag" v-model="modalData.customerIndustry" :disabled="detailModalFlag" dict-type="plm_customer_information_customer_industry"></dict-data-select> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="modalData" style="margin-left: 7px;margin-top: -5px;"> |
|
|
|
@ -989,60 +968,6 @@ export default { |
|
|
|
fixed: '', |
|
|
|
columnWidth: 160 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001, |
|
|
|
serialNumber: '101001Table1CustomerCurrency', |
|
|
|
tableId: '101001Table1', |
|
|
|
tableName: '客户信息表', |
|
|
|
columnProp: 'customerCurrency', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'center', |
|
|
|
columnLabel: '客户币种', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001, |
|
|
|
serialNumber: '101001Table1TurnoverOfYear', |
|
|
|
tableId: '101001Table1', |
|
|
|
tableName: '客户信息表', |
|
|
|
columnProp: 'turnoverOfYear', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'right', |
|
|
|
columnLabel: '年营业额', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001, |
|
|
|
serialNumber: '101001Table1PotentialRevenueOfYear', |
|
|
|
tableId: '101001Table1', |
|
|
|
tableName: '客户信息表', |
|
|
|
columnProp: 'potentialRevenueOfYear', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'right', |
|
|
|
columnLabel: '年潜在投入', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 101001, |
|
|
|
|