feat: There is no way the, #55969 #55973 企标顺序号相关逻辑

This commit is contained in:
396572590@qq.com
2022-07-03 18:01:50 +08:00
parent 099b4c8b33
commit 06b91f15ff
6 changed files with 1125 additions and 22 deletions
+8
View File
@@ -93,6 +93,14 @@ export function processCreateBuss (data) {
})
}
export function verifySnExists (data) {
return axios({
url: '/api/sarBussStandSn/sar-buss-stand-sn/verifySnExists',
method: 'get',
params: data
})
}
export function processCreatePlan (data) {
return axios({
url: '/api/lawss/actSarItemsPlan/processCreatePlan',