This commit is contained in:
caoxinyu
2019-09-29 17:37:37 +08:00
10 changed files with 221 additions and 49 deletions

View File

@@ -1,5 +1,16 @@
import request from '@/utils/request'
export function getSupplier1(check, num) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '库存管理_供货商_查询数据_根据条件',
param: '供货商_check=' + check + '=int&供货商=' + num
}
})
}
export function AddGonghuoshang(num) {
return request({
url: '',