加工进度查询

This commit is contained in:
chenjianan
2019-06-05 11:04:40 +08:00
parent c9a53c6049
commit 13d9ed148a
3 changed files with 5 additions and 4 deletions

View File

@@ -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 = ['机床', '组号', '图号及规格', '制品名称', '计划数', '材料', '当前工序名']