|
@@ -54,10 +54,10 @@
|
|
<v-btn class="mb-5" style="width: 100%; text-align: center;" variant="text" color="primary" prepend-icon="mdi-plus-box" @click="handleAddContact">添加联系人</v-btn>
|
|
<v-btn class="mb-5" style="width: 100%; text-align: center;" variant="text" color="primary" prepend-icon="mdi-plus-box" @click="handleAddContact">添加联系人</v-btn>
|
|
</template>
|
|
</template>
|
|
</CtForm>
|
|
</CtForm>
|
|
- <div class="note">
|
|
|
|
|
|
+ <!-- <div class="note">
|
|
<h4>注意事项:</h4>
|
|
<h4>注意事项:</h4>
|
|
<span>企业名称为对外展示的企业名称,建议填写公司营业执照上的名称,请区分总公司和分公司</span>
|
|
<span>企业名称为对外展示的企业名称,建议填写公司营业执照上的名称,请区分总公司和分公司</span>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
<div class="text-center">
|
|
<div class="text-center">
|
|
<!-- 提交 -->
|
|
<!-- 提交 -->
|
|
@@ -158,7 +158,7 @@ const saveRegisterInfo = () => {
|
|
}
|
|
}
|
|
|
|
|
|
const codeLabelTet = '企业统一社会信用代码'
|
|
const codeLabelTet = '企业统一社会信用代码'
|
|
-// 是否筹建中
|
|
|
|
|
|
+// 是否筹备中
|
|
const isPrepareChange = () => {
|
|
const isPrepareChange = () => {
|
|
const code = formItems.value.options.find(e => e.key === 'code')
|
|
const code = formItems.value.options.find(e => e.key === 'code')
|
|
if (code) {
|
|
if (code) {
|
|
@@ -174,7 +174,7 @@ const formItems = ref({
|
|
type: 'ifRadio',
|
|
type: 'ifRadio',
|
|
key: 'prepare',
|
|
key: 'prepare',
|
|
value: false,
|
|
value: false,
|
|
- label: '是否筹建中 *',
|
|
|
|
|
|
+ label: '是否筹备中 *',
|
|
width: 100,
|
|
width: 100,
|
|
items: [
|
|
items: [
|
|
{ label: '是', value: true },
|
|
{ label: '是', value: true },
|
|
@@ -234,7 +234,7 @@ const formItems = ref({
|
|
]
|
|
]
|
|
})
|
|
})
|
|
|
|
|
|
-// 是否筹建中
|
|
|
|
|
|
+// 是否筹备中
|
|
const prepareValue = computed(() => {
|
|
const prepareValue = computed(() => {
|
|
return formItems.value.options.find(e => e.key === 'prepare').value
|
|
return formItems.value.options.find(e => e.key === 'prepare').value
|
|
})
|
|
})
|