Commit 0c4ad817 authored by renjintao's avatar renjintao

物料管理 masterData

parent 179b1f0c
......@@ -79,7 +79,7 @@ export default {
click: () => this.details(params.row)
}
},
!params.row.code ? "未分配" : params.row.code
!params.row.code || params.row.code == 0 ? "未分配" : params.row.code
);
}
},
......@@ -344,6 +344,7 @@ export default {
ok() {
this.$refs.grid.reload(this.easySearch);
this.modal = false;
this.ModalIm = false;
this.curId = 0;
},
cancel() {
......@@ -365,7 +366,6 @@ export default {
},
getData(val) {
let url = `${material}/materialimportservice/import`;
alert(JSON.stringify(this.cols))
this.$refs.importExcel.deelData(url, this.cols, this.formatMethod(val))
},
//根据页面二次处理数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment