This commit is contained in:
bryan sun
2019-12-17 15:31:34 +08:00
9 changed files with 201 additions and 54 deletions

View File

@@ -1,7 +1,7 @@
import request from '@/utils/request'
// 查询询价单号
export function getBillNum(num) {
export function getBillNum() {
return request({
url: '',
method: 'post',

View File

@@ -134,6 +134,17 @@ export function deleteMateriel(num) {
}
})
}
// 查询离线合同编号
export function getBillNum() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '采购管理_创建离线合同编号_查询数据'
}
})
}
// 使用库存
export function changeNum(num, num1, num2, num3, num4) {
return request({