|
@@ -339,7 +339,7 @@ export default {
|
|
|
if(this.$util.isScanEnv()){
|
|
if(this.$util.isScanEnv()){
|
|
|
this.$util.pageTo({url: "/admin/billing/affirm",query: {customId: currentId}})
|
|
this.$util.pageTo({url: "/admin/billing/affirm",query: {customId: currentId}})
|
|
|
}else{
|
|
}else{
|
|
|
- this.$util.pageTo({url: "/admin/billing/index",query: {customId: currentId}})
|
|
|
|
|
|
|
+ this.$util.pageTo({url: "/admin/billing/index2",query: {customId: currentId}})
|
|
|
}
|
|
}
|
|
|
}else{
|
|
}else{
|
|
|
that.$util.confirmModal({content:'请设置快捷开单的门店',okText:'好的',cancelText:'取消'},() => {
|
|
that.$util.confirmModal({content:'请设置快捷开单的门店',okText:'好的',cancelText:'取消'},() => {
|