Commit 0033db70 by 米嘉伟

feat(*):权限,报表迁移

parent 2f2104eb
......@@ -11,11 +11,11 @@ import HttpConfigUtil from '../../request/HttpConfigUtil.js'
const _path = {
// 获取查询与认定用户列表
userList: addrType.api + '/queryque/allUser',
userList: addrType.security + '/users',
}
export default {
// 获取查询与认定用户列表
userList(_parameter) {
return fHttp.postJson(_path.userList, _parameter)
return fHttp.get(_path.userList, _parameter)
}
}
/*
* @Author: your name
* @Date: 2022-01-14 17:54:48
* @LastEditTime: 2022-01-14 18:40:52
* @LastEditTime: 2022-04-14 23:42:10
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \founder_vue\src\views\tjbb\tjbb.js
*/
import i18n from '@/i18n/index.js'
const cjxxmb = [
{
label: "采集时间:",
type: "month",
fomat: "yyyy-MM",
id: "sj",
placeholder: "请选择",
label: i18n.tc('Tjbb.acquisition_time'),
type: 'month',
fomat: 'yyyy-MM',
id: 'sj',
placeholder: i18n.tc('Common.please_select')
},
{
label: "采集单位:",
type: "cascader",
id: "unitcode",
placeholder: "选择日期",
label: i18n.tc('Tjbb.collection_unit'),
type: 'cascader',
id: 'unitcode',
placeholder: i18n.tc('Tjbb.select_date')
},
{
label: "采集方式:",
type: "select",
id: "code",
label: i18n.tc('Tjbb.collection_way'),
type: 'select',
id: 'code',
selectList: [
{
name: "捺印指纹",
value: "1",
name: i18n.tc('Tjbb.fingerprint_printing'),
value: '1'
},
{
name: "现场指纹",
value: "2",
},
],
name: i18n.tc('Daxxk.scene_fingerprint'),
value: '2'
}
]
}
]
const ajxxmb = [
{
label: "捺印日期:",
type: "dateValue",
fomat: "yyyy-MM-dd",
id: "tqsj",
placeholder: "选择日期",
label: i18n.tc('Tjbb.stamp_date'),
type: 'dateValue',
fomat: 'yyyy-MM-dd',
id: 'tqsj',
placeholder: i18n.tc('Tjbb.select_date')
},
// {
// label: "入库时间:",
......@@ -53,10 +54,10 @@ const ajxxmb = [
// placeholder: "选择日期",
// },
{
label: "采集单位:",
type: "cascader",
id: "unitcode",
placeholder: "选择日期",
label: i18n.tc('Tjbb.collection_unit'),
type: 'cascader',
id: 'unitcode',
placeholder: i18n.tc('Tjbb.select_date')
},
// {
// label: "采集方式:",
......@@ -65,58 +66,58 @@ const ajxxmb = [
// placeholder: "请输入采集方式",
// },
{
label: "案事件编号:",
type: "input",
id: "asjbh",
placeholder: "请输入案事件编号",
label: i18n.tc('Tjbb.case_event_No'),
type: 'input',
id: 'asjbh',
placeholder: i18n.tc('FptxDr.input_case_number')
},
{
label: "勘验编号:",
type: "input",
id: "kybh",
placeholder: "请输入勘验编号",
},
label: i18n.tc('Tjbb.inspection_No'),
type: 'input',
id: 'kybh',
placeholder: i18n.tc('Tjbb.please_input_inspection_No')
}
]
const dsbzmb = [
{
label: "起止时间:",
type: "dateValue",
fomat: "yyyy-MM-dd",
id: "qzsj",
label: i18n.tc('Tjbb.start_end_time'),
type: 'dateValue',
fomat: 'yyyy-MM-dd',
id: 'qzsj'
},
{
label: "查询类型:",
type: "select",
label: i18n.tc('Tjbb.query_type'),
type: 'select',
col: '10',
selectList: [
{
name: "倒查",
value: "1",
name: i18n.tc('Common.TL'),
value: '1'
},
{
name: "正查",
value: "2",
},
name: i18n.tc('Common.LT'),
value: '2'
}
],
id: "cxlx",
id: 'cxlx'
},
{
label: "源条码号:",
type: "input",
id: "ytmh",
placeholder: "请输入源条码号",
label: i18n.tc('Tjbb.source_barcode_No'),
type: 'input',
id: 'ytmh',
placeholder: i18n.tc('Bzxxgl.please_enter_source_barcode')
},
{
label: "目标条码号:",
type: "input",
id: "mbtmh",
placeholder: "请输入目标条码号",
label: i18n.tc('Tjbb.target_barcode_No'),
type: 'input',
id: 'mbtmh',
placeholder: i18n.tc('Bzxxgl.please_enter_target_barcode')
},
{
label: "认定单位:",
type: "cascader",
id: "rddw",
},
label: i18n.tc('Tjbb.recognized_by'),
type: 'cascader',
id: 'rddw'
}
]
export {
cjxxmb,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment