diff --git a/src/option/distribution/arteryDistrilbutionBillLadingList.js b/src/option/distribution/arteryDistrilbutionBillLadingList.js index 857cb58d..aaffbdfe 100644 --- a/src/option/distribution/arteryDistrilbutionBillLadingList.js +++ b/src/option/distribution/arteryDistrilbutionBillLadingList.js @@ -259,6 +259,17 @@ export const columnDetailList = [ sortable: true, head: false, }, + { + prop: 'orderPackageCode', + label: '包件码', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, { prop: 'driverName', label: '提货司机', @@ -410,7 +421,7 @@ export const columnDetailList = [ sortable: true, }, { - prop: '', + prop: 'createTime', label: '提货扫码时间', type: 1, values: '', diff --git a/src/views/aftersales/aftersalesWorkOrder.vue b/src/views/aftersales/aftersalesWorkOrder.vue index c7fe6697..80b091c6 100644 --- a/src/views/aftersales/aftersalesWorkOrder.vue +++ b/src/views/aftersales/aftersalesWorkOrder.vue @@ -678,7 +678,7 @@ const AppealStatusT = ref(false); //是否为申诉列表 const TabList = ref([ { name: 0, label: '全部', state: true }, { name: 3, label: '待处理', state: true }, - { name: 8, label: '待回复', state: UserPermissions.value == '仓库客服' }, + { name: 8, label: '待回复', state: UserPermissions == '仓库客服' }, { name: 1, label: '处理中', state: true }, { name: 2, label: '处理完毕', state: true }, { name: 6, label: '完结', state: true }, diff --git a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue index 1c64e054..f11129de 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue @@ -291,17 +291,8 @@
- -
- 打 印 确 定 取 消 @@ -517,7 +508,7 @@ export default { checkarr: [], fixed: false, sortable: true, - hide:true, + hide: true, }, { prop: 'kindName', diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index 4fad08f6..063d34ef 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -129,7 +129,6 @@ 查看 + 打印 + 一键装车 @@ -467,88 +475,97 @@ --> - + - 批量签收 - 批量计划取消 + 批量签收 + 批量计划取消 - 批量签收 - 批量计划取消 + 批量签收 + 批量计划取消 - - + +
@@ -734,25 +751,41 @@
+ + + +
+
+
+ + 打 印 + 确 定 + 取 消 + +