This commit is contained in:
chenjianan
2018-12-15 15:50:58 +08:00
parent 504262a206
commit 7250957ce0
2 changed files with 0 additions and 22 deletions

View File

@@ -1,16 +1,5 @@
import request from '@/utils/request'
// 初始化询价状态
export function initInquiryState() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '采购部采购_询价状态_查询'
}
})
}
// 查询分配后的标准件和外购件
export function searchMaterial(pageCurrent, pageSize, check1, num1, check2, num2, person) {
return request({