diff --git a/src/option/waybill/orderDetails.js b/src/option/waybill/orderDetails.js
new file mode 100644
index 00000000..a33c2f1f
--- /dev/null
+++ b/src/option/waybill/orderDetails.js
@@ -0,0 +1,79 @@
+/** 包件明细表头 */
+export const packageListColumnList = [
+ {
+ prop: '',
+ label: '复选框',
+ type: 0,
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: '',
+ label: '序号',
+ type: 12,
+ values: '',
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: 'billladingCode',
+ label: '运单号',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: true,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'carNumber',
+ label: '订单自编号',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'orderPackageCode',
+ label: '包条码',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'driverPhone',
+ label: '总件数',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'warehouseName',
+ label: '创建时间',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'lineNameTitle',
+ label: '操作',
+ type: 6,
+ values: '',
+ width: '180',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+];
diff --git a/src/router/views/index.js b/src/router/views/index.js
index 9eb9d47d..b790d565 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -359,6 +359,7 @@ export default [
// 包明细
{
path: 'orderPackageListDetails',
+ name: '包明细',
meta: {
data: 'data',
keepAlive: true,
@@ -382,6 +383,14 @@ export default [
},
component: () => import('@/views/waybill/ComparativeStatement.vue'),
},
+ {
+ path: 'orderDetails',
+ name: '查看订单',
+ meta: {
+ data: 'data',
+ },
+ component: () => import('@/views/waybill/orderDetails.vue'),
+ },
],
},
{
@@ -1314,7 +1323,6 @@ export default [
],
},
-
{
path: '/aftersales/aftersalesWorkOrderInfoEnxt',
component: Layout,
diff --git a/src/views/waybill/WaybillOrderList.vue b/src/views/waybill/WaybillOrderList.vue
index 0d9ad4d3..00049354 100644
--- a/src/views/waybill/WaybillOrderList.vue
+++ b/src/views/waybill/WaybillOrderList.vue
@@ -120,7 +120,7 @@
上传回单
-
+
查看订单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看详情
+
+
+ 在库明细
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改订单自编号()客户信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/waybill/orderPackageListDetails.vue b/src/views/waybill/orderPackageListDetails.vue
index 9b23b599..1a16704d 100644
--- a/src/views/waybill/orderPackageListDetails.vue
+++ b/src/views/waybill/orderPackageListDetails.vue
@@ -2,9 +2,9 @@
-
+
-
+