Browse Source

修改自提通知字典

fix_bug_pro20231227
caoyizhong 1 year ago
parent
commit
dd297fe60f
  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', width: '130',
checkarr: [ checkarr: [
{ {
value: '2', value: '1',
label: '已通知', label: '已通知',
}, },
{ {
value: '1', value: '2',
label: '未通知', label: '未通知',
}, },
], ],

Loading…
Cancel
Save