Browse Source

更新表格

fix_bug_pro20231227
zhangsiyu 1 year ago
parent
commit
95537978c9
  1. 18
      src/views/distribution/reservation/reservationAddFrom.vue
  2. 1379
      src/views/distribution/stockup/distributionStockupDetailsSelf.vue

18
src/views/distribution/reservation/reservationAddFrom.vue

@ -1702,23 +1702,7 @@
},
mounted() {
this.init();
let arr = [];
this.option.columnParcels.map(item => {
if (!item.hide) {
arr.push({
prop: item.prop,
label: item.label,
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false
});
}
});
console.log(JSON.stringify(arr));
this.onLoad(this.page);
this.getDictionary();
},

1379
src/views/distribution/stockup/distributionStockupDetailsSelf.vue

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save