|
|
@@ -254,7 +254,7 @@
|
|
|
<uni-popup ref="remindForwardRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
|
|
|
<view class="forward-popup-content">
|
|
|
<view class="popup-title">
|
|
|
- 请选择退货方式和付款给客户的方式
|
|
|
+ 确认售后付款单
|
|
|
</view>
|
|
|
|
|
|
<view class="option-group">
|
|
|
@@ -266,14 +266,17 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="option-group">
|
|
|
- <view class="option-label">付款方式</view>
|
|
|
- <view class="button-group">
|
|
|
- <button @tap="forwardPayWay = 0" class="admin-button-com big" :class="forwardPayWay == 0? 'blue' : 'default'">微信</button>
|
|
|
- <button @click="forwardPayWay = 1" class="admin-button-com big" :class="forwardPayWay == 1 ? 'blue' : 'default'">支付宝</button>
|
|
|
- <button @tap="forwardPayWay = 4" class="admin-button-com big" :class="forwardPayWay == 4? 'blue' : 'default'">现金</button>
|
|
|
- <button @click="forwardPayWay = 5" class="admin-button-com big" :class="forwardPayWay == 5 ? 'blue' : 'default'">银行卡</button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <view class="option-label">付款方式</view>
|
|
|
+ <view class="button-group">
|
|
|
+ <button @tap="forwardPayWay = 0" class="admin-button-com middle" :class="forwardPayWay == 0? 'blue' : 'default'">微信</button>
|
|
|
+ <button @click="forwardPayWay = 1" class="admin-button-com middle" :class="forwardPayWay == 1 ? 'blue' : 'default'">支付宝</button>
|
|
|
+ <button @tap="forwardPayWay = 4" class="admin-button-com middle" :class="forwardPayWay == 4? 'blue' : 'default'">现金</button>
|
|
|
+ <button @click="forwardPayWay = 5" class="admin-button-com middle" :class="forwardPayWay == 5 ? 'blue' : 'default'">银行卡</button>
|
|
|
+ </view>
|
|
|
+ <view class="payment-notice">
|
|
|
+ 请线下转账给客户
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
|
|
|
<view class="popup-footer">
|
|
|
<button class="admin-button-com big default" @click="cancelForward()">取消</button>
|
|
|
@@ -665,10 +668,7 @@ export default {
|
|
|
margin-right: 30upx;
|
|
|
}
|
|
|
|
|
|
-.special-title {
|
|
|
- color: #ff6b35 !important;
|
|
|
- font-weight: bold !important;
|
|
|
-}
|
|
|
+
|
|
|
|
|
|
.payment-buttons {
|
|
|
display: flex;
|
|
|
@@ -745,14 +745,7 @@ export default {
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
}
|
|
|
- .item-type {
|
|
|
- color: #999;
|
|
|
- font-size: 24upx;
|
|
|
- }
|
|
|
- .item-count {
|
|
|
- color: #666;
|
|
|
- font-size: 24upx;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
& .open-bx {
|
|
|
@@ -762,18 +755,7 @@ export default {
|
|
|
font-size: 50upx;
|
|
|
}
|
|
|
|
|
|
- .position{
|
|
|
- display: block;
|
|
|
- width: 70upx;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- .iconcachu {
|
|
|
- margin: 0 6upx 0 20upx;
|
|
|
- color: #ccc;
|
|
|
- &.edit {
|
|
|
- color: #3385ff;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
& > .num {
|
|
|
display: inline-block;
|
|
|
width: 120upx;
|
|
|
@@ -786,25 +768,7 @@ export default {
|
|
|
padding: 3upx 0;
|
|
|
font-size: 25upx;
|
|
|
}
|
|
|
- .change-input {
|
|
|
- width: 164upx;
|
|
|
- height: 60upx;
|
|
|
- line-height: 60upx;
|
|
|
- text-align: center;
|
|
|
- background: #ffffff;
|
|
|
- border: 1upx solid #dddddd;
|
|
|
- border-radius: 4upx;
|
|
|
- font-size: 25upx;
|
|
|
- }
|
|
|
- .btn-box{
|
|
|
- width: 100upx;
|
|
|
- height: 60upx;
|
|
|
- line-height: 60upx;
|
|
|
- color: #ffffff;
|
|
|
- background: #3385ff;
|
|
|
- text-align: center;
|
|
|
- border-radius: 10upx;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|
|
|
@@ -847,34 +811,8 @@ export default {
|
|
|
margin-bottom: 20upx;
|
|
|
border-radius: 10upx;
|
|
|
overflow: hidden;
|
|
|
- .tab-box{
|
|
|
- padding: 10upx 30upx 30upx;
|
|
|
- .tab{
|
|
|
- width: 49%;
|
|
|
- height: 70upx;
|
|
|
- color: #a2a2a2;
|
|
|
- border: 1upx solid #dcdcdc;
|
|
|
- border-radius: 10upx;
|
|
|
- font-size: 28upx;
|
|
|
- font-weight: 700;
|
|
|
- &.active{
|
|
|
- color: #ff4d4d;
|
|
|
- border: 1upx solid #ff4d4d;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .member-wrap {
|
|
|
- .member-det {
|
|
|
- font-size: 24upx;
|
|
|
- margin-left: 20upx;
|
|
|
- }
|
|
|
- }
|
|
|
- .remark-wrap {
|
|
|
- align-items: flex-start;
|
|
|
- .remark {
|
|
|
- height: 240upx;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
.under-bar {
|
|
|
@@ -945,10 +883,10 @@ export default {
|
|
|
|
|
|
.forward-popup-content {
|
|
|
padding: 40upx;
|
|
|
- min-width: 600upx;
|
|
|
+ min-width: 700upx;
|
|
|
|
|
|
.popup-title {
|
|
|
- font-size: 32upx;
|
|
|
+ font-size: 34upx;
|
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
|
text-align: center;
|
|
|
@@ -966,41 +904,51 @@ export default {
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
|
|
|
- .button-group {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- justify-content: space-between;
|
|
|
- gap: 20upx;
|
|
|
+ .button-group {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: space-between;
|
|
|
+ gap: 15upx;
|
|
|
+
|
|
|
+ .admin-button-com {
|
|
|
+ margin-right: 0;
|
|
|
+ flex: 1;
|
|
|
+ min-width: 140upx;
|
|
|
+
|
|
|
+ &:first-child {
|
|
|
+ margin-left: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ &:last-child {
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .admin-button-com {
|
|
|
- margin-right: 0;
|
|
|
- flex: 1;
|
|
|
- min-width: 0;
|
|
|
-
|
|
|
- &:first-child {
|
|
|
- margin-left: 0;
|
|
|
- }
|
|
|
-
|
|
|
- &:last-child {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
+ .payment-notice {
|
|
|
+ text-align: center;
|
|
|
+ font-size: 26upx;
|
|
|
+ color: #666;
|
|
|
+ margin-top: 20upx;
|
|
|
+ padding: 15upx 0;
|
|
|
+ background-color: #f8f8f8;
|
|
|
+ border-radius: 8upx;
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
- .popup-footer {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- gap: 30upx;
|
|
|
- margin-top: 40upx;
|
|
|
- padding-top: 30upx;
|
|
|
- border-top: 1upx solid #eee;
|
|
|
-
|
|
|
- .admin-button-com {
|
|
|
- margin-right: 0;
|
|
|
- min-width: 160upx;
|
|
|
- }
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
+ .popup-footer {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ gap: 60upx;
|
|
|
+ margin-top: 40upx;
|
|
|
+ padding-top: 30upx;
|
|
|
+ border-top: 1upx solid #eee;
|
|
|
+
|
|
|
+ .admin-button-com {
|
|
|
+ margin-right: 0;
|
|
|
+ min-width: 160upx;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.remark-class{
|
|
|
@@ -1009,7 +957,5 @@ export default {
|
|
|
.warning-price{
|
|
|
color:red;
|
|
|
}
|
|
|
-.normal-price{
|
|
|
- color:#c1acac;
|
|
|
-}
|
|
|
+
|
|
|
</style>
|