|
|
@@ -36,8 +36,7 @@
|
|
|
<el-input v-model="form.serialNo" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
+
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="供应商简称:" prop="simpleName">
|
|
|
<el-input v-model="form.simpleName" disabled></el-input>
|
|
|
@@ -53,8 +52,7 @@
|
|
|
<el-input v-model="form.registeredCapital" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
+
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="授信额度:" prop="authorizationLimit">
|
|
|
<el-input v-model="form.authorizationLimit" disabled></el-input>
|
|
|
@@ -65,18 +63,6 @@
|
|
|
<el-input v-model="form.phone" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="8">
|
|
|
- <el-form-item label="地址:" prop="addressId">
|
|
|
- <el-input v-model="form.addressName" disabled></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col :span="8">
|
|
|
- <el-form-item label="详细地址:" prop="address">
|
|
|
- <el-input v-model="form.address" disabled></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item
|
|
|
label="统一社会信用代码:"
|
|
|
@@ -86,13 +72,30 @@
|
|
|
<el-input v-model="form.unifiedSocialCreditCode" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
+ <el-col :span="24">
|
|
|
+ <el-form-item label="注册地址:" prop="addressId">
|
|
|
+ <el-input v-model="form.addressName" disabled style="width: 35%;"></el-input>
|
|
|
+ <el-input v-model="form.address" disabled style="width: 65%;"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <el-col :span="24">
|
|
|
+ <el-form-item label="联系地址:" prop="addressId">
|
|
|
+ <el-input v-model="otherForm.addressName" disabled style="width: 35%;"></el-input>
|
|
|
+ <el-input v-model="otherForm.address" disabled style="width: 65%;"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="所属行业:" prop="industry">
|
|
|
<el-input v-model="form.industryFullName" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
+
|
|
|
+
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="营业类型:" prop="companyCategoryId">
|
|
|
<el-input v-model="form.companyCategoryName" disabled></el-input>
|
|
|
@@ -108,8 +111,7 @@
|
|
|
<el-input v-model="form.businessScope" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
+
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="主营产品:" prop="mainProduct">
|
|
|
<el-input v-model="form.mainProduct" disabled></el-input>
|
|
|
@@ -131,8 +133,7 @@
|
|
|
|
|
|
</el-col>
|
|
|
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
+
|
|
|
<el-col :span="16">
|
|
|
<el-form-item label="备注:" prop="remark">
|
|
|
<el-input v-model="form.remark" disabled type="textarea"></el-input>
|
|
|
@@ -230,8 +231,8 @@
|
|
|
{{ row.remark }}
|
|
|
</template>
|
|
|
</ele-pro-table>
|
|
|
- <headerTitle title="其他信息" style="margin-top: 30px"></headerTitle>
|
|
|
- <el-form
|
|
|
+ <!-- <headerTitle title="其他信息" style="margin-top: 30px"></headerTitle> -->
|
|
|
+ <!-- <el-form
|
|
|
label-width="130px"
|
|
|
ref="otherFormRef"
|
|
|
:model="otherForm"
|
|
|
@@ -257,7 +258,7 @@
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <!-- <el-col :span="8">
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item
|
|
|
label="分管部门:"
|
|
|
prop="deptId"
|
|
|
@@ -270,7 +271,7 @@
|
|
|
<el-form-item label="业务员:" prop="salesmanId">
|
|
|
{{otherForm.salesmanName}}
|
|
|
</el-form-item>
|
|
|
- </el-col> -->
|
|
|
+ </el-col>
|
|
|
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="寄件人:" prop="sender">
|
|
|
@@ -282,18 +283,9 @@
|
|
|
<el-input v-model="otherForm.senderPhone" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="8">
|
|
|
- <el-form-item label="寄件人地址:" prop="addressId">
|
|
|
- <el-input v-model="otherForm.addressName" disabled></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="8">
|
|
|
- <el-form-item label="寄件人详细地址:" prop="address">
|
|
|
- <el-input v-model="otherForm.address" disabled></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
+
|
|
|
</el-row>
|
|
|
- </el-form>
|
|
|
+ </el-form> -->
|
|
|
</el-tab-pane>
|
|
|
<!-- <el-tab-pane label="银行信息" name="bank">-->
|
|
|
<!-- -->
|
|
|
@@ -1290,7 +1282,7 @@ export default {
|
|
|
{
|
|
|
prop: 'produceType',
|
|
|
align: 'center',
|
|
|
- label: '生产类型',
|
|
|
+ label: '属性类型',
|
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 110,
|
|
|
formatter: (row, column) => {
|
|
|
@@ -1416,7 +1408,7 @@ export default {
|
|
|
pageNum: page,
|
|
|
size: limit,
|
|
|
...where,
|
|
|
- relationId: this.form.id
|
|
|
+ contactId: this.form.id
|
|
|
});
|
|
|
},
|
|
|
/* 订单表格表格数据源 */
|