diff --git a/src/api/business/study/studyFormPlan.js b/src/api/business/study/studyFormPlan.js index c827759..b40c70a 100644 --- a/src/api/business/study/studyFormPlan.js +++ b/src/api/business/study/studyFormPlan.js @@ -8,3 +8,95 @@ export function studyFormPlan_list(query) { params: query }) } +//稽查轨迹 +export function studyFormPlan_jcgj(query) { + return request({ + url: '/system/business/studyFormPlan/jcgjList', + method: 'get', + params: query + }) +} +//签名信息 +export function studyFormPlan_qmxx(query) { + return request({ + url: '/system/business/studyFormPlan/qmxxList', + method: 'get', + params: query + }) +} + +//详情 +export function studyFormPlan_info(query) { + return request({ + url: '/system/business/studyFormPlan/info', + method: 'get', + params: query + }) +} + + + +//更换归属人 +export function studyFormPlan_ghgsr(data) { + return request({ + url: '/system/business/studyFormPlan/ghgsr', + method: 'post', + data: data + }) +} + +//保存 +export function studyFormPlan_bc(data) { + return request({ + url: '/system/business/studyFormPlan/bc', + method: 'post', + data: data + }) +} + +//提交 +export function studyFormPlan_tj(data) { + return request({ + url: '/system/business/studyFormPlan/tj', + method: 'post', + data: data + }) +} + + + +//复核通过 +export function studyFormPlan_fhtg(data) { + return request({ + url: '/system/business/studyFormPlan/fhtg', + method: 'post', + data: data + }) +} + +//复核拒绝 +export function studyFormPlan_fhjj(data) { + return request({ + url: '/system/business/studyFormPlan/fhjj', + method: 'post', + data: data + }) +} + +//通过 +export function studyFormPlan_tg(data) { + return request({ + url: '/system/business/studyFormPlan/tg', + method: 'post', + data: data + }) +} + +//审阅 +export function studyFormPlan_sy(data) { + return request({ + url: '/system/business/studyFormPlan/sy', + method: 'post', + data: data + }) +} diff --git a/src/lang/en/business/study/studyFormPlan.js b/src/lang/en/business/study/studyFormPlan.js index 3ad0dd9..91b217f 100644 --- a/src/lang/en/business/study/studyFormPlan.js +++ b/src/lang/en/business/study/studyFormPlan.js @@ -1,12 +1,53 @@ - export default { + jcsz: '基础设置', + bdtb: '表单填报', + xzbd: '新增表单', + fh: '复核', + ghgsr: '更换归属人', + sy: '审阅', + gc: '观察', + bdsm: '表单说明', + zc: '暂存', + next: '下一步', + save: '保存', + submit: '提交', + bdnr: '表单内容', + qmxx: '签名信息', + qmr: '签名人', + qmyy: '签名意义', + qmsj: '签名时间', + bzyy: '备注原因', + jcgj: '稽查轨迹', + cjjl: '创建记录', + yes: '是', + no: '否', + tjjl: '提交记录', + dcqbjcgj: '导出(全部稽查轨迹)', + dclcjcgj: '导出(流程稽查轨迹)', + dcbjjcgj: '导出(编辑稽查轨迹)', + dcxgjcgj: '导出(修改稽查轨迹)', + dcbhsjgj: '导出(不含数据轨迹)', + rybg: '人员变更', + + tbz: '填报中', + ytj: '已提交', + ywcfh: '已完成(经复核)', + ywc: '已完成', + + reject: '拒绝', + reason: '原因', + approve: '通过', + shenyue: '审阅', + fhjj: '复核拒绝', + fhtg: '复核通过', + tongguo: '通过', syxx: '试验信息', symc: '试验名称', sybh: '试验编号', syfzr: '试验负责人', - sdsy: '锁定试验', cjsj: '创建时间', + sdsy: '锁定试验', syjj: '试验简介', -xz:'新增配置计划表', -syxkxx:'试验学科信息' + xz: '新增配置计划表', + syxkxx: '试验学科信息' } diff --git a/src/lang/zh/business/study/studyFormPlan.js b/src/lang/zh/business/study/studyFormPlan.js index 1550a65..2e9d5b5 100644 --- a/src/lang/zh/business/study/studyFormPlan.js +++ b/src/lang/zh/business/study/studyFormPlan.js @@ -1,4 +1,45 @@ export default { + jcsz: '基础设置', + bdtb: '表单填报', + xzbd: '新增表单', + fh: '复核', + ghgsr: '更换归属人', + sy: '审阅', + gc: '观察', + bdsm: '表单说明', + zc: '暂存', + next: '下一步', + save: '保存', + submit: '提交', + bdnr: '表单内容', + qmxx: '签名信息', + qmr: '签名人', + qmyy: '签名意义', + qmsj: '签名时间', + bzyy: '备注原因', + jcgj: '稽查轨迹', + cjjl: '创建记录', + yes: '是', + no: '否', + tjjl: '提交记录', + dcqbjcgj: '导出(全部稽查轨迹)', + dclcjcgj: '导出(流程稽查轨迹)', + dcbjjcgj: '导出(编辑稽查轨迹)', + dcxgjcgj: '导出(修改稽查轨迹)', + dcbhsjgj: '导出(不含数据轨迹)', + rybg: '人员变更', + tbz: '填报中', + ytj: '已提交', + ywcfh: '已完成(经复核)', + ywc: '已完成', + + reject: '拒绝', + reason: '原因', + approve: '通过', + shenyue: '审阅', + fhjj: '复核拒绝', + fhtg: '复核通过', + tongguo: '通过', syxx: '试验信息', symc: '试验名称', sybh: '试验编号', @@ -6,6 +47,6 @@ export default { cjsj: '创建时间', sdsy: '锁定试验', syjj: '试验简介', -xz:'新增配置计划表', -syxkxx:'试验学科信息' + xz: '新增配置计划表', + syxkxx: '试验学科信息' } diff --git a/src/views/business/study/comp/jhbd/Bj.vue b/src/views/business/study/comp/jhbd/Bj.vue new file mode 100644 index 0000000..3ccbec2 --- /dev/null +++ b/src/views/business/study/comp/jhbd/Bj.vue @@ -0,0 +1,234 @@ +G + + diff --git a/src/views/business/study/comp/jhbd/Fh.vue b/src/views/business/study/comp/jhbd/Fh.vue new file mode 100644 index 0000000..4691a9a --- /dev/null +++ b/src/views/business/study/comp/jhbd/Fh.vue @@ -0,0 +1,268 @@ +G + + diff --git a/src/views/business/study/comp/jhbd/Ghgsr.vue b/src/views/business/study/comp/jhbd/Ghgsr.vue new file mode 100644 index 0000000..062e30e --- /dev/null +++ b/src/views/business/study/comp/jhbd/Ghgsr.vue @@ -0,0 +1,126 @@ +G + + diff --git a/src/views/business/study/comp/jhbd/Sy.vue b/src/views/business/study/comp/jhbd/Sy.vue new file mode 100644 index 0000000..22f10f4 --- /dev/null +++ b/src/views/business/study/comp/jhbd/Sy.vue @@ -0,0 +1,215 @@ +G + + diff --git a/src/views/business/study/comp/jhbd/Xq.vue b/src/views/business/study/comp/jhbd/Xq.vue new file mode 100644 index 0000000..60bc924 --- /dev/null +++ b/src/views/business/study/comp/jhbd/Xq.vue @@ -0,0 +1,260 @@ +G + + diff --git a/src/views/business/study/comp/jhbdList.vue b/src/views/business/study/comp/jhbdList.vue index 9c58b97..5f32140 100644 --- a/src/views/business/study/comp/jhbdList.vue +++ b/src/views/business/study/comp/jhbdList.vue @@ -1,24 +1,24 @@