微信小程序联调
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"uni-icons": "../../uni_modules/uni-icons/components/uni-icons/uni-icons"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<view class="reception-form-wrapper"><scroll-view class="reception-form" scroll-y enable-back-to-top><view class="form-card"><view class="form-item"><text class="form-item__label">服务次数</text><view class="form-item__text"><text>{{a}}</text></view></view><view class="form-item"><text class="form-item__label">客户姓名</text><input class="form-item__input" placeholder="请输入客户姓名" placeholder-style="color: #9ca3af" value="{{b}}" bindinput="{{c}}"/></view><view class="form-item"><text class="form-item__label">客户电话</text><input class="form-item__input" bindblur="{{d}}" type="number" placeholder="请输入客户电话" placeholder-style="color: #9ca3af" value="{{e}}" bindinput="{{f}}"/></view><view class="form-item"><text class="form-item__label">客户来源</text><view class="customer-source-select-wrapper"><view ref="customerSourceSelect" class="customer-source-select" catchtap="{{j}}"><text class="{{h}}">{{g}}</text><uni-icons wx:if="{{i}}" u-i="0d2e37d5-0" bind:__l="__l" u-p="{{i}}"></uni-icons></view><view wx:if="{{k}}" ref="customerSourceDropdown" class="customer-source-select-dropdown" catchtap="{{m}}"><view wx:for="{{l}}" wx:for-item="option" wx:key="c" class="customer-source-select-dropdown__item" bindtap="{{option.d}}"><text class="{{[option.b && 'active']}}">{{option.a}}</text></view></view></view></view><view class="form-item"><text class="form-item__label">门店名称</text><input class="form-item__input" placeholder="请输入门店名称" placeholder-style="color: #9ca3af" value="{{n}}" bindinput="{{o}}"/></view><view class="form-item"><text class="form-item__label">性别</text><radio-group class="gender-radio-group" bindchange="{{q}}"><label wx:for="{{p}}" wx:for-item="option" wx:key="d" class="gender-radio"><radio value="{{option.a}}" checked="{{option.b}}" color="#2563eb"/><text class="gender-radio__text">{{option.c}}</text></label></radio-group></view><view class="form-item"><text class="form-item__label">年龄</text><input class="form-item__input" type="number" placeholder="请输入年龄" placeholder-style="color: #9ca3af" value="{{r}}" bindinput="{{s}}"/></view><view class="form-item"><text class="form-item__label">销售姓名</text><input class="form-item__input" placeholder="请输入销售姓名" placeholder-style="color: #9ca3af" value="{{t}}" bindinput="{{v}}"/></view><view class="form-item"><text class="form-item__label">销售电话</text><input class="form-item__input" type="number" placeholder="请输入销售电话" placeholder-style="color: #9ca3af" value="{{w}}" bindinput="{{x}}"/></view><view class="form-item"><text class="form-item__label">住址</text><input class="form-item__input" placeholder="请输入详细住址" placeholder-style="color: #9ca3af" value="{{y}}" bindinput="{{z}}"/></view></view></scroll-view><view class="form-actions form-actions--triple"><view class="form-btn form-btn--cancel" bindtap="{{B}}"><view class="form-btn__icon-circle"><uni-icons wx:if="{{A}}" u-i="0d2e37d5-1" bind:__l="__l" u-p="{{A}}"></uni-icons></view><text class="form-btn__text">取消</text></view><view class="form-btn form-btn--save" bindtap="{{D}}"><view class="form-btn__icon-circle"><uni-icons wx:if="{{C}}" u-i="0d2e37d5-2" bind:__l="__l" u-p="{{C}}"></uni-icons></view><text class="form-btn__text">保存</text></view><view class="form-btn form-btn--start" bindtap="{{F}}"><view class="form-btn__icon-circle"><uni-icons wx:if="{{E}}" u-i="0d2e37d5-3" bind:__l="__l" u-p="{{E}}"></uni-icons></view><text class="form-btn__text">开始接待</text></view></view><view wx:if="{{G}}" class="customer-source-select-mask" bindtap="{{H}}"></view></view>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"common-begin-reception": "./common_begin_reception",
|
||||
"service-list-furniture": "./serviceListFurniture",
|
||||
"uni-nav-bar": "../../uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar",
|
||||
"uni-icons": "../../uni_modules/uni-icons/components/uni-icons/uni-icons"
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
unpackage/dist/build/mp-weixin/pages-subpackage/furniture_reception/serviceListFurniture.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages-subpackage/furniture_reception/serviceListFurniture.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"uni-icons": "../../uni_modules/uni-icons/components/uni-icons/uni-icons"
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user