5 lines
5.6 KiB
SQL
5 lines
5.6 KiB
SQL
--增加封面图字段用来回显首页
|
||
ALTER TABLE `system_service_package`
|
||
ADD COLUMN `cover_img` varchar(255) NULL COMMENT '服务icon' AFTER `menu_ids`;
|
||
INSERT INTO `sys_config`(`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `creator`, `create_time`, `updater`, `update_time`, `remark`) VALUES (10, '检测工单', 'inspection_work_order', '<p>\r\n <br/>\r\n</p>\r\n<table cellpadding=\"0\" border=\"1\" cellspacing=\"0\" width=\"700\" height=\"600\">\r\n <colgroup>\r\n <col width=\"64\" style=\"width:48.00pt;\" span=\"3\"/>\r\n <col width=\"75\" style=\"width:56.25pt;\"/>\r\n <col width=\"73\" style=\"width:54.75pt;\"/>\r\n <col width=\"63\" style=\"width:47.25pt;\"/>\r\n <col width=\"64\" style=\"width:48.00pt;\" span=\"2\"/>\r\n </colgroup>\r\n <tbody>\r\n <tr height=\"36\" style=\"height:27.00pt;\" class=\"firstRow\">\r\n <td colspan=\"8\" class=\"et2\" height=\"27\" width=\"350\" x:str=\"\" style=\"\">\r\n title\r\n </td>\r\n </tr>\r\n <tr height=\"42\" style=\"height:32.00pt;\">\r\n <td class=\"et4\" height=\"32\" x:str=\"\" style=\"\">\r\n 地址\r\n </td>\r\n <td colspan=\"7\" class=\"et5\">\r\n buyAdress\r\n </td>\r\n </tr>\r\n <tr height=\"42\" style=\"height:32.00pt;\">\r\n <td class=\"et4\" height=\"32\" x:str=\"\" style=\"\">\r\n 客户名称\r\n </td>\r\n <td colspan=\"3\" class=\"et5\">\r\n buyName\r\n </td>\r\n <td colspan=\"1\" class=\"et5\" x:str=\"\">\r\n 电话\r\n </td>\r\n <td colspan=\"3\" class=\"et5\" x:str=\"\">\r\n buyPhone\r\n </td>\r\n </tr>\r\n <tr height=\"28\" style=\"height:21.00pt;\">\r\n <td class=\"et6\" height=\"21\" x:str=\"\" style=\"\">\r\n 上线日期\r\n </td>\r\n <td class=\"et6\" x:str=\"\">\r\n 车牌\r\n </td>\r\n <td class=\"et6\" x:str=\"\">\r\n 车架号\r\n </td>\r\n <td class=\"et6\" x:str=\"\">\r\n 检测类型\r\n </td>\r\n <td class=\"et6\" x:str=\"\">\r\n 检测项目\r\n </td>\r\n <td class=\"et4\" x:str=\"\">\r\n 检测费用\r\n </td>\r\n <td class=\"et4\" x:str=\"\">\r\n 优惠金额\r\n </td>\r\n <td class=\"et4\" x:str=\"\">\r\n 实收金额\r\n </td>\r\n </tr>\r\n <tr height=\"28\" style=\"height:21.00pt;\">\r\n <td class=\"et7\" height=\"21\" x:num=\"45183\" align=\"right\" style=\"\">\r\n timeStr<br/>\r\n </td>\r\n <td class=\"et8\" x:num=\"1\" align=\"right\">\r\n carNum\r\n </td>\r\n <td class=\"et8\">\r\n carIdNo\r\n </td>\r\n <td class=\"et8\">\r\n goodsTitle\r\n </td>\r\n <td class=\"et8\">\r\n skuName\r\n </td>\r\n <td class=\"et9\" x:num=\"450\">\r\n goodsPrice<br/>\r\n </td>\r\n <td class=\"et9\" x:num=\"50\">\r\n reduceMoney\r\n </td>\r\n <td class=\"et9\" x:num=\"400\">\r\n realPayMoney\r\n </td>\r\n </tr>\r\n <tr height=\"28\" style=\"height:21.00pt;\">\r\n <td colspan=\"5\" class=\"et10\" height=\"21\" x:str=\"\" style=\"\">\r\n 合计:\r\n </td>\r\n <td class=\"et9\" x:num=\"1430\">\r\n <span style=\"text-wrap: wrap;\">goodsPrice</span>\r\n </td>\r\n <td class=\"et9\" x:num=\"160\">\r\n <span style=\"text-wrap: wrap;\">reduceMoney</span>\r\n </td>\r\n <td class=\"et9\" x:num=\"1270\">\r\n <span style=\"text-wrap: wrap;\">realPayMoney</span>\r\n </td>\r\n </tr>\r\n <tr height=\"28\" style=\"height:21.00pt;\">\r\n <td colspan=\"5\" class=\"et10\" height=\"21\" x:str=\"\" style=\"\">\r\n 支付方式\r\n </td>\r\n <td colspan=\"3\" class=\"et12\" x:str=\"\">\r\n payType\r\n </td>\r\n </tr>\r\n <tr height=\"32\" style=\"height:24.00pt;\">\r\n <td colspan=\"8\" class=\"et5\" height=\"24\" x:str=\"\" style=\"\">\r\n 备注:payRemark\r\n </td>\r\n </tr>\r\n <tr height=\"36\" style=\"height:27.00pt;\">\r\n <td colspan=\"3\" class=\"et3\" height=\"27\" x:str=\"\" style=\"\">\r\n 客户:<span style=\"text-wrap: wrap;\">buyName</span>\r\n </td>\r\n <td colspan=\"3\" class=\"et3\" x:str=\"\">\r\n 服务顾问:workName\r\n </td>\r\n <td class=\"et3\" x:str=\"\">\r\n 收银员:\r\n </td>\r\n <td>\r\n <span style=\"text-wrap: wrap;\">workName</span>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>', 'N', '', NULL, '', NULL, NULL);
|