接口
This commit is contained in:
@@ -113,8 +113,8 @@
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
import {getDate} from '@/utils/utils.js'
|
||||
const currentDate = getDate({format: true})
|
||||
import {queryGroupQuality, queryBoxType} from '@/utils/mork2.js'
|
||||
import {confirmBox} from '@/utils/getData2.js'
|
||||
// import {queryGroupQuality, queryBoxType} from '@/utils/mork2.js'
|
||||
import {queryGroupQuality, queryBoxType, confirmBox} from '@/utils/getData2.js'
|
||||
export default {
|
||||
components: {
|
||||
NavBar,
|
||||
@@ -226,7 +226,7 @@
|
||||
}
|
||||
},
|
||||
labelPrint () {
|
||||
this.disabled = true
|
||||
this.disabled1 = true
|
||||
let data = Object.assign({}, this.materialData, this.suppData, {pcsn: this.pcsn, produce_time: this.date, bake_num: this.num})
|
||||
this.toPrint(data)
|
||||
},
|
||||
@@ -240,7 +240,7 @@
|
||||
icon: 'none',
|
||||
duration: 5000
|
||||
})
|
||||
this.disabled = false
|
||||
this.disabled1 = false
|
||||
return
|
||||
}
|
||||
LODOP.SET_SHOW_MODE('HIDE_DISBUTTIN_SETUP', 1)// 隐藏那些无效按钮
|
||||
@@ -272,6 +272,7 @@
|
||||
title: '打印成功',
|
||||
icon: 'none'
|
||||
})
|
||||
this.disabled1 = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user