|
|
@@ -163,7 +163,7 @@ export default {
|
|
|
this.payWay = payWay
|
|
|
let that = this
|
|
|
if(payWay == 2){
|
|
|
- that.$util.confirmModal({content:'确认赊账?'},() => {
|
|
|
+ that.$util.confirmModal({content:'确认挂账?'},() => {
|
|
|
debtPay({id:this.orderId}).then(res=>{
|
|
|
if(res.code == 1){
|
|
|
that.$util.pageTo({ url: '/admin/billing/result?orderId='+this.orderId,type:2})
|