|
|
|
@ -964,14 +964,12 @@ CREATE TABLE IF NOT EXISTS `thr_inv_order_detail`
|
|
|
|
|
INSERT ignore INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`,
|
|
|
|
|
`create_time`, `update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (2086, '出入库明细', 1608, 8, 'thrInvOrder', NULL, NULL, 1, 0, 'M', '0', '0', NULL, '', '超级用户',
|
|
|
|
|
'2024-02-28 11:47:10',
|
|
|
|
|
VALUES (2086, '出入库明细', 1608, 8, 'thrInvOrder', NULL, NULL, 1, 0, 'M', '0', '0', NULL, '', '超级用户', '2024-02-28 11:47:10',
|
|
|
|
|
NULL, NULL, NULL);
|
|
|
|
|
INSERT ignore INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`,
|
|
|
|
|
`create_time`, `update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (2087, '出入库查询', 2086, 1, 'thirdSys/invOrder/thrInvOrder', 'thirdSys/invOrder/thrInvOrder', NULL, 1, 0, 'C',
|
|
|
|
|
'0',
|
|
|
|
|
VALUES (2087, '出入库查询', 2086, 1, 'thirdSys/invOrder/thrInvOrder', 'thirdSys/invOrder/thrInvOrder', NULL, 1, 0, 'C', '0',
|
|
|
|
|
'0', 'thirdSys:invOrder:thrInvOrder', NULL, '超级用户', '2024-02-28 11:51:21', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
UPDATE auth_menu
|
|
|
|
@ -998,23 +996,19 @@ WHERE `menu_id` = 2087;
|
|
|
|
|
INSERT ignore INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`,
|
|
|
|
|
`create_time`, `update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (2088, '普耗出入库明细', 2086, 1, 'thirdSys/invOrder/thrInvPhOrder', 'thirdSys/invOrder/thrInvPhOrder', NULL, 1,
|
|
|
|
|
0, 'C',
|
|
|
|
|
VALUES (2088, '普耗出入库明细', 2086, 1, 'thirdSys/invOrder/thrInvPhOrder', 'thirdSys/invOrder/thrInvPhOrder', NULL, 1, 0, 'C',
|
|
|
|
|
'0', '0', 'thirdSys:invOrder:thrInvPhOrder', NULL, '超级用户', '2024-02-28 11:51:21', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT ignore INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`,
|
|
|
|
|
`create_time`, `update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (2089, '高耗出入库明细', 2086, 1, 'thirdSys/invOrder/thrInvGhOrder', 'thirdSys/invOrder/thrInvGhOrder', NULL, 1,
|
|
|
|
|
0, 'C',
|
|
|
|
|
VALUES (2089, '高耗出入库明细', 2086, 1, 'thirdSys/invOrder/thrInvGhOrder', 'thirdSys/invOrder/thrInvGhOrder', NULL, 1, 0, 'C',
|
|
|
|
|
'0', '0', 'thirdSys:invOrder:thrInvGhOrder', NULL, '超级用户', '2024-02-28 11:51:21', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_inv_order', 'sourceType',
|
|
|
|
|
' int(0) NULL DEFAULT NULL COMMENT ''来源类型,1收费,2普耗,3高耗'' AFTER `remark`', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_inv_order', 'exMsg', ' text NULL DEFAULT NULL COMMENT ''单据异常信息'' AFTER `remark`',
|
|
|
|
|
1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_inv_order', 'skProject', ' int(0) NULL DEFAULT NULL COMMENT ''是否组套'' AFTER `remark`',
|
|
|
|
|
1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_inv_order', 'exMsg', ' text NULL DEFAULT NULL COMMENT ''单据异常信息'' AFTER `remark`', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_inv_order', 'skProject', ' int(0) NULL DEFAULT NULL COMMENT ''是否组套'' AFTER `remark`', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_inv_order_detail', 'udiCode',
|
|
|
|
|
' varchar(255) NULL DEFAULT NULL COMMENT ''udiCode'' AFTER `remark`', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_inv_order_detail', 'serialNo',
|
|
|
|
@ -1037,8 +1031,7 @@ CALL Pro_Temp_ColumnWork('basic_sk_project_detail', 'thrName',
|
|
|
|
|
|
|
|
|
|
INSERT ignore INTO thr_system_detail(`id`, `name`, `key`, `value`, `enabled`, `guideUrl`, `remark`, `thirdSysFk`,
|
|
|
|
|
`itrCache`, `fromType`, `time`, `dlLastTime`)
|
|
|
|
|
VALUES (75, '收费出入库明细下载', 'invSfOrderUrl', '/udiwms/erp/inv/getInvSfResult', 1, '1', '', 'thirdId', 1, 3, 1440,
|
|
|
|
|
NULL);
|
|
|
|
|
VALUES (75, '收费出入库明细下载', 'invSfOrderUrl', '/udiwms/erp/inv/getInvSfResult', 1, '1', '', 'thirdId', 1, 3, 1440, NULL);
|
|
|
|
|
INSERT ignore INTO thr_system_detail(`id`, `name`, `key`, `value`, `enabled`, `guideUrl`, `remark`, `thirdSysFk`,
|
|
|
|
|
`itrCache`, `fromType`, `time`, `dlLastTime`)
|
|
|
|
|
VALUES (76, '收费出入库明细下载', 'invSfOrderUrl', '', 1, '1', '', 'thirdId1', 1, 3, NULL, NULL);
|
|
|
|
@ -1054,8 +1047,7 @@ VALUES (79, '收费出入库明细下载', 'invSfOrderUrl', '', 1, '1', '', 'thi
|
|
|
|
|
|
|
|
|
|
INSERT ignore INTO thr_system_detail(`id`, `name`, `key`, `value`, `enabled`, `guideUrl`, `remark`, `thirdSysFk`,
|
|
|
|
|
`itrCache`, `fromType`, `time`, `dlLastTime`)
|
|
|
|
|
VALUES (90, '普耗出入库明细下载', 'invPhOrderUrl', '/udiwms/erp/inv/getInvPhResult', 1, '1', '', 'thirdId', 1, 3, 1440,
|
|
|
|
|
NULL);
|
|
|
|
|
VALUES (90, '普耗出入库明细下载', 'invPhOrderUrl', '/udiwms/erp/inv/getInvPhResult', 1, '1', '', 'thirdId', 1, 3, 1440, NULL);
|
|
|
|
|
INSERT ignore INTO thr_system_detail(`id`, `name`, `key`, `value`, `enabled`, `guideUrl`, `remark`, `thirdSysFk`,
|
|
|
|
|
`itrCache`, `fromType`, `time`, `dlLastTime`)
|
|
|
|
|
VALUES (91, '普耗出入库明细下载', 'invPhOrderUrl', '', 1, '1', '', 'thirdId1', 1, 3, NULL, NULL);
|
|
|
|
@ -1072,8 +1064,7 @@ VALUES (94, '普耗出入库明细下载', 'invPhOrderUrl', '', 1, '1', '', 'thi
|
|
|
|
|
|
|
|
|
|
INSERT ignore INTO thr_system_detail(`id`, `name`, `key`, `value`, `enabled`, `guideUrl`, `remark`, `thirdSysFk`,
|
|
|
|
|
`itrCache`, `fromType`, `time`, `dlLastTime`)
|
|
|
|
|
VALUES (95, '高耗出入库明细下载', 'invGhOrderUrl', '/udiwms/erp/inv/getInvGhResult', 1, '1', '', 'thirdId', 1, 3, 1440,
|
|
|
|
|
NULL);
|
|
|
|
|
VALUES (95, '高耗出入库明细下载', 'invGhOrderUrl', '/udiwms/erp/inv/getInvGhResult', 1, '1', '', 'thirdId', 1, 3, 1440, NULL);
|
|
|
|
|
INSERT ignore INTO thr_system_detail(`id`, `name`, `key`, `value`, `enabled`, `guideUrl`, `remark`, `thirdSysFk`,
|
|
|
|
|
`itrCache`, `fromType`, `time`, `dlLastTime`)
|
|
|
|
|
VALUES (96, '高耗出入库明细下载', 'invGhOrderUrl', '', 1, '1', '', 'thirdId1', 1, 3, NULL, NULL);
|
|
|
|
@ -1095,38 +1086,30 @@ CALL Pro_Temp_ColumnWork('inv_product', 'inBatchNo', ' varchar(30) NULL DEFAULT
|
|
|
|
|
|
|
|
|
|
INSERT ignore INTO `sys_param_config`(`id`, `parentId`, `paramName`, `paramKey`, `paramValue`, `paramStatus`,
|
|
|
|
|
`paramType`, `paramExplain`, `updateTime`)
|
|
|
|
|
VALUES (200320, 0, '普耗/收费出库先进先出', 'phfee_batchno_fifo', '1', 1, 0,
|
|
|
|
|
'第三方普耗/收费出库是否按照批号先进先出先进先出', '2024-03-07 15:20:35');
|
|
|
|
|
VALUES (200320, 0, '普耗/收费出库先进先出', 'phfee_batchno_fifo', '1', 1, 0, '第三方普耗/收费出库是否按照批号先进先出先进先出', '2024-03-07 15:20:35');
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_bussiness_type', 'vailInvBatchNo',
|
|
|
|
|
'tinyint NULL DEFAULT NULL COMMENT ''是否允许库存批次号先进先出''', 1);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('io_code_temp', 'errUdiCode',
|
|
|
|
|
'varchar(255) NULL DEFAULT NULL COMMENT ''去掉错误符号异常UDI码''', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('io_code', 'errUdiCode', 'varchar(255) NULL DEFAULT NULL COMMENT ''去掉错误符号异常UDI码''',
|
|
|
|
|
1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_system_bus_api', 'fromCorp',
|
|
|
|
|
'varchar(255) NULL DEFAULT NULL COMMENT ''配置默认往来单位''', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('io_code_temp', 'errUdiCode', 'varchar(255) NULL DEFAULT NULL COMMENT ''去掉错误符号异常UDI码''', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('io_code', 'errUdiCode', 'varchar(255) NULL DEFAULT NULL COMMENT ''去掉错误符号异常UDI码''', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_system_bus_api', 'fromCorp', 'varchar(255) NULL DEFAULT NULL COMMENT ''配置默认往来单位''', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('thr_inv_order', 'fromCorp', 'varchar(255) NULL DEFAULT NULL COMMENT ''配置默认往来单位''', 1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO `sys_param_config`(`id`, `parentId`, `paramName`, `paramKey`, `paramValue`, `paramStatus`,
|
|
|
|
|
`paramType`, `paramExplain`, `updateTime`)
|
|
|
|
|
VALUES (200321, 0, '收费出库是否过滤高值耗材', 'fee_out_filter_hight', '0', 1, 0, '收费出库是否过滤高值耗材',
|
|
|
|
|
'2024-03-13 09:50:48');
|
|
|
|
|
VALUES (200321, 0, '收费出库是否过滤高值耗材', 'fee_out_filter_hight', '0', 1, 0, '收费出库是否过滤高值耗材', '2024-03-13 09:50:48');
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO `sys_param_config`(`id`, `parentId`, `paramName`, `paramKey`, `paramValue`, `paramStatus`,
|
|
|
|
|
`paramType`, `paramExplain`, `updateTime`)
|
|
|
|
|
VALUES (200322, 0, '收费出库是否过滤一对多', 'fee_out_filter_cp', '0', 1, 0, '收费出库是否过滤1对多的耗材',
|
|
|
|
|
'2024-03-13 11:04:02');
|
|
|
|
|
VALUES (200322, 0, '收费出库是否过滤一对多', 'fee_out_filter_cp', '0', 1, 0, '收费出库是否过滤1对多的耗材', '2024-03-13 11:04:02');
|
|
|
|
|
INSERT IGNORE INTO `sys_param_config`(`id`, `parentId`, `paramName`, `paramKey`, `paramValue`, `paramStatus`,
|
|
|
|
|
`paramType`, `paramExplain`, `updateTime`)
|
|
|
|
|
VALUES (200323, 0, '收费出库是否自动生成单据', 'fee_out_auto_gen', '0', 1, 0, '收费出库是否自动生成单据',
|
|
|
|
|
'2024-03-13 11:04:02');
|
|
|
|
|
VALUES (200323, 0, '收费出库是否自动生成单据', 'fee_out_auto_gen', '0', 1, 0, '收费出库是否自动生成单据', '2024-03-13 11:04:02');
|
|
|
|
|
INSERT IGNORE INTO `sys_param_config`(`id`, `parentId`, `paramName`, `paramKey`, `paramValue`, `paramStatus`,
|
|
|
|
|
`paramType`, `paramExplain`, `updateTime`)
|
|
|
|
|
VALUES (200325, 0, '高耗出库是否自动生成单据', 'gh_out_auto_gen', '0', 1, 0, '高耗出库是否自动生成单据',
|
|
|
|
|
'2024-03-20 10:23:42');
|
|
|
|
|
VALUES (200325, 0, '高耗出库是否自动生成单据', 'gh_out_auto_gen', '0', 1, 0, '高耗出库是否自动生成单据', '2024-03-20 10:23:42');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('io_order', 'fromPatientCode',
|
|
|
|
@ -1215,8 +1198,7 @@ CREATE TABLE if not exists `sys_approval_flow_config_mx`
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`,
|
|
|
|
|
`create_time`, `update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (2090, '审批配置', 1643, 7, 'basic/approval/SysApprovalFlowConfig', 'basic/approval/SysApprovalFlowConfig', NULL,
|
|
|
|
|
1,
|
|
|
|
|
VALUES (2090, '审批配置', 1643, 7, 'basic/approval/SysApprovalFlowConfig', 'basic/approval/SysApprovalFlowConfig', NULL, 1,
|
|
|
|
|
0, 'C', '0', '0', NULL, NULL, '超级用户', '2024-03-14 09:57:58', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_approval_flow_config(`id`, `type`, `typeName`, `approvalSort`, `createUser`, `createTime`,
|
|
|
|
@ -1536,8 +1518,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38001, 19, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1547,8 +1528,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38002, 25, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1557,8 +1537,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38003, 25, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38003, 25, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1567,8 +1546,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38004, 21, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1577,8 +1555,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38005, 23, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38005, 23, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1587,8 +1564,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38006, 23, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1596,8 +1572,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38007, 27, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38007, 27, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1606,8 +1581,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38008, 27, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1615,8 +1589,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38009, 29, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38009, 29, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1625,8 +1598,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38010, 29, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1634,8 +1606,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38011, 31, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38011, 31, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1644,8 +1615,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38012, 31, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1653,8 +1623,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38013, 33, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38013, 33, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1663,8 +1632,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38014, 33, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1672,8 +1640,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38015, 33, '1', 1, 'flowAuditByName', '流程审核人', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38015, 33, '1', 1, 'flowAuditByName', '流程审核人', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1705,8 +1672,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38018, 35, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38018, 35, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1715,8 +1681,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38019, 35, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1724,8 +1689,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38021, 37, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38021, 37, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1734,8 +1698,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38020, 37, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1744,8 +1707,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38022, 39, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1753,8 +1715,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38023, 39, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38023, 39, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1763,8 +1724,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38024, 42, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1772,8 +1732,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38025, 42, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38025, 42, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1791,8 +1750,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38027, 44, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1800,8 +1758,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38028, 44, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38028, 44, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1810,8 +1767,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38029, 46, '1', 1, 'flowStatus', '流程单据状态', 'eltag', '', NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL,
|
|
|
|
|
'{\"1\":\"草稿\",\"2\":\"未审核\",\"3\":\"已审核\",\"4\":\"已拒绝\"}', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1819,8 +1775,7 @@ INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`,
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (38030, 46, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (38030, 46, '1', 1, 'flowAuditTime', '流程审核时间', 'text', NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_custom_config_detail(`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -1842,8 +1797,7 @@ CALL Pro_Temp_ColumnWork('device_change_order_item', 'remark',
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`,
|
|
|
|
|
`create_time`, `update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (2091, '字典管理', 1, 8, 'dict', 'system/dict/index', NULL, 1, 0, 'C', '0', '0', 'system:dict:list', NULL,
|
|
|
|
|
'超级用户',
|
|
|
|
|
VALUES (2091, '字典管理', 1, 8, 'dict', 'system/dict/index', NULL, 1, 0, 'C', '0', '0', 'system:dict:list', NULL, '超级用户',
|
|
|
|
|
'2024-03-19 14:58:35', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1879,8 +1833,7 @@ VALUES (9, '相关人员类别', 'device_user_type', '0', 'admin', '2024-03-20 1
|
|
|
|
|
insert IGNORE into sys_dict_data
|
|
|
|
|
values (11, 1, '维护员', '1', 'device_user_type', '', 'primary', 'Y', '0', 'admin', sysdate(), '', null, '维护人员');
|
|
|
|
|
insert IGNORE into sys_dict_data
|
|
|
|
|
values (12, 2, '厂家技术支持', '2', 'device_user_type', '', 'primary', 'N', '0', 'admin', sysdate(), '', null,
|
|
|
|
|
'厂家技术支持人员');
|
|
|
|
|
values (12, 2, '厂家技术支持', '2', 'device_user_type', '', 'primary', 'N', '0', 'admin', sysdate(), '', null, '厂家技术支持人员');
|
|
|
|
|
insert IGNORE into sys_dict_data
|
|
|
|
|
values (13, 3, '操作员', '3', 'device_user_type', '', 'primary', 'N', '0', 'admin', sysdate(), '', null, '操作人员');
|
|
|
|
|
|
|
|
|
@ -1988,8 +1941,7 @@ CALL Pro_Temp_ColumnWork('thr_inv_order', 'genStatus',
|
|
|
|
|
1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_udirel', 'newNeedUpload',
|
|
|
|
|
'tinyint NULL DEFAULT NULL COMMENT ''是否系统新增产品需要上传''', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_udirel', 'newNeedUpload', 'tinyint NULL DEFAULT NULL COMMENT ''是否系统新增产品需要上传''', 1);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('inv_count_order_detail', 'supId',
|
|
|
|
|
' varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT ''供应商ID''',
|
|
|
|
@ -2029,8 +1981,7 @@ CREATE TABLE IF NOT EXISTS dept_material_category
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`,
|
|
|
|
|
`icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (1866, '科室出库', 1655, 888, 'inout/IoDepartmentOrder', 'inout/IoDepartmentOrder', NULL, 1, 0, 'C', '0', '0',
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (1866, '科室出库', 1655, 888, 'inout/IoDepartmentOrder', 'inout/IoDepartmentOrder', NULL, 1, 0, 'C', '0', '0', NULL,
|
|
|
|
|
NULL, '超级用户', '2023-06-14 15:00:11', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -2042,8 +1993,7 @@ INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`, `visible`,
|
|
|
|
|
`status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`,
|
|
|
|
|
`remark`)
|
|
|
|
|
VALUES (2092, '科室医保分类', 1643, 8, 'basic/consume/materialCategory', 'basic/consume/materialCategory', NULL, 1, 0,
|
|
|
|
|
'C',
|
|
|
|
|
VALUES (2092, '科室医保分类', 1643, 8, 'basic/consume/materialCategory', 'basic/consume/materialCategory', NULL, 1, 0, 'C',
|
|
|
|
|
'0', '0',
|
|
|
|
|
NULL, NULL, '超级用户', '2024-04-08 16:08:55', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
@ -2082,8 +2032,7 @@ INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`,
|
|
|
|
|
`visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`,
|
|
|
|
|
`update_time`, `remark`)
|
|
|
|
|
VALUES (2093, '术式套包管理', 1643, 6, 'destiny/warlockBag', 'basic/destiny/warlockBag', NULL, 1, 0, 'C', '0', '0',
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (2093, '术式套包管理', 1643, 6, 'destiny/warlockBag', 'basic/destiny/warlockBag', NULL, 1, 0, 'C', '0', '0', NULL,
|
|
|
|
|
NULL, '超级用户', '2024-04-15 14:13:39', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('io_order_detail_biz', 'destinyId',
|
|
|
|
@ -2511,8 +2460,7 @@ CALL Pro_Temp_ColumnWork('device_info', 'assetReserveType',
|
|
|
|
|
' varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT''资产备用类型''',
|
|
|
|
|
1);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('device_plan', 'status',
|
|
|
|
|
'tinyint NULL DEFAULT NULL COMMENT ''设备巡检计划状态 :1:草稿;2.已提交''', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('device_plan', 'status', 'tinyint NULL DEFAULT NULL COMMENT ''设备巡检计划状态 :1:草稿;2.已提交''', 1);
|
|
|
|
|
|
|
|
|
|
INSERT ignore INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`,
|
|
|
|
@ -2704,15 +2652,13 @@ INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`,
|
|
|
|
|
`visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`,
|
|
|
|
|
`update_time`, `remark`)
|
|
|
|
|
VALUES (3680, '待提交合同', 3679, 1, 'purchase/purContract/purContract', 'purchase/purContract/purContract', NULL, 1, 0,
|
|
|
|
|
'C',
|
|
|
|
|
VALUES (3680, '待提交合同', 3679, 1, 'purchase/purContract/purContract', 'purchase/purContract/purContract', NULL, 1, 0, 'C',
|
|
|
|
|
'0', '0', NULL, NULL, '超级用户', '2023-02-10 16:25:48', NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`,
|
|
|
|
|
`visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`,
|
|
|
|
|
`update_time`, `remark`)
|
|
|
|
|
VALUES (3689, '待审核合同', 3679, 2, 'purchase/purContract/purContractReviewed',
|
|
|
|
|
'purchase/purContract/purContractReviewed',
|
|
|
|
|
VALUES (3689, '待审核合同', 3679, 2, 'purchase/purContract/purContractReviewed', 'purchase/purContract/purContractReviewed',
|
|
|
|
|
NULL, 1, 0, 'C', '0', '0', NULL, NULL, '超级用户', '2023-02-14 11:07:07', NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`,
|
|
|
|
@ -2730,22 +2676,19 @@ INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`,
|
|
|
|
|
`visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`,
|
|
|
|
|
`update_time`, `remark`)
|
|
|
|
|
VALUES (3691, '申购管理', 1703, 13, 'purApply', NULL, NULL, 1, 0, 'M', '0', '0', NULL, NULL, '超级用户',
|
|
|
|
|
'2023-02-08 17:01:50',
|
|
|
|
|
VALUES (3691, '申购管理', 1703, 13, 'purApply', NULL, NULL, 1, 0, 'M', '0', '0', NULL, NULL, '超级用户', '2023-02-08 17:01:50',
|
|
|
|
|
NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`,
|
|
|
|
|
`visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`,
|
|
|
|
|
`update_time`, `remark`)
|
|
|
|
|
VALUES (3692, '计划管理', 1703, 14, 'purPlan', NULL, NULL, 1, 0, 'M', '0', '0', NULL, NULL, '超级用户',
|
|
|
|
|
'2023-02-10 14:52:34',
|
|
|
|
|
VALUES (3692, '计划管理', 1703, 14, 'purPlan', NULL, NULL, 1, 0, 'M', '0', '0', NULL, NULL, '超级用户', '2023-02-10 14:52:34',
|
|
|
|
|
NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`,
|
|
|
|
|
`visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`,
|
|
|
|
|
`update_time`, `remark`)
|
|
|
|
|
VALUES (3693, '订单管理', 1703, 15, 'purOrder', NULL, NULL, 1, 0, 'M', '0', '0', NULL, NULL, '超级用户',
|
|
|
|
|
'2023-03-08 10:21:58',
|
|
|
|
|
VALUES (3693, '订单管理', 1703, 15, 'purOrder', NULL, NULL, 1, 0, 'M', '0', '0', NULL, NULL, '超级用户', '2023-03-08 10:21:58',
|
|
|
|
|
NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`,
|
|
|
|
@ -2758,8 +2701,7 @@ INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `
|
|
|
|
|
`is_frame`,
|
|
|
|
|
`is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (3695, '新增申购单', 3691, 1, 'purchase/purApply/purApply', 'purchase/purApply/purApply', '{\"pageType\":2}', 1,
|
|
|
|
|
0,
|
|
|
|
|
VALUES (3695, '新增申购单', 3691, 1, 'purchase/purApply/purApply', 'purchase/purApply/purApply', '{\"pageType\":2}', 1, 0,
|
|
|
|
|
'C',
|
|
|
|
|
'0', '0', 'purchase:purApply:purApply', NULL, '超级用户', '2023-02-08 17:02:19', NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
@ -2768,8 +2710,7 @@ INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (3696, '审核申购单', 3691, 2, 'purchase/purApply/pureApplyAudit', 'purchase/purApply/pureApplyAudit',
|
|
|
|
|
'{\"pageType\":2}',
|
|
|
|
|
1, 0, 'C', '0', '0', 'purchase:purApply:pureApplyAudit', NULL, '超级用户', '2023-02-10 13:54:03', NULL, NULL,
|
|
|
|
|
NULL);
|
|
|
|
|
1, 0, 'C', '0', '0', 'purchase:purApply:pureApplyAudit', NULL, '超级用户', '2023-02-10 13:54:03', NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`,
|
|
|
|
|
`is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
@ -2782,32 +2723,28 @@ INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `
|
|
|
|
|
`is_frame`,
|
|
|
|
|
`is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (3698, '新增采购计划', 3692, 1, 'purchase/purPlan/purPlan', 'purchase/purPlan/purPlan', '{\"pageType\":2}', 1, 0,
|
|
|
|
|
'C',
|
|
|
|
|
VALUES (3698, '新增采购计划', 3692, 1, 'purchase/purPlan/purPlan', 'purchase/purPlan/purPlan', '{\"pageType\":2}', 1, 0, 'C',
|
|
|
|
|
'0',
|
|
|
|
|
'0', 'purchase:purPlan:purPlan', NULL, '超级用户', '2023-02-10 16:25:48', NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`,
|
|
|
|
|
`is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (3699, '审核采购计划', 3692, 2, 'purchase/purPlan/purPlanAudit', 'purchase/purPlan/purPlanAudit',
|
|
|
|
|
'{\"pageType\":2}',
|
|
|
|
|
VALUES (3699, '审核采购计划', 3692, 2, 'purchase/purPlan/purPlanAudit', 'purchase/purPlan/purPlanAudit', '{\"pageType\":2}',
|
|
|
|
|
1, 0,
|
|
|
|
|
'C', '0', '0', NULL, NULL, '超级用户', '2023-02-14 11:07:07', NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`,
|
|
|
|
|
`is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (3700, '查询采购计划', 3692, 3, 'purchase/purPlan/purPlanSearch', 'purchase/purPlan/purPlanSearch',
|
|
|
|
|
'{\"pageType\":2}',
|
|
|
|
|
VALUES (3700, '查询采购计划', 3692, 3, 'purchase/purPlan/purPlanSearch', 'purchase/purPlan/purPlanSearch', '{\"pageType\":2}',
|
|
|
|
|
1,
|
|
|
|
|
0, 'C', '0', '0', NULL, NULL, '超级用户', '2023-02-14 11:27:49', NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`,
|
|
|
|
|
`is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (3701, '新增采购订单', 3693, 1, 'purchase/purOrder/purOrder', 'purchase/purOrder/purOrder', '{\"pageType\":2}',
|
|
|
|
|
1, 0,
|
|
|
|
|
VALUES (3701, '新增采购订单', 3693, 1, 'purchase/purOrder/purOrder', 'purchase/purOrder/purOrder', '{\"pageType\":2}', 1, 0,
|
|
|
|
|
'C',
|
|
|
|
|
'0', '0', NULL, '', '超级用户', '2023-03-08 10:32:25', NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
@ -2828,23 +2765,20 @@ INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `
|
|
|
|
|
`is_frame`,
|
|
|
|
|
`is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (3704, '申购单明细', 3691, 4, 'details', 'purchase/purApply/pureApplySearchDetails', '{\"pageType\":2}', 1, 0,
|
|
|
|
|
'C',
|
|
|
|
|
VALUES (3704, '申购单明细', 3691, 4, 'details', 'purchase/purApply/pureApplySearchDetails', '{\"pageType\":2}', 1, 0, 'C',
|
|
|
|
|
'0',
|
|
|
|
|
'0', NULL, NULL, '超级用户', '2023-04-04 09:30:27', NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`,
|
|
|
|
|
`is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (3705, '采购计划明细', 3692, 4, 'details', 'purchase/purPlan/purPlanSearchDetails', '{\"pageType\":2}', 1, 0,
|
|
|
|
|
'C', '0',
|
|
|
|
|
VALUES (3705, '采购计划明细', 3692, 4, 'details', 'purchase/purPlan/purPlanSearchDetails', '{\"pageType\":2}', 1, 0, 'C', '0',
|
|
|
|
|
'0', NULL, NULL, '超级用户', '2023-04-04 09:32:00', NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`,
|
|
|
|
|
`is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (3706, '采购订单明细', 3693, 4, 'details', 'purchase/purOrder/purOrderSearchDetails', '{\"pageType\":2}', 1, 0,
|
|
|
|
|
'C',
|
|
|
|
|
VALUES (3706, '采购订单明细', 3693, 4, 'details', 'purchase/purOrder/purOrderSearchDetails', '{\"pageType\":2}', 1, 0, 'C',
|
|
|
|
|
'0',
|
|
|
|
|
'0', NULL, NULL, '超级用户', '2023-04-04 09:32:44', NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
@ -2864,8 +2798,7 @@ INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `
|
|
|
|
|
`is_frame`,
|
|
|
|
|
`is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (3709, '待审核合同', 3694, 2, 'purchase/purContract/purContractReviewed',
|
|
|
|
|
'purchase/purContract/purContractReviewed',
|
|
|
|
|
VALUES (3709, '待审核合同', 3694, 2, 'purchase/purContract/purContractReviewed', 'purchase/purContract/purContractReviewed',
|
|
|
|
|
'{\"pageType\":2}', 1, 0, 'C', '0', '0', NULL, NULL, '超级用户', '2023-02-14 11:07:07', NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`,
|
|
|
|
@ -3433,8 +3366,7 @@ INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `
|
|
|
|
|
`is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
|
`update_by`,
|
|
|
|
|
`update_time`, `remark`)
|
|
|
|
|
VALUES (2097, '保养项目字典', 1703, 15, '/dev/deviceUpkeepItemDict', 'dev/deviceUpkeepItemDict', NULL, 1, 0, 'C', '0',
|
|
|
|
|
'0',
|
|
|
|
|
VALUES (2097, '保养项目字典', 1703, 15, '/dev/deviceUpkeepItemDict', 'dev/deviceUpkeepItemDict', NULL, 1, 0, 'C', '0', '0',
|
|
|
|
|
NULL, NULL, '超级用户', '2024-05-14 15:02:50', NULL, NULL, NULL);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('io_order', 'confirmTime', 'datetime(0) NULL DEFAULT NULL COMMENT ''发票确认时间''', 1);
|
|
|
|
|
|
|
|
|
@ -3467,8 +3399,7 @@ VALUES (1724370174626394117, 'DECGJH', '设备采购计划', NULL, 3, 1, NULL, '
|
|
|
|
|
INSERT IGNORE INTO basic_bustype_change(`id`, `originAction`, `originName`, `targetAction`, `type`, `enable`,
|
|
|
|
|
`createUser`, `updateUser`, `createTime`, `updateTime`, `remark`, `auditStatus`,
|
|
|
|
|
`busAuditStatus`, `targetBusAction`, `beforeTime`, `busBeforeTime`)
|
|
|
|
|
VALUES (1724370174626394118, 'DECGDD', '设备采购订单', NULL, 5, 1, NULL, '1', NULL, '2023-11-14 18:14:22', NULL, 2, 2,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (1724370174626394118, 'DECGDD', '设备采购订单', NULL, 5, 1, NULL, '1', NULL, '2023-11-14 18:14:22', NULL, 2, 2, NULL,
|
|
|
|
|
NULL, NULL);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('device_repair', 'repairUserId', 'bigint DEFAULT NULL COMMENT''报修人id''', 1);
|
|
|
|
@ -3510,8 +3441,7 @@ INSERT IGNORE INTO auth_menu (`menu_id`, `menu_name`, `parent_id`, `order_num`,
|
|
|
|
|
`is_frame`, `is_cache`,
|
|
|
|
|
`menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (3711, '询价管理', 1673, 2, 'purInquiry', NULL, NULL, 1, 0, 'M', '0', '0', NULL, NULL, '超级用户',
|
|
|
|
|
'2023-02-08 17:01:50',
|
|
|
|
|
VALUES (3711, '询价管理', 1673, 2, 'purInquiry', NULL, NULL, 1, 0, 'M', '0', '0', NULL, NULL, '超级用户', '2023-02-08 17:01:50',
|
|
|
|
|
NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO auth_menu (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
@ -3526,8 +3456,7 @@ INSERT IGNORE INTO auth_menu (`menu_id`, `menu_name`, `parent_id`, `order_num`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`,
|
|
|
|
|
`visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`,
|
|
|
|
|
`update_time`, `remark`)
|
|
|
|
|
VALUES (3713, '待审核询价计划单', 3711, 2, 'purchase/purInquiry/purInquiryReviewed',
|
|
|
|
|
'purchase/purInquiry/purInquiryReviewed',
|
|
|
|
|
VALUES (3713, '待审核询价计划单', 3711, 2, 'purchase/purInquiry/purInquiryReviewed', 'purchase/purInquiry/purInquiryReviewed',
|
|
|
|
|
'{\"pageType\":1}', 1, 0, 'C',
|
|
|
|
|
'0', '0', 'purchase:purInquiry:purInquiryReviewed', NULL, '超级用户', '2023-02-08 17:02:19', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
@ -3535,8 +3464,7 @@ INSERT IGNORE INTO auth_menu (`menu_id`, `menu_name`, `parent_id`, `order_num`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`,
|
|
|
|
|
`visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`,
|
|
|
|
|
`update_time`, `remark`)
|
|
|
|
|
VALUES (3714, '已审核询价计划单', 3711, 3, 'purchase/purInquiry/purInquiryFinish',
|
|
|
|
|
'purchase/purInquiry/purInquiryFinish',
|
|
|
|
|
VALUES (3714, '已审核询价计划单', 3711, 3, 'purchase/purInquiry/purInquiryFinish', 'purchase/purInquiry/purInquiryFinish',
|
|
|
|
|
'{\"pageType\":1}', 1, 0, 'C',
|
|
|
|
|
'0', '0', 'purchase:purInquiry:purInquiryFinish', NULL, '超级用户', '2023-02-08 17:02:19', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
@ -3546,8 +3474,7 @@ INSERT IGNORE INTO auth_menu (`menu_id`, `menu_name`, `parent_id`, `order_num`,
|
|
|
|
|
`update_time`, `remark`)
|
|
|
|
|
VALUES (3715, '待审核询价报价单', 3711, 5, 'purchase/purInquiryOffer/purInquiryOfferReviewed',
|
|
|
|
|
'purchase/purInquiryOffer/purInquiryOfferReviewed', '{\"pageType\":1}', 1, 0, 'C',
|
|
|
|
|
'0', '0', 'purchase:purInquiryOffer:purInquiryOfferReviewed', NULL, '超级用户', '2023-02-08 17:02:19', NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
'0', '0', 'purchase:purInquiryOffer:purInquiryOfferReviewed', NULL, '超级用户', '2023-02-08 17:02:19', NULL, NULL,
|
|
|
|
|
NULL);
|
|
|
|
|
INSERT IGNORE INTO auth_menu (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`, `is_cache`, `menu_type`,
|
|
|
|
@ -3564,8 +3491,7 @@ INSERT IGNORE INTO auth_menu (`menu_id`, `menu_name`, `parent_id`, `order_num`,
|
|
|
|
|
`update_time`, `remark`)
|
|
|
|
|
VALUES (3717, '待报价询价报价单', 3711, 4, 'purchase/purInquiryOffer/purInquiryOffer',
|
|
|
|
|
'purchase/purInquiryOffer/purInquiryOffer', '{\"pageType\":1}', 1, 0, 'C',
|
|
|
|
|
'0', '0', 'purchase:purInquiryOffer:purInquiryOffer', NULL, '超级用户', '2023-02-08 17:02:19', NULL, NULL,
|
|
|
|
|
NULL);
|
|
|
|
|
'0', '0', 'purchase:purInquiryOffer:purInquiryOffer', NULL, '超级用户', '2023-02-08 17:02:19', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_approval_flow_config(`id`, `type`, `typeName`, `approvalSort`, `createUser`, `createTime`,
|
|
|
|
|
`updateUser`, `updateTime`)
|
|
|
|
@ -3822,14 +3748,12 @@ INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (3719, '论证明细', 3718, 1, 'purchase/purApplyArgument/purApplyArgument',
|
|
|
|
|
'purchase/purApplyArgument/purApplyArgument', '{\"pageType\":2}', 1, 0, 'C',
|
|
|
|
|
'0', '0', 'purchase:purApplyArgument:purApplyArgument', NULL, '超级用户', '2023-02-08 17:02:19', NULL, NULL,
|
|
|
|
|
NULL);
|
|
|
|
|
'0', '0', 'purchase:purApplyArgument:purApplyArgument', NULL, '超级用户', '2023-02-08 17:02:19', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO sys_pdf_template(`id`, `name`, `type`, `module`, `param`, `path`, `rowCount`, `qrcodeCount`,
|
|
|
|
|
`remark`, `create_time`, `update_time`, `jrxmlPath`,
|
|
|
|
|
`bussinessType`, `bussinessStatus`)
|
|
|
|
|
VALUES (6, '设备申购论证单据模板', 2, 0, '', '', 10, 1, '', '2024-05-21 17:04:11', '2024-05-21 17:04:11', '', NULL,
|
|
|
|
|
NULL);
|
|
|
|
|
VALUES (6, '设备申购论证单据模板', 2, 0, '', '', 10, 1, '', '2024-05-21 17:04:11', '2024-05-21 17:04:11', '', NULL, NULL);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -3868,8 +3792,7 @@ INSERT IGNORE INTO `sys_custom_config_detail` (`id`, `configId`, `type`, `isShow
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (41779, 94, '2', 1, 'confirmDateRange', '发票确认时间', 'datePickera', NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (41779, 94, '2', 1, 'confirmDateRange', '发票确认时间', 'datePickera', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_bussiness_type', 'requireScanCode',
|
|
|
|
@ -3882,8 +3805,7 @@ INSERT IGNORE INTO `sys_custom_config_detail` (`id`, `configId`, `type`, `isShow
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (41782, 68, '2', 1, 'invoiceEncode', '发票号', 'input', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (41782, 68, '2', 1, 'invoiceEncode', '发票号', 'input', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO `sys_custom_config_detail` (`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
@ -3891,8 +3813,7 @@ INSERT IGNORE INTO `sys_custom_config_detail` (`id`, `configId`, `type`, `isShow
|
|
|
|
|
`buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`,
|
|
|
|
|
`disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`,
|
|
|
|
|
`dataFuc`, `isShowXx`)
|
|
|
|
|
VALUES (41780, 94, '2', 1, 'corpName', '供应商', 'input', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (41780, 94, '2', 1, 'corpName', '供应商', 'input', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
|
|
|
|
INSERT IGNORE INTO `sys_custom_config_detail` (`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`,
|
|
|
|
|
`columnType`, `colorRule`, `sort`, `lableRule`, `width`, `tooltip`,
|
|
|
|
@ -3926,8 +3847,7 @@ ALTER TABLE sup_evaluate_detail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_bussiness_type', 'codeCheck',
|
|
|
|
|
'tinyint NULL DEFAULT NULL COMMENT '' 是否开启校验扫码 :0:不校验;1:只允许录入扫码产品;2:只允许录入不扫码产品''',
|
|
|
|
|
1);
|
|
|
|
|
'tinyint NULL DEFAULT NULL COMMENT '' 是否开启校验扫码 :0:不校验;1:只允许录入扫码产品;2:只允许录入不扫码产品''', 1);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_products', 'bzgg',
|
|
|
|
|
'varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT ''包装规格''',
|
|
|
|
@ -4115,8 +4035,7 @@ INSERT IGNORE INTO `basic_bussiness_type`(`id`, `mainAction`, `action`, `name`,
|
|
|
|
|
`editType`, `inPreInBack`, `deptNoInvType`, `vailPrescribe`, `inputSick`,
|
|
|
|
|
`groupBuySplit`, `vailInvBatchNo`, `vailProductAttributes`, `devInType`,
|
|
|
|
|
`vailHcType`, `requireScanCode`, `codeCheck`)
|
|
|
|
|
VALUES (1816739249285963776, 'WareHouseOut', 'SC72197936495755', '科室拆零出库', 1, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
|
0, 0,
|
|
|
|
|
VALUES (1816739249285963776, 'WareHouseOut', 'SC72197936495755', '科室拆零出库', 1, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 4, '', 0, 0, 0, 1, '2024-07-26 15:36:05', NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0,
|
|
|
|
|
0, NULL, NULL, 0, 0, NULL, 0, 0, NULL, NULL, '1', 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0,
|
|
|
|
|
NULL, 1, NULL, 0, 999, 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, NULL, 0, NULL, 0, NULL, b'0', NULL);
|
|
|
|
@ -4126,8 +4045,7 @@ INSERT IGNORE INTO `basic_corp`(`id`, `erpId`, `name`, `spell`, `addr`, `status`
|
|
|
|
|
`creditNo`, `thirdId`, `thirdId1`, `thirdId2`, `thirdId3`, `thirdId4`, `thirdName`,
|
|
|
|
|
`thirdName1`, `thirdName2`, `thirdName3`, `thirdName4`, `corpType`, `outType`,
|
|
|
|
|
`createUser`, `createTime`, `updateUser`, `updateTime`, `remark`, `adSickNum`)
|
|
|
|
|
VALUES (1816742449581842432, '72198012799726', '拆零预出库', 'clyck', '', NULL, '', '', '', '000', NULL, NULL, NULL,
|
|
|
|
|
NULL,
|
|
|
|
|
VALUES (1816742449581842432, '72198012799726', '拆零预出库', 'clyck', '', NULL, '', '', '', '000', NULL, NULL, NULL, NULL,
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, NULL, 4, 1, '', NULL, '', '2024-07-26 15:48:48', '', NULL);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -4910,6 +4828,7 @@ CREATE TABLE IF NOT EXISTS `third_ali_drug`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('sync_data_set', 'drugDataTask',
|
|
|
|
|
' tinyint NULL DEFAULT NULL COMMENT ''药品关联关系同步''',
|
|
|
|
|
1);
|
|
|
|
@ -4922,12 +4841,9 @@ CALL Pro_Temp_ColumnWork('auth_company', 'refEntId',
|
|
|
|
|
' varchar(255) DEFAULT NULL COMMENT ''接口调用企业的唯一标识''',
|
|
|
|
|
1);
|
|
|
|
|
|
|
|
|
|
ALTER TABLE io_collect_order_origin
|
|
|
|
|
MODIFY errorMsg text;
|
|
|
|
|
ALTER TABLE io_collect_order
|
|
|
|
|
MODIFY errorMsg text;
|
|
|
|
|
ALTER TABLE io_collect_order_backup
|
|
|
|
|
MODIFY errorMsg text;
|
|
|
|
|
ALTER TABLE io_collect_order_origin MODIFY errorMsg text;
|
|
|
|
|
ALTER TABLE io_collect_order MODIFY errorMsg text;
|
|
|
|
|
ALTER TABLE io_collect_order_backup MODIFY errorMsg text;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -4967,8 +4883,7 @@ CALL Pro_Temp_ColumnWork('third_ali_drug', 'packUnitName',
|
|
|
|
|
1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CREATE TABLE IF NOT EXISTS `auth_ali_user`
|
|
|
|
|
(
|
|
|
|
|
CREATE TABLE IF NOT EXISTS `auth_ali_user` (
|
|
|
|
|
`id` bigint NOT NULL,
|
|
|
|
|
`erpId` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '第三方ID',
|
|
|
|
|
`appKey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '阿里KEY',
|
|
|
|
@ -4976,21 +4891,23 @@ CREATE TABLE IF NOT EXISTS `auth_ali_user`
|
|
|
|
|
`refEntId` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '厂家标识',
|
|
|
|
|
`type` varchar(255) DEFAULT NULL COMMENT '1 为生成企业 2为零售药店',
|
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
|
) ENGINE = InnoDB
|
|
|
|
|
DEFAULT CHARSET = utf8mb4
|
|
|
|
|
COLLATE = utf8mb4_0900_ai_ci;
|
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO auth_menu(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
|
|
|
|
|
`is_frame`,
|
|
|
|
|
`is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`,
|
|
|
|
|
`update_by`, `update_time`, `remark`)
|
|
|
|
|
VALUES (6001, '医保上传统计', 5210, 999, 'inout/split/tag/stats', 'collect/CollectOrderStatsNew', NULL, 1, 0, 'C', '0',
|
|
|
|
|
'0', NULL, '', '超级用户', '2024-11-18 17:46:08', NULL, NULL, NULL);
|
|
|
|
|
VALUES (6001, '医保上传统计', 5210, 999, 'inout/split/tag/stats', 'collect/CollectOrderStatsNew', NULL, 1, 0, 'C', '0', '0', NULL, '', '超级用户', '2024-11-18 17:46:08', NULL, NULL, NULL);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
call Modify_UNIQUE_index('io_collect_order_biz', 'orderIdFk`, `relId`, `batchNo', 'sorts', 'BTREE');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('sys_workplace_document', 'uploadYb',
|
|
|
|
|
'bit(1) NOT NULL DEFAULT b''0'' COMMENT ''是否需要上传医保 1是;0否''',
|
|
|
|
|
1);
|
|
|
|
|
|
|
|
|
|
CREATE TABLE IF NOT EXISTS `io_collect_order_check_code`
|
|
|
|
|
(
|
|
|
|
|
`id` int NOT NULL AUTO_INCREMENT,
|
|
|
|
|