|
@@ -140,11 +140,6 @@ export default {
|
|
|
resetCustomer(){
|
|
resetCustomer(){
|
|
|
this.hasChooseCustomer = false
|
|
this.hasChooseCustomer = false
|
|
|
},
|
|
},
|
|
|
- selectCustomer(info){
|
|
|
|
|
- this.customId = info.id ? parseInt(info.id) : 0
|
|
|
|
|
- this.currentJobId = this.customId
|
|
|
|
|
- this.hasChooseCustomer = true
|
|
|
|
|
- },
|
|
|
|
|
cancelChooseCustomer(){
|
|
cancelChooseCustomer(){
|
|
|
this.hasChooseCustomer = true
|
|
this.hasChooseCustomer = true
|
|
|
},
|
|
},
|