|
|
@@ -230,7 +230,7 @@ export default {
|
|
|
printSelectList:'',
|
|
|
orderMsg:'',
|
|
|
number: 0,
|
|
|
- customId:591,
|
|
|
+ customId:0,
|
|
|
customInfoList:[],
|
|
|
loading: false,
|
|
|
selectCustomName:'',
|
|
|
@@ -239,7 +239,7 @@ export default {
|
|
|
},
|
|
|
mixins: [productMins],
|
|
|
created() {
|
|
|
- this.selectJobId = 591
|
|
|
+
|
|
|
},
|
|
|
mounted() {
|
|
|
if(this.customId == 0){
|
|
|
@@ -322,9 +322,10 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
searchSelectCustom(e){
|
|
|
- this.customId = e
|
|
|
- this.$nextTick(()=>{
|
|
|
- this.$refs['itemSearchRef'].focus()
|
|
|
+ this.customId = e
|
|
|
+ this.selectJobId = e
|
|
|
+ this.$nextTick(()=>{
|
|
|
+ this.$refs['itemSearchRef'].focus()
|
|
|
})
|
|
|
},
|
|
|
searchCustomInfo(query) {
|