外协厂家效率

This commit is contained in:
Vergil
2020-02-19 16:59:42 +08:00
parent 529f652458
commit 76cd3222e2
2 changed files with 83 additions and 12 deletions

View File

@@ -45,3 +45,15 @@ export function getExport(check, supplierNameValue, check1, MaterialsValue, chec
}
})
}
export function search1() {
return request({
url: '',
method: 'post',
data: {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: '车间生产管理_外协厂家效率图表_查询'
}
})
}