Commit 3f3b5599 authored by 黄媛媛's avatar 黄媛媛

修改

parent 4a592bc8
......@@ -37,18 +37,14 @@
</view>
</view>
<view class="box_r_b">
<text style="font-size: 12px;color: #555555;"></text>
<view style="padding: 5px 10px;background: #F8F6F5;font-size: 12px;color: #111111;">
<view class="OrderNoStyle" >
<text>订单号:{{item.OrderNo}}</text>
<view style="font-size: 12px;color: #111111;">
<text>已得佣金:</text>
<text style="color: #FF4048;font-size: 12px;">{{item.Commission}}</text>
<text></text>
</view>
</view>
<view class="OrderNoStyle" >
<text style="margin-left: 15px;">订单号:{{item.OrderNo}}</text>
</view>
</view>
</view>
......@@ -211,9 +207,11 @@
display: flex;
flex-direction: row;
align-items: center;
font-size: 11px;
font-size: 12px;
color: #888888;
margin-top: 15px;
padding: 0 15px;
justify-content: space-between;
}
</style>
......@@ -226,7 +226,7 @@
display: flex;
flex-direction: row;
align-items: center;
font-size: 10px;
font-size: 11px;
color: #888888;
height: 35px;
margin-left: 2%;
......
......@@ -42,7 +42,7 @@
<view class="agreementbox" v-if='isshowagreement==true'></view>
<view class="agreementbox_t" v-if='isshowagreement==true'>
<view class="agreement_b">
<view style="width: 100%;height: 45px;font-size: 14px;color: #000000;display: flex;flex-direction: row;border-bottom: 1px solid #E2E2E2;margin-top: -60px;">
<view style="width: 100%;height: 45px;font-size: 14px;color: #000000;display: flex;flex-direction: row;border-bottom: 1px solid #E2E2E2">
<view class="popupstyle">
<text>毛利率</text>
</view>
......@@ -65,10 +65,6 @@
</view>
<u-icon name="close" style='position: absolute;left: 50%;bottom: -60px;margin-left: -30rpx;' color="#FFFFFF" size="60" @click='read'></u-icon>
<!-- <view class="agreement_bottom" :style="{background:mainColor}" @click="read">
<Text style='color: #fff;'>确定</Text>
</view> -->
</view>
</view>
</template>
......@@ -260,8 +256,9 @@
display: flex;
flex-direction: column;
align-items: center;
min-height: 100px;
position: relative;
margin-top: -60px;
}
.mySupplierList .agreementbox_t .agreement_bottom{
width: 100%;
......
......@@ -51,17 +51,15 @@
</view>
</view>
<view class="box_r_b">
<text style="font-size: 12px;color: #555555;"></text>
<view style="padding: 5px 10px;background: #F8F6F5;font-size: 12px;color: #111111;">
<view class="OrderNoStyle" >
<text >订单号:{{item.OrderNo}}</text>
<view style="font-size: 12px;color: #111111;">
<text>已得佣金:</text>
<text style="color: #FF4048;font-size: 12px;">{{item.Commission}}</text>
<text></text>
</view>
</view>
<view class="OrderNoStyle" >
<text style="margin-left: 15px;">订单号:{{item.OrderNo}}</text>
</view>
</view>
</view>
......@@ -388,9 +386,11 @@
display: flex;
flex-direction: row;
align-items: center;
font-size: 11px;
justify-content: space-between;
font-size: 12px;
color: #888888;
margin-top: 15px;
padding: 0 15px;
}
.supplierOrder .popupbox{
......
......@@ -146,7 +146,7 @@
size="80"
:ripple="true"
shape="circle"
@click="submitOrderHandler"
@click="ds.promptNoSuperiorFY== false ? submitModel():submitOrderHandler()"
:custom-style="{
backgroundColor: mc,
height: '80rpx',
......@@ -173,6 +173,14 @@
</view>
</view>
</u-popup>
<u-modal
v-model="showReviceModal"
content="您的上级不存在,当前订单不会返佣,是否继续?"
:show-cancel-button="true"
:show-title="false"
@confirm="submitOrderHandler"
:border-radius="20"
></u-modal>
</view>
</template>
......@@ -252,6 +260,7 @@ export default {
},
ShoppingCartIdList: [],
BuyerMessage:'',
showReviceModal:false,
};
},
onLoad(option) {
......@@ -307,6 +316,9 @@ export default {
this.goodData = this.mchs[i].goods_list;
this.showGoodList = true;
},
submitModel(){
this.showReviceModal = true;
},
// 提交订单
submitOrderHandler() {
let that = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment