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 @@ @@ -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 @@ + + + + + + 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 @@ - - - - - - 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 @@ + + + + + + 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.user }}
-
- - {{ record.created_at }} - -
- 修改 -
+ size="default"> + {{ record.number }}件 @@ -63,58 +53,42 @@