提交 1f49002b 编写于 作者: D devil

仓库

上级 a4b658c9
...@@ -3,7 +3,11 @@ ...@@ -3,7 +3,11 @@
<i class="am-icon-eye"></i> <i class="am-icon-eye"></i>
<span>详情</span> <span>详情</span>
</button> </button>
<a class="am-btn am-btn-secondary am-btn-xs am-radius am-btn-block" href="{{:MyUrl('admin/warehouse/saveinfo', array('id'=>$module_data['id']))}}"> <a class="am-btn am-btn-primary am-btn-xs am-radius am-btn-block" href="{{:MyUrl('admin/warehouse/goods', array('id'=>$module_data['id']))}}">
<i class="am-icon-opencart"></i>
<span>商品</span>
</a>
<a class="am-btn am-btn-secondary am-btn-xs am-radius am-btn-block" href="{{:MyUrl('admin/warehouse/saveinfo', array('wid'=>$module_data['id']))}}">
<i class="am-icon-edit"></i> <i class="am-icon-edit"></i>
<span>编辑</span> <span>编辑</span>
</a> </a>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
Target Server Version : 50729 Target Server Version : 50729
File Encoding : utf-8 File Encoding : utf-8
Date: 07/08/2020 19:43:07 PM Date: 07/08/2020 23:20:27 PM
*/ */
SET NAMES utf8mb4; SET NAMES utf8mb4;
...@@ -632,7 +632,7 @@ CREATE TABLE `s_goods_spec_base` ( ...@@ -632,7 +632,7 @@ CREATE TABLE `s_goods_spec_base` (
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间', `add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
KEY `attribute_type_id` (`price`) KEY `attribute_type_id` (`price`)
) ENGINE=InnoDB AUTO_INCREMENT=835 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT COMMENT='商品规格基础'; ) ENGINE=InnoDB AUTO_INCREMENT=835 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='商品规格基础';
-- ---------------------------- -- ----------------------------
-- Records of `s_goods_spec_base` -- Records of `s_goods_spec_base`
...@@ -653,7 +653,7 @@ CREATE TABLE `s_goods_spec_type` ( ...@@ -653,7 +653,7 @@ CREATE TABLE `s_goods_spec_type` (
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间', `add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
KEY `goods_id` (`goods_id`) KEY `goods_id` (`goods_id`)
) ENGINE=InnoDB AUTO_INCREMENT=265 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT COMMENT='商品规格类型'; ) ENGINE=InnoDB AUTO_INCREMENT=265 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='商品规格类型';
-- ---------------------------- -- ----------------------------
-- Records of `s_goods_spec_type` -- Records of `s_goods_spec_type`
...@@ -675,7 +675,7 @@ CREATE TABLE `s_goods_spec_value` ( ...@@ -675,7 +675,7 @@ CREATE TABLE `s_goods_spec_value` (
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
KEY `goods_id` (`goods_id`), KEY `goods_id` (`goods_id`),
KEY `goods_spec_base_id` (`goods_spec_base_id`) KEY `goods_spec_base_id` (`goods_spec_base_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1580 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT COMMENT='商品规格值'; ) ENGINE=InnoDB AUTO_INCREMENT=1580 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='商品规格值';
-- ---------------------------- -- ----------------------------
-- Records of `s_goods_spec_value` -- Records of `s_goods_spec_value`
...@@ -1739,7 +1739,7 @@ CREATE TABLE `s_user_address` ( ...@@ -1739,7 +1739,7 @@ CREATE TABLE `s_user_address` (
-- Records of `s_user_address` -- Records of `s_user_address`
-- ---------------------------- -- ----------------------------
BEGIN; BEGIN;
INSERT INTO `s_user_address` VALUES ('1', '1', '', 'Devil', '13222222222', '1', '37', '567', 'aerwqrer', '0.0000000000', '0.0000000000', '0', '0', '1592558860', '0'), ('2', '3', '', 'devil', '13222222222', '1', '37', '567', 'address', '0.0000000000', '0.0000000000', '0', '0', '1593773179', '0'); INSERT INTO `s_user_address` VALUES ('1', '1', '', 'Devil', '13222222222', '1', '37', '567', 'aerwqrer', '116.4002440000', '39.9255600000', '0', '0', '1592558860', '1594215571'), ('2', '3', '', 'devil', '13222222222', '1', '37', '567', 'address', '0.0000000000', '0.0000000000', '0', '0', '1593773179', '0');
COMMIT; COMMIT;
-- ---------------------------- -- ----------------------------
...@@ -1799,7 +1799,7 @@ CREATE TABLE `s_warehouse` ( ...@@ -1799,7 +1799,7 @@ CREATE TABLE `s_warehouse` (
-- Records of `s_warehouse` -- Records of `s_warehouse`
-- ---------------------------- -- ----------------------------
BEGIN; BEGIN;
INSERT INTO `s_warehouse` VALUES ('2', '苏州A仓库', '苏州仓', '44', '1', '龚福祥', '17666666655', '9', '155', '1936', '川沙新镇华川家园111号', '121.7206910000', '31.1884090000', '1', '0', '1594207406', '1594208439'); INSERT INTO `s_warehouse` VALUES ('2', '苏州A仓库', '苏州仓', '44', '1', '龚福祥', '17666666655', '9', '155', '1936', '川沙新镇华川家园111号', '121.7206910000', '31.1884090000', '1', '0', '1594207406', '1594218399');
COMMIT; COMMIT;
SET FOREIGN_KEY_CHECKS = 1; SET FOREIGN_KEY_CHECKS = 1;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册