Browse Source

移动在库订单库位显示位置

dev-xx
qb 1 year ago
parent
commit
a96fa2b584
  1. 24
      src/views/distribution/inventory/delivery/distributionStockArticle.vue
  2. 32
      src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue
  3. 32
      src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue
  4. 32
      src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue

24
src/views/distribution/inventory/delivery/distributionStockArticle.vue

@ -101,9 +101,7 @@
v-if="handler" v-if="handler"
>修改服务类型</el-button >修改服务类型</el-button
> >
<el-button type="danger" icon="Download" @click="handleExport" plain <el-button type="danger" icon="Download" @click="handleExport" plain> </el-button>
> </el-button
>
<!-- <el-button type="danger"--> <!-- <el-button type="danger"-->
<!-- icon="el-icon-delete"--> <!-- icon="el-icon-delete"-->
@ -605,6 +603,16 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'allocation',
label: '货位信息',
type: 13,
values: '',
width: '250',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'totalNumber', prop: 'totalNumber',
label: '订单总件数', label: '订单总件数',
@ -707,16 +715,6 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'allocation',
label: '货位信息',
type: 13,
values: '',
width: '250',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'resource', prop: 'resource',
label: '订单来源', label: '订单来源',

32
src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue

@ -114,6 +114,17 @@
@selection="selectionChange" @selection="selectionChange"
> >
<template #default="slotProps"> <template #default="slotProps">
<template v-if="slotProps.scope.column.label === '货位信息'">
<el-tag
v-for="item in slotProps.scope.row.allocation
? slotProps.scope.row.allocation.split(',')
: []"
:key="item"
>{{ item }}</el-tag
>
</template>
<template v-if="slotProps.scope.column.label === '操作'">
<el-text type="primary" text icon="el-icon-view" @click="handleView(slotProps.scope)" <el-text type="primary" text icon="el-icon-view" @click="handleView(slotProps.scope)"
>查看</el-text >查看</el-text
> >
@ -125,6 +136,7 @@
>修改客户信息</el-text >修改客户信息</el-text
> >
</template> </template>
</template>
</tablecmt> </tablecmt>
</el-row> </el-row>
<el-row class="el-fy"> <el-row class="el-fy">
@ -507,6 +519,16 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'allocation',
label: '货位信息',
type: 6,
values: '',
width: '220',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'totalNumber', prop: 'totalNumber',
label: '订单总件数', label: '订单总件数',
@ -594,16 +616,6 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'allocation',
label: '货位信息',
type: 1,
values: '',
width: '220',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'resource', prop: 'resource',
label: '订单来源', label: '订单来源',

32
src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue

@ -142,6 +142,17 @@
@selection="selectionChange" @selection="selectionChange"
> >
<template #default="slotProps"> <template #default="slotProps">
<template v-if="slotProps.scope.column.label === '货位信息'">
<el-tag
v-for="item in slotProps.scope.row.allocation
? slotProps.scope.row.allocation.split(',')
: []"
:key="item"
>{{ item }}</el-tag
>
</template>
<template v-if="slotProps.scope.column.label === '操作'">
<el-text type="primary" text icon="el-icon-view" @click="handleView(slotProps.scope)" <el-text type="primary" text icon="el-icon-view" @click="handleView(slotProps.scope)"
>查看</el-text >查看</el-text
> >
@ -153,6 +164,7 @@
>修改客户信息</el-text >修改客户信息</el-text
> >
</template> </template>
</template>
</tablecmt> </tablecmt>
</el-row> </el-row>
<el-row class="el-fy"> <el-row class="el-fy">
@ -544,6 +556,16 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'allocation',
label: '货位信息',
type: 6,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'handQuantity', prop: 'handQuantity',
label: '在库件数', label: '在库件数',
@ -620,16 +642,6 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'allocation',
label: '货位信息',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'resource', prop: 'resource',
label: '订单来源', label: '订单来源',

32
src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue

@ -121,6 +121,17 @@
@selection="selectionChange" @selection="selectionChange"
> >
<template #default="slotProps"> <template #default="slotProps">
<template v-if="slotProps.scope.column.label === '货位信息'">
<el-tag
v-for="item in slotProps.scope.row.allocation
? slotProps.scope.row.allocation.split(',')
: []"
:key="item"
>{{ item }}</el-tag
>
</template>
<template v-if="slotProps.scope.column.label === '操作'">
<el-text type="primary" text icon="el-icon-view" @click="handleView(slotProps.scope)" <el-text type="primary" text icon="el-icon-view" @click="handleView(slotProps.scope)"
>查看</el-text >查看</el-text
> >
@ -132,6 +143,7 @@
>修改客户信息</el-text >修改客户信息</el-text
> >
</template> </template>
</template>
</tablecmt> </tablecmt>
</el-row> </el-row>
<el-row class="el-fy"> <el-row class="el-fy">
@ -663,6 +675,16 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'allocation',
label: '货位信息',
type: 6,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'handQuantity', prop: 'handQuantity',
label: '在库件数', label: '在库件数',
@ -739,16 +761,6 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'allocation',
label: '货位信息',
type: 1,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'resource', prop: 'resource',
label: '订单来源', label: '订单来源',

Loading…
Cancel
Save