diff --git a/src/api/system/goodsInfo.js b/src/api/system/goodsInfo.js
new file mode 100644
index 0000000..4bef9cc
--- /dev/null
+++ b/src/api/system/goodsInfo.js
@@ -0,0 +1,78 @@
+import request from '@/utils/request'
+
+// 查询商品基本信息列表
+export function listGoodsInfo(query) {
+ return request({
+ url: '/system/goodsInfo/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询商品信息
+export function goodsInfoList(query) {
+ return request({
+ url: '/system/goodsInfo/goodsInfoList',
+ method: 'get',
+ params: query
+ })
+}
+// 查询商品基本信息详细
+export function getGoodsInfo(id) {
+ return request({
+ url: `/system/goodsInfo/goodsDetails?`+`goodsInfoId=${id}`,
+ // url: '/system/goodsInfo/goodsDetails/' + goodsInfoId,
+ method: 'get'
+ })
+}
+
+// 新增商品基本信息
+export function addGoodsInfo(data) {
+ return request({
+ url: '/system/goodsInfo/add',
+ method: 'post',
+ data: data
+ })
+}
+// 查询护理站信息列表
+export function listStation(query) {
+ return request({
+ url: '/system/station/nurseStationByUserId',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询商品分类列表
+export function goodsCategory(query) {
+ return request({
+ url: '/system/goodsCategory/list ',
+ method: 'get',
+ params: query
+ })
+}
+// 修改商品基本信息
+export function updateGoodsInfo(data) {
+ return request({
+ url: '/system/goodsInfo/edit',
+ method: 'put',
+ data: data
+ })
+}
+// 修改上架下架状态
+// system/goodsInfo/editGoodsWhetherShelf
+export function editGoodsWhetherShelf(data) {
+ return request({
+ url: '/system/goodsInfo/editGoodsWhetherShelf',
+ method: 'post',
+ data: data
+
+ })
+}
+// 删除商品基本信息
+export function delGoodsInfo(id) {
+ return request({
+ url: '/system/goodsInfo/' + id,
+ method: 'delete'
+ })
+}
diff --git a/src/views/system/goodsInfo/index.vue b/src/views/system/goodsInfo/index.vue
new file mode 100644
index 0000000..12ed400
--- /dev/null
+++ b/src/views/system/goodsInfo/index.vue
@@ -0,0 +1,999 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.goodsPurpose == "BUSINESS" ? "买卖" : "" }}
+ {{ scope.row.goodsPurpose == "LEASE" ? "租赁" : "" }}
+
+
+
+
+
+
+
+
+
+ chaxun
+
+ 修改
+ 查询商品信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 新增
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 新增
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+