Browse Source

配送任务编辑按钮

fix_bug_pro20231227
kilo 2 years ago
parent
commit
89856c1d0d
  1. 20
      src/option/distribution/distributionStockArticle.js
  2. 2
      src/views/distribution/deliverylist/distributionDeliveryListdis.vue
  3. 168
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue
  4. 3
      src/views/distribution/deliverylist/distributionDeliveryListmar.vue
  5. 14
      src/views/distribution/reservation/reservationSubmitFrom.vue
  6. 10
      src/views/distribution/signfor/distributionSignforedt.vue

20
src/option/distribution/distributionStockArticle.js

@ -628,6 +628,14 @@ export default {
label: '顾客地址', label: '顾客地址',
prop: 'customerAddress' prop: 'customerAddress'
}, },
{
label: '库位信息',
prop: 'allocation'
},
{
label: '托盘信息',
prop: 'trays'
},
// { // {
// label: '增值服务', // label: '增值服务',
// prop: 'fee' // prop: 'fee'
@ -845,6 +853,18 @@ export default {
prop: 'customerAddress', prop: 'customerAddress',
width: '100' width: '100'
},
{
label: '库位信息',
prop: 'allocation',
width: '100'
},
{
label: '托盘信息',
prop: 'trays',
width: '100'
}, },
// { // {
// label: '增值服务', // label: '增值服务',

2
src/views/distribution/deliverylist/distributionDeliveryListdis.vue

@ -117,7 +117,7 @@
<template #default="slotProps"> <template #default="slotProps">
<el-text size="small" @click="editsolt(slotProps.scope)"> </el-text> <el-text size="small" @click="editsolt(slotProps.scope)"> </el-text>
<el-text size="small" @click="editmap(slotProps.scope)"> </el-text> <el-text size="small" @click="editmap(slotProps.scope)"> </el-text>
<el-text size="small" @click="handleEdit(slotProps.scope)"> </el-text> <el-text size="small" v-if="slotProps.scope.row.deliveryStatusName !== '已完成' || slotProps.scope.row.deliveryStatus !== '3'" @click="handleEdit(slotProps.scope)"> </el-text>
<!-- <el-button size="small" @click="costadd(slotProps.scope)"> </el-button>--> <!-- <el-button size="small" @click="costadd(slotProps.scope)"> </el-button>-->
</template> </template>
</tablecmt> </tablecmt>

