diff --git a/public/Index.vue b/public/Index.vue
index b5323cc..6c2f5bf 100644
--- a/public/Index.vue
+++ b/public/Index.vue
@@ -190,7 +190,7 @@
+
+
diff --git a/src/views/home/Index.vue b/src/views/home/Index.vue
index 5a8da72..fb518f5 100644
--- a/src/views/home/Index.vue
+++ b/src/views/home/Index.vue
@@ -14,7 +14,7 @@
+
+
diff --git a/src/views/sales/widgets/StockInfo.vue b/src/views/sales/widgets/StockInfo.vue
index 2f7977a..aae2eed 100644
--- a/src/views/sales/widgets/StockInfo.vue
+++ b/src/views/sales/widgets/StockInfo.vue
@@ -2,62 +2,37 @@
-
- 张冬雪
- 1810000000
- 创客
+ 下单用户信息
+
+ {{ info.user.name || info.user.nickname }}
+ {{ info.user.username }}
+ {{ info.user.identity.name || '--' }}
-
-
-
- 线上零售、优惠券扣除库存
- 12件
+
{{ info.channel.text + info.operation_type.text }}
+
+ {{ info.type.text }}
+ {{ info.items_count.qty_all }}件
+ {{ info.items_count.coupon_all>0 ?'是':'否' }}
+ {{ info.items_count.coupon_all + '件' }}
+ {{ info.coupon.price + '元' }}
-
-
-
- 12件
- 线上发货
- 待发货
- 2023-12-12 12:12:12
- 20398475766539979
- 张冬雪
- 哈尔滨市香坊区香顺街98号-2-201
+
购买商品
+
+ {{ info.items[0].sku.goods_name }}
+
+
+
-
-
-
- 12件
- 自提
- 2023-11-11 10:12:12
-
-
-
-
- 20398475766539979
- 99件
- 张冬雪14745798055
- 2023-11-11 10:12:12
-
-
-
-
- 20398475766539979
- 99件
- 张冬雪14745798055
- 2023-11-11 10:12:12
- 20398475766539979
- 待发货
- 哈尔滨市香坊区香顺街98号-2-201
-
-
-
-
- 20398475766539979
- 99件
- 张冬雪14745798055
- 2023-11-11 10:12:12
+
订单信息
+
+ {{ info.order_no }}
+ {{ info.state.text }}
+ {{ info.created_at }}
+ {{ info.express.express_no || '-' }}
+ {{ info.express.name || '-' }} {{ info.express.mobile?'('+info.express.mobile +')':'-' }}
+ {{ info.express.full_address || '--' }}
+
@@ -66,7 +41,7 @@ import { changeStatusTwo } from '@/api/organization'
export default {
name: 'StockInfo',
props: {
- item: {
+ info: {
type: Object,
default: () => {
return {}
diff --git a/src/views/stock/DealerIn.vue b/src/views/stock/DealerIn.vue
new file mode 100644
index 0000000..3abe235
--- /dev/null
+++ b/src/views/stock/DealerIn.vue
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ record.number }}件
+ {{ record.stock }}件
+ ¥{{ record.total }}
+ {{ record.stock_order?record.stock_order.type:'--' }}
+
+
+
+
+
+
+
+
diff --git a/src/views/stock/DealerIndex.vue b/src/views/stock/DealerIndex.vue
deleted file mode 100644
index 962d8b8..0000000
--- a/src/views/stock/DealerIndex.vue
+++ /dev/null
@@ -1,362 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.title }}
-
-
-
-
-
-
- {{ item.title }}
-
-
-
-
-
-
-
-
-
- 搜索
-
- 重置
-
-
-
-
-
-
-
-
-
-
-
- {{ record.created_at }}
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/stock/DealerOut.vue b/src/views/stock/DealerOut.vue
new file mode 100644
index 0000000..a602847
--- /dev/null
+++ b/src/views/stock/DealerOut.vue
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ record.number }}件
+ {{ record.stock }}件
+ ¥{{ record.total }}
+
+
+
+
+
+
+
+
diff --git a/src/views/stock/In.vue b/src/views/stock/In.vue
index 287ed08..33542a9 100644
--- a/src/views/stock/In.vue
+++ b/src/views/stock/In.vue
@@ -9,7 +9,7 @@
@@ -28,10 +28,10 @@
-
+
-
+
@@ -40,21 +40,11 @@
ref="table"
:columns="columns"
:data="loadData"
- :rowKey="(row) => row.order_item_id"
+ :rowKey="(row) => row.middle_systen_id + ''"
showPagination="auto"
bordered
- size="default"
- :scroll="{ x: 1200, y: 1000 }">
-
-
-
- {{ record.created_at }}
-
-
+ size="default">
+ {{ record.number }}件
@@ -63,58 +53,42 @@