|
@@ -7,16 +7,16 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="staffManage-staff flex-row" wx:for="{{item.hsayStoreStaffList}}" wx:key="index" wx:for-item="list" data-storeno="{{list.storeNo}}">
|
|
|
- <view class="staff-name">{{list.staffName}}</view>
|
|
|
+ <view class="staff-name over-ellipsis">{{list.staffName}}</view>
|
|
|
<view class="staff-phone">{{list.mobile}}</view>
|
|
|
<view class="staff-delete">删除员工</view>
|
|
|
</view>
|
|
|
<view class="bg-zindex" hidden="{{hidden}}">
|
|
|
<view class="success_window flex-column">
|
|
|
<view class="w_title">新增店员</view>
|
|
|
- <view class="w_textNo text-top"><view>{{storeValue}}</view></view>
|
|
|
- <view class="w_text text-middle"><input bindinput="getName" type="text" placeholder="请输入店员名字" value="{{storeName}}" maxlength="10" /></view>
|
|
|
- <view class="w_text text-lower"><input bindinput="getPhone" type="text" placeholder="请输入店员手机号码" value="{{storePhone}}" maxlength="11" /></view>
|
|
|
+ <view class="w_textNo text-top"><view class="input-style">{{storeValue}}</view></view>
|
|
|
+ <view class="w_text text-middle"><input bindinput="getName" type="text" placeholder="请输入店员名字" value="{{storeName}}" maxlength="10" placeholder-class="input-style" /></view>
|
|
|
+ <view class="w_text text-lower"><input bindinput="getPhone" type="number" placeholder="请输入店员手机号码" value="{{storePhone}}" maxlength="11" placeholder-class="input-style"/></view>
|
|
|
<view class="w_button flex-row">
|
|
|
<view class="w_go_order toCancel flex-row" catchtap="cancel">
|
|
|
<view class="text_style">取消</view>
|