diff --git a/src/option/distribution/distributionParcelList.js b/src/option/distribution/distributionParcelList.js index 175df1bd..7f2a89e0 100644 --- a/src/option/distribution/distributionParcelList.js +++ b/src/option/distribution/distributionParcelList.js @@ -120,10 +120,10 @@ export default { label: "上架状态", prop: "orderPackageGroundingStatusName", }, - { - label: "货位信息", - prop: "allocationMsg", - }, + // { + // label: "货位信息", + // prop: "allocationMsg", + // }, { label: "数量", prop: "quantity", diff --git a/src/views/basicdata/team/basicdataTeamGroup.vue b/src/views/basicdata/team/basicdataTeamGroup.vue index fb53bb6f..3eb2dfe0 100644 --- a/src/views/basicdata/team/basicdataTeamGroup.vue +++ b/src/views/basicdata/team/basicdataTeamGroup.vue @@ -359,7 +359,6 @@ export default { this.$refs[formName].validate((valid) => { if (valid) { if (!this.form.id) { - console.log(">><><<>",this.form); this.form.groupType = this.form.groupTypes.join(','); add(this.form).then(() => { @@ -371,7 +370,6 @@ export default { }); }); } else { - console.log("修改《《《《",this.form); this.form.groupType = this.form.groupTypes.join(','); update(this.form).then(() => { this.box = false; diff --git a/src/views/basicdata/warehouse/goodsArea/basicdataGoodsArea.vue b/src/views/basicdata/warehouse/goodsArea/basicdataGoodsArea.vue index 136d2798..d45a6cec 100644 --- a/src/views/basicdata/warehouse/goodsArea/basicdataGoodsArea.vue +++ b/src/views/basicdata/warehouse/goodsArea/basicdataGoodsArea.vue @@ -83,7 +83,7 @@ 删除 - +
@@ -245,11 +245,41 @@ export default { head: false, }, { - prop: 'areaTypeName', - label: '货区类型', - type: 2, + prop: 'cargoNub', + label: '总货位', + type: 1, values: '', - width: '200', + width: '100', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'employNub', + label: '使用货位', + type: 1, + values: '', + width: '100', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'unusedNub', + label: '可用货位', + type: 1, + values: '', + width: '100', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'disableNub', + label: '禁用货位', + type: 1, + values: '', + width: '100', checkarr: [], fixed: false, sortable: true, diff --git a/src/views/warehouse/parcelList/distributionParcelList.vue b/src/views/warehouse/parcelList/distributionParcelList.vue index b427af28..68c8b9bc 100644 --- a/src/views/warehouse/parcelList/distributionParcelList.vue +++ b/src/views/warehouse/parcelList/distributionParcelList.vue @@ -217,16 +217,16 @@ export default { fixed: false, sortable: true, }, - { - prop: 'allocationMsg', - label: '货位信息', - type: 1, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'allocationMsg', + // label: '货位信息', + // type: 1, + // values: '', + // width: '180', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'quantity', label: '数量',