diff --git a/src/option/distribution/distributionStockArticle.js b/src/option/distribution/distributionStockArticle.js
index 7a4cc9b2..9efa4b12 100644
--- a/src/option/distribution/distributionStockArticle.js
+++ b/src/option/distribution/distributionStockArticle.js
@@ -628,6 +628,14 @@ export default {
label: '顾客地址',
prop: 'customerAddress'
},
+ {
+ label: '库位信息',
+ prop: 'allocation'
+ },
+ {
+ label: '托盘信息',
+ prop: 'trays'
+ },
// {
// label: '增值服务',
// prop: 'fee'
@@ -845,6 +853,18 @@ export default {
prop: 'customerAddress',
width: '100'
+ },
+ {
+ label: '库位信息',
+ prop: 'allocation',
+ width: '100'
+
+ },
+ {
+ label: '托盘信息',
+ prop: 'trays',
+ width: '100'
+
},
// {
// label: '增值服务',
diff --git a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue
index 864722d4..e2bba40a 100644
--- a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue
+++ b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue
@@ -117,7 +117,7 @@
查 看
地 图
- 编 辑
+ 编 辑
diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue
index d33d61aa..9e559ab5 100644
--- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue
+++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue
@@ -235,15 +235,15 @@
@selectCheck="selectsc"
@selection="selectionChange"
>
-
- 查看详情
-
-
+
+
+
+
+
+
+
+
+
@@ -1315,28 +1315,30 @@ export default {
sortable: true,
head: false,
},
- {
- prop: 'signeeName',
- label: '签收人',
- type: 2,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'sjsigningTime',
- label: '签收时间',
- type: 2,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+ // ————————————————————————————————————————————————————————
+ // {
+ // prop: 'signeeName',
+ // label: '签收人',
+ // type: 2,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
+ // {
+ // prop: 'sjsigningTime',
+ // label: '签收时间',
+ // type: 4,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
+ // ————————————————————————————————————————————————————————
// {
// prop: 'deliveryNumber',
// label: '备货数',
@@ -1368,27 +1370,27 @@ export default {
// fixed: false,
// sortable: true,
// },
- {
- prop: 'cargoNumber',
- label: '物料编号',
- type: 3,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'cargoUnit',
- label: '单位',
- type: 2,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
+ // {
+ // prop: 'cargoNumber',
+ // label: '物料编号',
+ // type: 3,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // },
+ // {
+ // prop: 'cargoUnit',
+ // label: '单位',
+ // type: 2,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
{
prop: 'pallet',
label: '托盘码',
@@ -1400,37 +1402,37 @@ export default {
sortable: true,
head: false,
},
- {
- prop: 'goodsAllocation',
- label: '库位信息',
- type: 2,
- values: '',
- width: '150',
- checkarr: [],
- fixed: false,
- sortable: true,
- head: false,
- },
- {
- prop: 'goodsAllocation',
- label: '签收人',
- type: 1,
- values: '',
- width: '180',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- prop: 'readyStock',
- label: '签收时间',
- type: 1,
- values: '',
- width: '180',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
+ // {
+ // prop: 'goodsAllocation',
+ // label: '库位信息',
+ // type: 2,
+ // values: '',
+ // width: '150',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // head: false,
+ // },
+ // {
+ // prop: 'goodsAllocation',
+ // label: '签收人',
+ // type: 1,
+ // values: '',
+ // width: '180',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // },
+ // {
+ // prop: 'readyStock',
+ // label: '签收时间',
+ // type: 1,
+ // values: '',
+ // width: '180',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // },
{
prop: '',
label: '操作',
diff --git a/src/views/distribution/deliverylist/distributionDeliveryListmar.vue b/src/views/distribution/deliverylist/distributionDeliveryListmar.vue
index d0eb2d32..495ba47c 100644
--- a/src/views/distribution/deliverylist/distributionDeliveryListmar.vue
+++ b/src/views/distribution/deliverylist/distributionDeliveryListmar.vue
@@ -111,7 +111,8 @@
查 看
地 图
- 编 辑
+ 编 辑
+
diff --git a/src/views/distribution/reservation/reservationSubmitFrom.vue b/src/views/distribution/reservation/reservationSubmitFrom.vue
index 39d59f83..9408a2ec 100644
--- a/src/views/distribution/reservation/reservationSubmitFrom.vue
+++ b/src/views/distribution/reservation/reservationSubmitFrom.vue
@@ -404,13 +404,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
提交(包件)
diff --git a/src/views/distribution/signfor/distributionSignforedt.vue b/src/views/distribution/signfor/distributionSignforedt.vue
index 6da9598d..84186c34 100644
--- a/src/views/distribution/signfor/distributionSignforedt.vue
+++ b/src/views/distribution/signfor/distributionSignforedt.vue
@@ -279,11 +279,11 @@
-
-
- 查看详情
-
-
+
+
+
+
+