|
@@ -354,7 +354,7 @@
|
|
|
<button @click="form.needWork = 1;" class="admin-button-com middle" style="width:170upx;" :class="form.needWork == 1 ? 'blue' : 'default'">需要</button>
|
|
<button @click="form.needWork = 1;" class="admin-button-com middle" style="width:170upx;" :class="form.needWork == 1 ? 'blue' : 'default'">需要</button>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
- <!-- 如果是扣除库存方式开单,不显示售后付款选项 -->
|
|
|
|
|
|
|
+ <!-- 如果是扣除库存方式开单,不显示红冲选项 -->
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" v-if="reduceStock == 0">
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" v-if="reduceStock == 0">
|
|
|
<view class="tui-title">订单类型</view>
|
|
<view class="tui-title">订单类型</view>
|
|
|
<button @tap="form.forward = 0;" class="admin-button-com middle" style="width:170upx;" :class="form.forward == 0? 'blue' : 'default'">普通订单</button>
|
|
<button @tap="form.forward = 0;" class="admin-button-com middle" style="width:170upx;" :class="form.forward == 0? 'blue' : 'default'">普通订单</button>
|
|
@@ -504,7 +504,7 @@
|
|
|
<uni-popup ref="remindForwardRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
|
|
<uni-popup ref="remindForwardRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
|
|
|
<view class="forward-popup-content">
|
|
<view class="forward-popup-content">
|
|
|
<view class="popup-title">
|
|
<view class="popup-title">
|
|
|
- 确认售后付款单
|
|
|
|
|
|
|
+ 确认红冲
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="option-group">
|
|
<view class="option-group">
|
|
@@ -711,7 +711,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
//#endif
|
|
//#endif
|
|
|
|
|
|
|
|
- //如果是扣除库存方式开单,不显示售后付款选项
|
|
|
|
|
|
|
+ //如果是扣除库存方式开单,不显示红冲选项
|
|
|
this.reduceStock = this.option.reduceStock?this.option.reduceStock:0
|
|
this.reduceStock = this.option.reduceStock?this.option.reduceStock:0
|
|
|
//如果扣除库存方法,付款方式默认选择挂账,这样方便提交
|
|
//如果扣除库存方法,付款方式默认选择挂账,这样方便提交
|
|
|
if(this.reduceStock == 1){
|
|
if(this.reduceStock == 1){
|
|
@@ -1073,7 +1073,7 @@ export default {
|
|
|
this.$refs.remindForwardRef.close()
|
|
this.$refs.remindForwardRef.close()
|
|
|
},
|
|
},
|
|
|
confirmForward(){
|
|
confirmForward(){
|
|
|
- //售后付款单,只能走线下模式
|
|
|
|
|
|
|
+ //红冲,只能走线下模式
|
|
|
this.form.hasPay = 1
|
|
this.form.hasPay = 1
|
|
|
this.form.payWay = this.forwardPayWay
|
|
this.form.payWay = this.forwardPayWay
|
|
|
this.submitOrder()
|
|
this.submitOrder()
|
|
@@ -1093,7 +1093,7 @@ export default {
|
|
|
}else if(this.form.hasPay == 1){
|
|
}else if(this.form.hasPay == 1){
|
|
|
name = '确认线下付款?'
|
|
name = '确认线下付款?'
|
|
|
if(this.form.forward == 1){
|
|
if(this.form.forward == 1){
|
|
|
- name = '确认开售后付款单?'
|
|
|
|
|
|
|
+ name = '确认开红冲单?'
|
|
|
}
|
|
}
|
|
|
}else if(this.form.hasPay == 2){
|
|
}else if(this.form.hasPay == 2){
|
|
|
name = '确认挂账?'
|
|
name = '确认挂账?'
|