合同请款提醒重做

This commit is contained in:
Vergil
2020-03-26 17:06:38 +08:00
parent 6254e490ba
commit 809d6049ef
2 changed files with 44 additions and 19 deletions

View File

@@ -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: '采购管理_离线合同_更新查看状态_修改数据'
}
})
}