diff --git a/src/api/distribution/directGoMarket.js b/src/api/distribution/directGoMarket.js
index 619a2d43..bae6902e 100644
--- a/src/api/distribution/directGoMarket.js
+++ b/src/api/distribution/directGoMarket.js
@@ -109,3 +109,14 @@ export const postUploadSignPhoto = data => {
data,
});
};
+
+/**
+ * 上传签收图片
+ */
+export const postSignOrderZeroSuppleList = data => {
+ return request({
+ url: '/api/logpm-trunkline/carsLoad/signOrderZeroSuppleList',
+ method: 'post',
+ data,
+ });
+};
diff --git a/src/option/distribution/VehicleArrivalManagement.js b/src/option/distribution/VehicleArrivalManagement.js
index 1aa68d1d..aedea67b 100644
--- a/src/option/distribution/VehicleArrivalManagement.js
+++ b/src/option/distribution/VehicleArrivalManagement.js
@@ -386,244 +386,3 @@ export const columnList = [
sortable: false,
},
];
-
-/** 装车详情列表 */
-export const detailsColumnList = [
- {
- prop: '',
- label: '复选框',
- type: 0,
- width: 55,
- fixed: true,
- },
- {
- prop: '',
- label: '序号',
- type: 12,
- values: '',
- width: 55,
- fixed: true,
- },
- {
- prop: 'orderCode',
- label: '运单号',
- type: 6,
- values: '',
- width: '150',
- checkarr: [],
- fixed: true,
- sortable: true,
- head: false,
- },
- {
- prop: 'orderCode',
- label: '合同号',
- type: 6,
- values: '',
- width: '150',
- checkarr: [],
- fixed: true,
- sortable: true,
- head: false,
- },
- {
- prop: 'orderPackageCode',
- label: '包条码',
- type: 6,
- values: '',
- width: '200',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'driverName',
- 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: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'nodeNub',
- label: '装车仓库',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'startTime',
- label: '扫码时间',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'endTime',
- label: '装卸仓库',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'planVolume',
- label: '卸车时间',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'billladingStatus',
- label: '装车类型',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'chargeType',
- label: '是否补录',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'totalFee',
- label: '是否齐套',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'remark',
- label: '托盘码',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'carrierName',
- label: '一级品类',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'waybillCount',
- label: '二级品类',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'totalNum',
- label: '三级品类',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'totalWeight',
- label: '物料名称',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'totalVolume',
- label: '装车扫描人',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'createUserName',
- label: '卸车人',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'totalWeight',
- label: '同步状态',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
-];
diff --git a/src/option/distribution/VehicleStowage.js b/src/option/distribution/VehicleStowage.js
index 0a33a0ce..144eca68 100644
--- a/src/option/distribution/VehicleStowage.js
+++ b/src/option/distribution/VehicleStowage.js
@@ -398,247 +398,6 @@ export const columnList = [
},
];
-/** 装车详情列表 */
-export const detailsColumnList = [
- {
- prop: '',
- label: '复选框',
- type: 0,
- width: 55,
- fixed: true,
- },
- {
- prop: '',
- label: '序号',
- type: 12,
- values: '',
- width: 55,
- fixed: true,
- },
- {
- prop: 'orderCode',
- label: '运单号',
- type: 13,
- values: '',
- width: '150',
- checkarr: [],
- fixed: true,
- sortable: true,
- head: false,
- },
- {
- prop: 'orderCode',
- label: '合同号',
- type: 13,
- values: '',
- width: '150',
- checkarr: [],
- fixed: true,
- sortable: true,
- head: false,
- },
- {
- prop: 'orderPackageCode',
- label: '包条码',
- type: 13,
- values: '',
- width: '200',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'driverName',
- 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: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'nodeNub',
- label: '装车仓库',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'startTime',
- label: '扫码时间',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'endTime',
- label: '装卸仓库',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'planVolume',
- label: '卸车时间',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'billladingStatus',
- label: '装车类型',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'chargeType',
- label: '是否补录',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'totalFee',
- label: '是否齐套',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'remark',
- label: '托盘码',
- type: 1,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'carrierName',
- label: '一级品类',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'waybillCount',
- label: '二级品类',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'totalNum',
- label: '三级品类',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'totalWeight',
- label: '物料名称',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'totalVolume',
- label: '装车扫描人',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'createUserName',
- label: '卸车人',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'totalWeight',
- label: '同步状态',
- type: 1,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
-];
-
/** 对比报表 -- 仓库节点 */
export const warehouseNodeColumnList = [
{
diff --git a/src/option/distribution/abnormalList.js b/src/option/distribution/abnormalList.js
index 22d4b4ce..69ed5b55 100644
--- a/src/option/distribution/abnormalList.js
+++ b/src/option/distribution/abnormalList.js
@@ -104,28 +104,37 @@ export const columnList = [
fixed: false,
sortable: true,
},
- // {
- // prop: 'orderPackageCode',
- // label: '装车异常',
- // type: 2,
- // values: '',
- // width: '150',
- // checkarr: [],
- // fixed: true,
- // sortable: true,
- // head: false,
- // },
- // {
- // prop: 'orderPackageCode',
- // label: '卸车异常',
- // type: 2,
- // values: '',
- // width: '150',
- // checkarr: [],
- // fixed: true,
- // sortable: true,
- // head: false,
- // },
+ {
+ prop: 'isZeroName',
+ label: '是否零担',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [
+ {
+ label: '是',
+ value: '1',
+ },
+ {
+ label: '否',
+ value: '0',
+ },
+ ],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'num',
+ label: '数量',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
{
prop: 'upUserName',
label: '上报人',
diff --git a/src/option/distribution/arteryDistrilbutionBillLadingList.js b/src/option/distribution/arteryDistrilbutionBillLadingList.js
index ca9e7f57..ee74213c 100644
--- a/src/option/distribution/arteryDistrilbutionBillLadingList.js
+++ b/src/option/distribution/arteryDistrilbutionBillLadingList.js
@@ -423,6 +423,16 @@ export const columnDetailList = [
// fixed: false,
// sortable: true,
// },
+ {
+ prop: 'trayName',
+ label: '托盘名称',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
{
prop: 'trayCode',
label: '托盘码',
diff --git a/src/views/distribution/artery/VehicleStowage.vue b/src/views/distribution/artery/VehicleStowage.vue
index 45f64236..841fd874 100644
--- a/src/views/distribution/artery/VehicleStowage.vue
+++ b/src/views/distribution/artery/VehicleStowage.vue
@@ -241,7 +241,7 @@
零担补录
-
直发签收零担补录
-
+ -->
详情
+ 零担补录
@@ -135,13 +136,13 @@
-
+
零担签收
+