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

Loading…
Cancel
Save