feat:样品标签打印
This commit is contained in:
23
nx/api/report.js
Normal file
23
nx/api/report.js
Normal file
@@ -0,0 +1,23 @@
|
||||
import request from '@/nx/request'
|
||||
|
||||
export const getBusinessSubSample = id => {
|
||||
return request({
|
||||
url: '/qms/business-sub-sample/get',
|
||||
method: 'get',
|
||||
params: {
|
||||
id
|
||||
}
|
||||
})
|
||||
}
|
||||
export const getConfigReportTemplateByKey = params => {
|
||||
return request({
|
||||
url: '/qms/config-report-template/getByKey',
|
||||
method: 'GET',
|
||||
params: params
|
||||
})
|
||||
}
|
||||
|
||||
export default {
|
||||
getBusinessSubSample,
|
||||
getConfigReportTemplateByKey
|
||||
}
|
||||
Reference in New Issue
Block a user