合同请款提醒重做
This commit is contained in:
@@ -113,3 +113,28 @@ export function searchPurchaseContract(check1, check, num) {
|
||||
}
|
||||
})
|
||||
}
|
||||
// 请款审批查看状态
|
||||
export function RequestFund() {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '采购管理_离线合同_请款查看状态_查询数据'
|
||||
}
|
||||
})
|
||||
}
|
||||
export function setChakan2() {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '2',
|
||||
name: '采购管理_离线合同_更新查看状态_修改数据'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user