加工进度查询
This commit is contained in:
@@ -391,11 +391,11 @@ export default {
|
||||
}))
|
||||
},
|
||||
exportExcel() {
|
||||
if (!this.Group) {
|
||||
this.$message.warning('请选择分组')
|
||||
if (!this.Machine) {
|
||||
this.$message.warning('请选择机床')
|
||||
return
|
||||
}
|
||||
getExport(this.Group).then(res => {
|
||||
getExport(this.Machine).then(res => {
|
||||
console.log(res.data)
|
||||
import('@/vendor/Export2Excel').then(excel => {
|
||||
const tHeader = ['机床', '组号', '图号及规格', '制品名称', '计划数', '材料', '当前工序名']
|
||||
|
||||
Reference in New Issue
Block a user