|
|
|
@ -5155,6 +5155,8 @@ CALL Pro_Temp_ColumnWork('sys_workplace_freight', 'freightRow',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('io_split_fifo_inv', 'inCodeCount',
|
|
|
|
|
'int NULL DEFAULT NULL COMMENT ''入库码数量''',
|
|
|
|
|
1);
|
|
|
|
@ -5167,3 +5169,10 @@ CALL Pro_Temp_ColumnWork('io_split_fifo_inv', 'outCodeCount',
|
|
|
|
|
CALL Pro_Temp_ColumnWork('io_split_fifo_inv', 'reCodeCount',
|
|
|
|
|
'int NULL DEFAULT NULL COMMENT ''剩余码数量''',
|
|
|
|
|
1);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO `sys_custom_config_detail` (`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`, `columnType`, `colorRule`, `sort`, `lableRule`, `width`, `tooltip`, `buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`, `disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`, `dataFuc`, `isShowXx`, `isImport`)
|
|
|
|
|
VALUES (463278, 213, '2', 1, 'productBind', '产品是否绑定', 'select', NULL, NULL, '{\"0\":\"否\",\"1\":\"是\"}', NULL, NULL, NULL, 98, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1);
|
|
|
|
|
|
|
|
|
|
INSERT IGNORE INTO `sys_custom_config_detail` (`id`, `configId`, `type`, `isShow`, `columnName`, `columnDesc`, `columnType`, `colorRule`, `sort`, `lableRule`, `width`, `tooltip`, `buttonRule`, `number`, `lineNumber`, `clickFuc`, `size`, `style`, `disabled`, `checkRules`, `inputType`, `disabledFuc`, `expression`, `dataFuc`, `isShowXx`, `isImport`)
|
|
|
|
|
VALUES (463279, 213, '2', 1, 'macBind', '灯组是否绑定', 'select', NULL, NULL, '{\"0\":\"否\",\"1\":\"是\"}', NULL, NULL, NULL, 95, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1);
|
|
|
|
|
|
|
|
|
|