a
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export function AddGonghuoshang(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '4',
|
||||
name: `insert into dbo.库存管理_供货商 (供货商) VALUES(\'${num}\')`
|
||||
}
|
||||
})
|
||||
}
|
||||
export function initDepartmentName() {
|
||||
return request({
|
||||
url: '',
|
||||
|
||||
Reference in New Issue
Block a user