Browse Source

Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
f1b5b47e57
  1. 4
      src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue

4
src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue

@ -887,11 +887,11 @@ export default {
width: '130',
checkarr: [
{
value: '2',
value: '1',
label: '已通知',
},
{
value: '1',
value: '2',
label: '未通知',
},
],

Loading…
Cancel
Save