更新
This commit is contained in:
@@ -57,7 +57,7 @@ export function searchTable(machineNumberValue, check2, groupNumberValue, check3
|
||||
}
|
||||
})
|
||||
}
|
||||
export function searchPart(num) {
|
||||
export function searchPart(num, num1) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
@@ -66,7 +66,7 @@ export function searchPart(num) {
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: 'PDM_零件明细表_基本件_查询数据',
|
||||
param: '组件流水号=' + num
|
||||
param: '组件流水号=' + num + '&是否启用=' + num1
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -407,3 +407,16 @@ export function searchBillNumber(num) {
|
||||
}
|
||||
})
|
||||
}
|
||||
export function inPart(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '2',
|
||||
name: '零件分配_解除禁用',
|
||||
param: '基本件流水号=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user