This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
WxXuSaleEmployeeRole
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
1、订单详情,销售预报详情及新建点击弹出选项的遮罩层提示method not found的问题修复
master
chenxuhui
7 years ago
parent
979725cfd6
commit
03d19c24c5
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/order/detail/detail.wxml
+1
-1
pages/saleForecastList/Detail/Detail.wxml
+1
-1
pages/saleForecastList/newBill/newBill.wxml
+ 1
- 1
pages/order/detail/detail.wxml
View File
@ -172,7 +172,7 @@
</swiper-item>
</swiper>
<view class="drawer_screen" catchtap="
powerDrawer" data-statu="open
" wx:if="{{showModalStatus}}"></view>
<view class="drawer_screen" catchtap="
dialogClose
" wx:if="{{showModalStatus}}"></view>
<view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}">
<view class='top'>
<input class="sousuo" bindinput="select" placeholder='请输入搜索'>
+ 1
- 1
pages/saleForecastList/Detail/Detail.wxml
View File
@ -148,7 +148,7 @@
</swiper-item>
</swiper>
<view class="drawer_screen" catchtap="
powerDrawer" data-statu="open
" wx:if="{{showModalStatus}}"></view>
<view class="drawer_screen" catchtap="
dialogClose
" wx:if="{{showModalStatus}}"></view>
<view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}">
<view class='top'>
<input class="sousuo" bindinput="select" placeholder='请输入搜索'>
+ 1
- 1
pages/saleForecastList/newBill/newBill.wxml
View File
@ -150,7 +150,7 @@
</swiper-item>
</swiper>
<view class="drawer_screen" catchtap="
powerDrawer" data-statu="open
" wx:if="{{showModalStatus}}"></view>
<view class="drawer_screen" catchtap="
dialogClose
" wx:if="{{showModalStatus}}"></view>
<view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}">
<view class='top'>
<input class="sousuo" bindinput="select" placeholder='请输入搜索'>
Write
Preview
Loading…
Cancel
Save