This commit is contained in:
zhangdingyu
2019-09-26 19:33:13 +08:00
parent 48c91d9385
commit b577075990
2 changed files with 59 additions and 2 deletions

View File

@@ -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: '',