浏览代码

厂家优化

hcf 1 年之前
父节点
当前提交
0f52856427
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/audit/manufacturer/index.vue

+ 4 - 1
src/views/audit/manufacturer/index.vue

@@ -17,6 +17,9 @@
 			<by-tool :propConfig="toolConfig" @clickHandle="insideTools" ref="byTool" />
 			<div class="box-shadow">
 				<by-form :propConfig="addConfig" ref="addFormId">
+					<template v-slot:organizationCode="{value}" class="clearfix">
+						<vxe-input v-model="value.organizationCode" :disabled="value.organizationCode&&popTitle=='编辑'" style="width: 100%;"></vxe-input>
+					</template>
 					<template v-slot:k3ServerUrl="{value}" class="clearfix">
 						<!-- <i class="el-icon-question" title="私有云必须配置金蝶云星空产品地址,K3Cloud/结尾,若为公有云则必须置空"></i> -->
 						<!-- <vxe-input v-model="value.k3ServerUrl" style="width:calc(100% - 25px);margin-left: 10px;"></vxe-input> -->						
@@ -256,7 +259,7 @@
 						span: 6,
 						label: '机构代码',
 						prop: 'organizationCode',
-						component: 'by-input',
+						slot: true,
 					},
 					{
 						span: 6,