Commit c60eed6b authored by 沈翠玲's avatar 沈翠玲

修改工序检测模版

parent f8f3f8da
...@@ -327,6 +327,7 @@ export default { ...@@ -327,6 +327,7 @@ export default {
templateName: null, templateName: null,
itemTypeId: null, itemTypeId: null,
itemTypeName: null, itemTypeName: null,
itemTypeCode: null,
qcType: 'IPQC', qcType: 'IPQC',
processId:null, processId:null,
processName: null, processName: null,
...@@ -427,6 +428,7 @@ export default { ...@@ -427,6 +428,7 @@ export default {
/** 查询分类下拉树结构 */ /** 查询分类下拉树结构 */
getTreeselect() { getTreeselect() {
treeselect().then(response => { treeselect().then(response => {
console.log('response.data', response.data)
this.itemTypeOptions = response.data; this.itemTypeOptions = response.data;
}); });
}, },
...@@ -509,6 +511,7 @@ export default { ...@@ -509,6 +511,7 @@ export default {
}, },
onItemTypeSelected(obj) { onItemTypeSelected(obj) {
this.form.itemTypeName = obj.label; this.form.itemTypeName = obj.label;
this.form.itemTypeCode = obj.itemTypeCode
}, },
// 文件上传中处理 // 文件上传中处理
handleFileUploadProgress(event, file, fileList) { handleFileUploadProgress(event, file, fileList) {
......
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