168
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -235,15 +235,15 @@
@selectCheck="selectsc" @selectCheck="selectsc"
@selection="selectionChange" @selection="selectionChange"
> >
<template #default="slotProps"> <!-- <template #default="slotProps">-->
<el-text <!-- <el-text-->
type="primary" <!-- type="primary"-->
text <!-- text-->
icon="el-icon-view" <!-- icon="el-icon-view"-->
@click="inventoryDetail(slotProps.scope.row)" <!-- @click="inventoryDetail(slotProps.scope.row)"-->
>查看详情 <!-- >查看详情-->
</el-text> <!-- </el-text>-->
</template> <!-- </template>-->
</tablecmt> </tablecmt>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
@ -1315,28 +1315,30 @@ export default {
sortable: true, sortable: true,
head: false, head: false,
}, },
{ //
prop: 'signeeName', // {
label: '签收人', // prop: 'signeeName',
type: 2, // label: '',
values: '', // type: 2,
width: '150', // values: '',
checkarr: [], // width: '150',
fixed: false, // checkarr: [],
sortable: true, // fixed: false,
head: false, // sortable: true,
}, // head: false,
{ // },
prop: 'sjsigningTime', // {
label: '签收时间', // prop: 'sjsigningTime',
type: 2, // label: '',
values: '', // type: 4,
width: '150', // values: '',
checkarr: [], // width: '150',
fixed: false, // checkarr: [],
sortable: true, // fixed: false,
head: false, // sortable: true,
}, // head: false,
// },
//
// { // {
// prop: 'deliveryNumber', // prop: 'deliveryNumber',
// label: '', // label: '',
@ -1368,27 +1370,27 @@ export default {
// fixed: false, // fixed: false,
// sortable: true, // sortable: true,
// }, // },
{ // {
prop: 'cargoNumber', // prop: 'cargoNumber',
label: '物料编号', // label: '',
type: 3, // type: 3,
values: '', // values: '',
width: '150', // width: '150',
checkarr: [], // checkarr: [],
fixed: false, // fixed: false,
sortable: true, // sortable: true,
}, // },
{ // {
prop: 'cargoUnit', // prop: 'cargoUnit',
label: '单位', // label: '',
type: 2, // type: 2,
values: '', // values: '',
width: '150', // width: '150',
checkarr: [], // checkarr: [],
fixed: false, // fixed: false,
sortable: true, // sortable: true,
head: false, // head: false,
}, // },
{ {
prop: 'pallet', prop: 'pallet',
label: '托盘码', label: '托盘码',
@ -1400,37 +1402,37 @@ export default {
sortable: true, sortable: true,
head: false, head: false,
}, },
{ // {
prop: 'goodsAllocation', // prop: 'goodsAllocation',
label: '库位信息', // label: '',
type: 2, // type: 2,
values: '', // values: '',
width: '150', // width: '150',
checkarr: [], // checkarr: [],
fixed: false, // fixed: false,
sortable: true, // sortable: true,
head: false, // head: false,
}, // },
{ // {
prop: 'goodsAllocation', // prop: 'goodsAllocation',
label: '签收人', // label: '',
type: 1, // type: 1,
values: '', // values: '',
width: '180', // width: '180',
checkarr: [], // checkarr: [],
fixed: false, // fixed: false,
sortable: true, // sortable: true,
}, // },
{ // {
prop: 'readyStock', // prop: 'readyStock',
label: '签收时间', // label: '',
type: 1, // type: 1,
values: '', // values: '',
width: '180', // width: '180',
checkarr: [], // checkarr: [],
fixed: false, // fixed: false,
sortable: true, // sortable: true,
}, // },
{ {
prop: '', prop: '',
label: '操作', label: '操作',

3
src/views/distribution/deliverylist/distributionDeliveryListmar.vue

@ -111,7 +111,8 @@
<template #default="slotProps"> <template #default="slotProps">
<el-text size="small" @click="editsolt(slotProps.scope)"> </el-text> <el-text size="small" @click="editsolt(slotProps.scope)"> </el-text>
<el-text size="small" @click="editmap(slotProps.scope)"> </el-text> <el-text size="small" @click="editmap(slotProps.scope)"> </el-text>
<el-text size="small" @click="handleEdit(slotProps.scope)"> </el-text> <el-text size="small" v-if="slotProps.scope.row.deliveryStatusName !== '已完成' || slotProps.scope.row.deliveryStatus !== '3'" @click="handleEdit(slotProps.scope)"> </el-text>
<!-- <el-button size="small" @click="costadd(slotProps.scope)"> </el-button>--> <!-- <el-button size="small" @click="costadd(slotProps.scope)"> </el-button>-->
</template> </template>
</tablecmt> </tablecmt>

14
src/views/distribution/reservation/reservationSubmitFrom.vue

@ -404,13 +404,13 @@
</el-table-column> </el-table-column>
</template> </template>
<!-- 操作栏模块 --> <!-- 操作栏模块 -->
<el-table-column prop="menu" label="操作" :width="220" align="center"> <!-- <el-table-column prop="menu" label="操作" :width="220" align="center">-->
<template #="{row}"> <!-- <template #="{row}">-->
<!-- <el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查看</el-button>--> <!-- &lt;!&ndash; <el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查看</el-button>&ndash;&gt;-->
<!-- <el-button type="primary" text icon="el-icon-edit" @click="handleEdit(row)">编辑</el-button>--> <!-- &lt;!&ndash; <el-button type="primary" text icon="el-icon-edit" @click="handleEdit(row)">编辑</el-button>&ndash;&gt;-->
<!-- <el-button type="primary" text icon="el-icon-delete" @click="rowDel(row)">删除</el-button>--> <!-- &lt;!&ndash; <el-button type="primary" text icon="el-icon-delete" @click="rowDel(row)">删除</el-button>&ndash;&gt;-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
</el-table> </el-table>
<el-form-item style="margin-left: 45%;margin-top: 5px"> <el-form-item style="margin-left: 45%;margin-top: 5px">
<el-button type="primary" icon="el-icon-circle-close" @click="onSubmitPackage">提交(包件)</el-button> <el-button type="primary" icon="el-icon-circle-close" @click="onSubmitPackage">提交(包件)</el-button>

10
src/views/distribution/signfor/distributionSignforedt.vue

@ -279,11 +279,11 @@
</el-table-column> </el-table-column>
</template> </template>
<el-table-column prop="menu" label="操作" :width="220" align="center"> <!-- <el-table-column prop="menu" label="操作" :width="220" align="center">-->
<template #="{row}"> <!-- <template #="{row}">-->
<el-button type="primary" text icon="el-icon-view" @click="handleInventoryView(row)">查看详情</el-button> <!-- <el-button type="primary" text icon="el-icon-view" @click="handleInventoryView(row)">查看详情</el-button>-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
</el-table> </el-table>

Loading…
Cancel
Save