diff --git a/src/api/business/study/studyFormApply.js b/src/api/business/study/studyFormApply.js new file mode 100644 index 0000000..edc2ab7 --- /dev/null +++ b/src/api/business/study/studyFormApply.js @@ -0,0 +1,134 @@ +import request from '@/utils/request' + +//列表 +export function studyFormApply_list(query) { + return request({ + url: '/system/business/studyFormApply/list', + method: 'get', + params: query + }) +} +//稽查轨迹 +export function studyFormApply_jcgj(query) { + return request({ + url: '/system/business/studyFormApply/jcgjList', + method: 'get', + params: query + }) +} +//签名信息 +export function studyFormApply_qmxx(query) { + return request({ + url: '/system/business/studyFormApply/qmxxList', + method: 'get', + params: query + }) +} + +//详情 +export function studyFormApply_info(query) { + return request({ + url: '/system/business/studyFormApply/info', + method: 'get', + params: query + }) +} + +//加签 +export function studyFormApply_jq(data) { + return request({ + url: '/system/business/studyFormApply/jq', + method: 'post', + data: data + }) +} + +//废止 +export function studyFormApply_fz(data) { + return request({ + url: '/system/business/studyFormApply/fz', + method: 'post', + data: data + }) +} + +//确认废止 +export function studyFormApply_qrfz(data) { + return request({ + url: '/system/business/studyFormApply/qrfz', + method: 'post', + data: data + }) +} + +//更换归属人 +export function studyFormApply_ghgsr(data) { + return request({ + url: '/system/business/studyFormApply/ghgsr', + method: 'post', + data: data + }) +} + +//保存 +export function studyFormApply_bc(data) { + return request({ + url: '/system/business/studyFormApply/bc', + method: 'post', + data: data + }) +} + +//提交 +export function studyFormApply_tj(data) { + return request({ + url: '/system/business/studyFormApply/tj', + method: 'post', + data: data + }) +} + +//观察 +export function studyFormApply_gc(data) { + return request({ + url: '/system/business/studyFormApply/gc', + method: 'post', + data: data + }) +} + +//复核通过 +export function studyFormApply_fhtg(data) { + return request({ + url: '/system/business/studyFormApply/fhtg', + method: 'post', + data: data + }) +} + +//复核拒绝 +export function studyFormApply_fhjj(data) { + return request({ + url: '/system/business/studyFormApply/fhjj', + method: 'post', + data: data + }) +} + +//通过 +export function studyFormApply_tg(data) { + return request({ + url: '/system/business/studyFormApply/tg', + method: 'post', + data: data + }) +} + +//审阅 +export function studyFormApply_sy(data) { + return request({ + url: '/system/business/studyFormApply/sy', + method: 'post', + data: data + }) +} diff --git a/src/lang/en.js b/src/lang/en.js index 6bd5668..d169658 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -21,6 +21,8 @@ import studyFormPre from './en/business/study/studyFormPre' import studyFormFill from './en/business/study/studyFormFill' //计划表单 import studyFormPlan from './en/business/study/studyFormPlan' +//申请表单 +import studyFormApply from './en/business/study/studyFormApply' //表单 import form from './en/business/form/form' @@ -132,7 +134,8 @@ export default { studyEnter: studyEnter, studyFormPre: studyFormPre, studyFormFill: studyFormFill, - studyFormPlan: studyFormPlan + studyFormPlan: studyFormPlan, + studyFormApply: studyFormApply }, form: form } diff --git a/src/lang/en/business/study/studyEnter.js b/src/lang/en/business/study/studyEnter.js index 5056a91..dae3d69 100644 --- a/src/lang/en/business/study/studyEnter.js +++ b/src/lang/en/business/study/studyEnter.js @@ -1,6 +1,7 @@ export default { ytbdlb: 'Form', tbbdlb: 'Record', + sqbdlb: '领取申请单列表', syxx: 'Information', wzlb: 'Resources', syfflb: 'Method', diff --git a/src/lang/en/business/study/studyFormApply.js b/src/lang/en/business/study/studyFormApply.js new file mode 100644 index 0000000..6bc90ba --- /dev/null +++ b/src/lang/en/business/study/studyFormApply.js @@ -0,0 +1,57 @@ +export default { + jcsz:'基础设置', + bdtb:'表单填报', + xzbd:'新增表单', + fh:'复核', + jq:'加签', + ghgsr:'更换归属人', + sy:'审阅', + fz:'废止', + qrfz:'确认废止', + gc:'观察', + bdsm:'表单说明', + zc:'暂存', + next:'下一步', + save:'保存', + submit:'提交', + bdnr:'表单内容', + qmxx:'签名信息', + qmr:'签名人', + qmyy:'签名意义', + qmsj:'签名时间', + bzyy:'备注原因', + jcgj:'稽查轨迹', + cjjl:'创建记录', + sfbl:'是否为补录', + yes:'是', + no:'否', + tjjl:'提交记录', +sqfz:'申请废止', + dcqbjcgj:'导出(全部稽查轨迹)', + dclcjcgj:'导出(流程稽查轨迹)', + dcbjjcgj:'导出(编辑稽查轨迹)', + dcxgjcgj:'导出(修改稽查轨迹)', + dcbhsjgj:'导出(不含数据轨迹)', + + tbz:'填报中', + ytj:'已提交', + ywc:'已完成', + ywcfh:'已完成(经复核)', + ywc:'已完成', + dfz:'待废止', + yfz:'已废止', + + guancha:'观察', + jiaqian:'加签', + qrfz:'确认废止', + reason:'原因', + reject:'拒绝', + approve:'通过', +szqk:'生长情况', +rybg:'人员变更', +shenyue:'审阅', + +fhjj:'复核拒绝', +fhtg:'复核通过', +tongguo:'通过', +} diff --git a/src/lang/zh.js b/src/lang/zh.js index ab6a093..dc63e52 100644 --- a/src/lang/zh.js +++ b/src/lang/zh.js @@ -21,6 +21,8 @@ import studyFormPre from './zh/business/study/studyFormPre' import studyFormFill from './zh/business/study/studyFormFill' //计划表单 import studyFormPlan from './zh/business/study/studyFormPlan' +//申请表单 +import studyFormApply from './zh/business/study/studyFormApply' //表单 import form from './zh/business/form/form' @@ -129,7 +131,8 @@ export default { studyEnter: studyEnter, studyFormPre: studyFormPre, studyFormFill: studyFormFill, - studyFormPlan: studyFormPlan + studyFormPlan: studyFormPlan, + studyFormApply: studyFormApply }, form: form } diff --git a/src/lang/zh/business/study/studyEnter.js b/src/lang/zh/business/study/studyEnter.js index 481d73b..73d3ac7 100644 --- a/src/lang/zh/business/study/studyEnter.js +++ b/src/lang/zh/business/study/studyEnter.js @@ -1,6 +1,7 @@ export default { ytbdlb: '预填表单列表', tbbdlb: '填报表单列表', + sqbdlb: '领取申请单列表', syxx: '试验信息', wzlb: '物资列表', syfflb: '试验方法列表', diff --git a/src/lang/zh/business/study/studyFormApply.js b/src/lang/zh/business/study/studyFormApply.js new file mode 100644 index 0000000..4bd4334 --- /dev/null +++ b/src/lang/zh/business/study/studyFormApply.js @@ -0,0 +1,57 @@ +export default { + jcsz:'基础设置', + bdtb:'表单填报', + xzbd:'新增表单', + fh:'复核', + jq:'加签', + ghgsr:'更换归属人', + sy:'审阅', + fz:'废止', + qrfz:'确认废止', + gc:'观察', + bdsm:'表单说明', + zc:'暂存', + next:'下一步', + save:'保存', + submit:'提交', + bdnr:'表单内容', + qmxx:'签名信息', + qmr:'签名人', + qmyy:'签名意义', + qmsj:'签名时间', + bzyy:'备注原因', + jcgj:'稽查轨迹', + cjjl:'创建记录', + sfbl:'是否为补录', + yes:'是', + no:'否', + tjjl:'提交记录', +sqfz:'申请废止', + dcqbjcgj:'导出(全部稽查轨迹)', + dclcjcgj:'导出(流程稽查轨迹)', + dcbjjcgj:'导出(编辑稽查轨迹)', + dcxgjcgj:'导出(修改稽查轨迹)', + dcbhsjgj:'导出(不含数据轨迹)', + + tbz:'填报中', + ytj:'已提交', + ywc:'已完成', + ywcfh:'已完成(经复核)', + ywc:'已完成', + dfz:'待废止', + yfz:'已废止', + + guancha:'观察', + jiaqian:'加签', + qrfz:'确认废止', + reject:'拒绝', + reason:'原因', + approve:'通过', +szqk:'生长情况', +rybg:'人员变更', +shenyue:'审阅', +fhjj:'复核拒绝', +fhtg:'复核通过', +tongguo:'通过', + +} diff --git a/src/views/business/study/comp/enter.vue b/src/views/business/study/comp/enter.vue index 22e5a9f..344b4c1 100644 --- a/src/views/business/study/comp/enter.vue +++ b/src/views/business/study/comp/enter.vue @@ -11,6 +11,7 @@
+
+
+
+
+
+
+
+