Browse Source

Merge branch 'dev' into pre-production

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
b7b207431e
  1. 20
      src/views/distribution/reservation/reservationAddFrom.vue
  2. 11
      src/views/distribution/reservation/reservationDetails.vue

20
src/views/distribution/reservation/reservationAddFrom.vue

@ -1052,16 +1052,16 @@ export default {
sortable: true, sortable: true,
}, },
// { {
// prop: '', prop: '',
// label: '', label: '操作',
// type: 6, type: 6,
// values: '', values: '',
// width: '200', width: '200',
// checkarr: [], checkarr: [],
// fixed: 'right', fixed: 'right',
// hide: true, hide: true,
// }, },
// ... // ...
], ],
stockArtcolumnList: [ stockArtcolumnList: [

11
src/views/distribution/reservation/reservationDetails.vue

@ -704,6 +704,17 @@
} }
], ],
stockListColumnList:[ stockListColumnList:[
{
prop: 'incomingBatch',
label: '入库批次号',
type: 2,
values: '',
width: '160',
checkarr: [],
fixed: true,
sortable: true,
head: false
},
{ {
prop: 'orderCode', prop: 'orderCode',
label: '订单自编号', label: '订单自编号',

Loading…
Cancel
Save