Browse Source

1.统计货位

fix_bug_pro20231227
0.0 2 years ago
parent
commit
89ba5e5078
  1. 8
      src/option/distribution/distributionParcelList.js
  2. 2
      src/views/basicdata/team/basicdataTeamGroup.vue
  3. 38
      src/views/basicdata/warehouse/goodsArea/basicdataGoodsArea.vue
  4. 20
      src/views/warehouse/parcelList/distributionParcelList.vue

8
src/option/distribution/distributionParcelList.js

@ -120,10 +120,10 @@ export default {
label: "上架状态",
prop: "orderPackageGroundingStatusName",
},
{
label: "货位信息",
prop: "allocationMsg",
},
// {
// label: "货位信息",
// prop: "allocationMsg",
// },
{
label: "数量",
prop: "quantity",

2
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;

38
src/views/basicdata/warehouse/goodsArea/basicdataGoodsArea.vue

@ -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,

20
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: '数量',

Loading…
Cancel
Save