给系统配置里面的多级审核增加下拉框
This commit is contained in:
@@ -293,6 +293,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
//校验是否存在盘点插件
|
||||||
|
getAction('/plugin/checkByPluginId', { pluginIds: 'stock-check' }).then((res)=> {
|
||||||
|
if (res.code === 200) {
|
||||||
|
if(res.data) {
|
||||||
|
this.billTypeList.push({ 'key': 'PDLR', 'value': '盘点录入' }, { 'key': 'PDFP', 'value': '盘点复盘' })
|
||||||
//校验是否存在生产插件
|
//校验是否存在生产插件
|
||||||
getAction('/plugin/checkByPluginId', { pluginIds: 'produce' }).then((res)=> {
|
getAction('/plugin/checkByPluginId', { pluginIds: 'produce' }).then((res)=> {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
@@ -301,6 +306,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
handleOk () {
|
handleOk () {
|
||||||
const that = this;
|
const that = this;
|
||||||
|
|||||||
Reference in New Issue
Block a user