|
|
|
@ -843,3 +843,16 @@ SET `configId` = 21, `type` = '1', `isShow` = 1, `columnName` = 'status', `colum
|
|
|
|
|
`width` = 120, `tooltip` = NULL, `buttonRule` = '', `number` = NULL, `lineNumber` = NULL, `clickFuc` = NULL,
|
|
|
|
|
`size` = NULL, `style` = NULL, `disabled` = NULL, `checkRules` = NULL, `inputType` = NULL, `disabledFuc` = NULL,
|
|
|
|
|
`expression` = NULL, `dataFuc` = NULL, `isShowXx` = NULL WHERE `id` = 234;
|
|
|
|
|
UPDATE sys_custom_config_detail
|
|
|
|
|
SET `configId` = 23, `type` = '1', `isShow` = 1, `columnName` = 'status', `columnDesc` = '单据状态', `columnType` = 'eltag',
|
|
|
|
|
`colorRule` = '', `sort` = NULL, `lableRule` = '{\"0\":\"草稿\",\"1\":\"未审核\",\"2\":\"已审核\",\"3\":\"已拒绝\"}',
|
|
|
|
|
`width` = NULL, `tooltip` = NULL, `buttonRule` = '', `number` = NULL, `lineNumber` = NULL, `clickFuc` = NULL,
|
|
|
|
|
`size` = NULL, `style` = NULL, `disabled` = NULL, `checkRules` = NULL, `inputType` = NULL, `disabledFuc` = NULL,
|
|
|
|
|
`expression` = NULL, `dataFuc` = NULL, `isShowXx` = NULL WHERE `id` = 256;
|
|
|
|
|
|
|
|
|
|
UPDATE sys_custom_config_detail
|
|
|
|
|
SET `configId` = 23, `type` = '1', `isShow` = 1, `columnName` = 'auditRemark', `columnDesc` = '审核详情', `columnType` = 'button',
|
|
|
|
|
`colorRule` = NULL, `sort` = NULL, `lableRule` = NULL, `width` = NULL, `tooltip` = NULL,
|
|
|
|
|
`buttonRule` = '[{\"type\":\"text\",\"size\":\"small\",\"style\":\"\",\"name\":\"审核过程\",\"clickFuc\":\"showApprovalFlowDetail\"}]',
|
|
|
|
|
`number` = NULL, `lineNumber` = NULL, `clickFuc` = NULL, `size` = NULL, `style` = NULL, `disabled` = NULL, `checkRules` = NULL,
|
|
|
|
|
`inputType` = NULL, `disabledFuc` = NULL, `expression` = NULL, `dataFuc` = NULL, `isShowXx` = NULL WHERE `id` = 258;
|
|
|
|
|