Browse Source

修复自提bug

pre-production
马远东 1 year ago
parent
commit
37a9a15fd8
  1. 4
      src/option/distribution/distrilbutionBillLading.js

4
src/option/distribution/distrilbutionBillLading.js

@ -257,7 +257,7 @@ export default {
prop: '', prop: '',
label: '复选框', label: '复选框',
type: 0, type: 0,
width: 10, width: 50,
fixed: true, fixed: true,
}, },
{ {
@ -315,7 +315,7 @@ export default {
{ {
prop: 'available', prop: 'available',
label: '可用数量', label: '可用数量',
type: 2, type: 1,
values: '', values: '',
width: '100', width: '100',
checkarr: [], checkarr: [],

Loading…
Cancel
Save