2024-12-10 10:35:22 +00:00
|
|
|
<view style="width:100%">
|
|
|
|
<view class="box">
|
|
|
|
<text class="text">基本信息</text>
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|
|
|
|
|
2024-12-10 10:35:22 +00:00
|
|
|
<view class="box1">
|
|
|
|
<text class="ktext">名称</text>
|
|
|
|
<input style="width:260rpx" placeholder="请输入名称" />
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|
2024-12-10 10:35:22 +00:00
|
|
|
|
|
|
|
<view class="box1">
|
|
|
|
<text class="ktext">联系电话</text>
|
|
|
|
<input style="width:260rpx" placeholder="请输入联系电话" />
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|
|
|
|
|
2024-12-10 10:35:22 +00:00
|
|
|
<view class="box1">
|
|
|
|
<text class="ktext">地址</text>
|
|
|
|
<input style="width:260rpx" placeholder="请输入地址" />
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|
2024-12-10 10:35:22 +00:00
|
|
|
|
|
|
|
<view class="box1">
|
|
|
|
<text class="ktext">项目</text>
|
|
|
|
<ant-list-item>
|
|
|
|
<ant-cascader-picker
|
|
|
|
slot="extra"
|
|
|
|
placeholder="请选择项目"
|
|
|
|
options="{{cityList}}"
|
|
|
|
onChange="handleCascaderPickerChange"
|
|
|
|
onOk="handleCascaderOnOk"
|
|
|
|
onCancel="handleDismiss"
|
|
|
|
></ant-cascader-picker>
|
|
|
|
</ant-list-item>
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|
|
|
|
|
2024-12-10 10:35:22 +00:00
|
|
|
<view class="box3">
|
|
|
|
<text class="ktext">预约时间段</text>
|
|
|
|
<ant-list-item>
|
|
|
|
<ant-date-picker
|
|
|
|
slot="extra"
|
|
|
|
precision="minute"
|
|
|
|
format="YYYY-MM-DD HH:HH"
|
|
|
|
placeholder="请选择时间"
|
|
|
|
onVisibleChange="handleTriggerPicker"
|
|
|
|
onOk="handleOk"
|
|
|
|
></ant-date-picker>
|
|
|
|
</ant-list-item>
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|
2024-12-10 10:35:22 +00:00
|
|
|
<view class="box2">
|
|
|
|
<view class="submit">
|
|
|
|
<text>提交申请</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
2024-11-10 07:01:22 +00:00
|
|
|
</view>
|