Browse Source

1.配送类型

fix_bug_pro20231227
0.0 1 year ago
parent
commit
2affdfe6a0
  1. 13
      src/views/distribution/signdetail/distributionSigndetail.vue

13
src/views/distribution/signdetail/distributionSigndetail.vue

@ -170,7 +170,16 @@ export default {
type: 3,
values: '',
width: '130',
checkarr: [],
checkarr: [
{
value: '2',
label: '市配',
},
{
value: '1',
label: '商配',
},
],
fixed: false,
sortable: true,
},
@ -637,7 +646,7 @@ export default {
selectionClear () {
this.selectionList = [];
// this.$refs.table.clearSelection();
},
currentChange (currentPage) {
this.page.currentPage = currentPage;

Loading…
Cancel
Save