flat: 修改

This commit is contained in:
Apcallover
2024-07-01 14:43:19 +08:00
parent d19b4d502b
commit 7d1904fa2c
19 changed files with 1406 additions and 929 deletions

View File

@@ -125,14 +125,17 @@
<u-form-item label="座机" prop="callNumber" borderBottom labelWidth="80" ref="item1">
<u--input v-model="info.callNumber" border="none" placeholder="请输入座机"></u--input>
</u-form-item>
<u-form-item label="工作地址" labelWidth="70" prop="cityId" borderBottom ref="item1"
<u-form-item label="注册地址" labelWidth="70" prop="cityId" borderBottom ref="item1"
@click="showCityId = true; hideKeyboard()">
<PickerTree placeholder="请选择工作地址" :tree="area.data" valueName="value" :visibel="showCityId"
<PickerTree placeholder="请选择注册地址" :tree="area.data" valueName="value" :visibel="showCityId"
v-model="info.cityId" @cancel="showCityId = false" border="none" returnValue="label" :deep="3">
</PickerTree>
</u-form-item>
<u-form-item label="详细地址" prop="address" borderBottom labelWidth="80" ref="item1">
<view class="addressinfo" @click="selectMap">{{info.address}}</view>
<u-form-item label="工作地址" prop="address" borderBottom labelWidth="80" ref="item1">
<view class="addressinfo" @click="selectMap"
:style="`fontSize: 15px;color: ${info.address ? '#333333' : '#c0c4cc'}`">
{{info.address || '请选择'}}
</view>
<!-- <textarea placeholder-style="color: rgb(192, 196, 204); fontSize: 15px" @focus="selectMap"
v-model="info.address" placeholder="请输入详细地址" style="width: 100%;" /> -->
<!-- <lin-select :list="addressOptions" value-key="location" name-key="title" max-height="180"
@@ -354,7 +357,7 @@
cityId: {
type: 'string',
required: true,
message: '请选择工作地址',
message: '请选择注册地址',
trigger: ['change']
},
jobCompanyName: {
@@ -402,7 +405,7 @@
address: {
type: 'string',
required: true,
message: '请输入详细地址',
message: '请输入工作地址',
trigger: ['change']
},
createDept: {