|
|
@@ -231,11 +231,9 @@ export default {
|
|
|
this._getDet();
|
|
|
},
|
|
|
selectCustom(){
|
|
|
- if (!this.$util.isEmpty(this.option.orderId)){
|
|
|
- this.$msg('客户不能修改');
|
|
|
- }else{
|
|
|
- this.$util.pageTo({ url: '/admin/custom/selectCustom',query: {style:2}})
|
|
|
- }
|
|
|
+ //已经有选客户流程,不能修改
|
|
|
+ this.$msg('客户不能修改');
|
|
|
+ //this.$util.pageTo({ url: '/admin/custom/selectCustom',query: {style:2}})
|
|
|
},
|
|
|
payWayChange(e){
|
|
|
let index = e.detail.value
|