This commit is contained in:
liushuai
2020-01-04 09:47:22 +08:00
parent 293aef4215
commit 72b3a537e8
5 changed files with 34 additions and 6 deletions

View File

@@ -21,6 +21,16 @@ export function AddGonghuoshang(num) {
}
})
}
export function Add(num) {
return request({
url: '',
method: 'post',
data: {
type: '4',
name: `insert into dbo.库存管理_供货商 (供货商) VALUES(\'${num}\')`
}
})
}
export function initDepartmentName() {
return request({
url: '',