rev:库存预警异常
This commit is contained in:
@@ -273,9 +273,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
getFormSelect() {
|
getFormSelect() {
|
||||||
formstruc.getTypes().then((res) => { // 获取分类名称,查询根据分类编码查找对应分支树
|
// formstruc.getTypes().then((res) => { // 获取分类名称,查询根据分类编码查找对应分支树
|
||||||
this.form_types = res
|
// this.form_types = res
|
||||||
})
|
// })
|
||||||
},
|
},
|
||||||
booleanFormat(row, index) {
|
booleanFormat(row, index) {
|
||||||
if (row.has_child) {
|
if (row.has_child) {
|
||||||
|
|||||||
Reference in New Issue
Block a user