Browse Source

1、订单 及 特价申请单 新建页面布局变更,三钮变二钮

master
chenxuhui 7 years ago
parent
commit
7483d76f67
4 changed files with 25 additions and 13 deletions
  1. +11
    -8
      pages/order/newBill/newBill.wxml
  2. +2
    -1
      pages/order/newBill/newBill.wxss
  3. +10
    -3
      pages/specialOrderApplication/creatNewSpecialOrder/creatNewSpecialOrder.wxml
  4. +2
    -1
      pages/specialOrderApplication/creatNewSpecialOrder/creatNewSpecialOrder.wxss

+ 11
- 8
pages/order/newBill/newBill.wxml View File

@ -142,26 +142,29 @@
</block>
</view>
<!-- <view class='add' catchtap='add'>
<image class="ico" src="/imgs/tianjia.png"></image>
</view> -->
<!-- <button class='submit' catchtap='submitForm'>保存</button> -->
<view class='imageView' catchtap='add'>
<!-- <view class='imageView' catchtap='add'>
<image class='currentImage' src="/imgs/longWhiteBtn.png">
<view class='btnTextView'>
<text class='blueAddText'>添加存货</text>
</view>
</image>
</view>
</view> -->
<view class='bottomGroupView'>
<view class='imageViewNoMargin' catchtap='moreBtnClick'>
<!-- <view class='imageViewNoMargin' catchtap='moreBtnClick'>
<image class='currentImage' src="/imgs/blueBtn.png">
<view class='btnTextView'>
<text class='btnText'>更多</text>
</view>
</image>
</view> -->
<view class='imageViewNoMargin' catchtap='add'>
<image class='currentImage' src="/imgs/blueBtn.png">
<view class='btnTextView'>
<text class='btnText'>添加存货</text>
</view>
</image>
</view>
<view class='imageViewNoMargin' catchtap='submitForm'>
<image class='currentImage' src="/imgs/blueBtn.png">


+ 2
- 1
pages/order/newBill/newBill.wxss View File

@ -249,7 +249,8 @@ page {
}
.bottomGroupView{
margin-top: -10rpx;
/* margin-top: -10rpx; */
margin-top: 20rpx;
width: 100%;
height: 80px;
display: flex;


+ 10
- 3
pages/specialOrderApplication/creatNewSpecialOrder/creatNewSpecialOrder.wxml View File

@ -110,23 +110,30 @@
</block>
</view>
<view class='imageView' catchtap='addGoodsName'>
<!-- <view class='imageView' catchtap='addGoodsName'>
<image class='currentImage' src="/imgs/longBlueBtn.png">
<view class='btnTextView'>
<text class='btnText'>添加存货</text>
</view>
</image>
</view>
</view> -->
<view class='bottomGroupView'>
<view class='imageViewNoMargin' catchtap='moreBtnClick'>
<!-- <view class='imageViewNoMargin' catchtap='moreBtnClick'>
<image class='currentImage' src="/imgs/blueBtn.png">
<view class='btnTextView'>
<text class='btnText'>更多</text>
</view>
</image>
</view> -->
<view class='imageViewNoMargin' catchtap='addGoodsName'>
<image class='currentImage' src="/imgs/blueBtn.png">
<view class='btnTextView'>
<text class='btnText'>添加存货</text>
</view>
</image>
</view>
<view class='imageViewNoMargin' catchtap='submitOrder'>


+ 2
- 1
pages/specialOrderApplication/creatNewSpecialOrder/creatNewSpecialOrder.wxss View File

@ -227,7 +227,8 @@ page {
}
.bottomGroupView{
margin-top: -10rpx;
/* margin-top: -10rpx; */
margin-top: 20rpx;
width: 100%;
height: 80px;
display: flex;


Loading…
Cancel
Save