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,
},
// {
// prop: '',
// label: '',
// type: 6,
// values: '',
// width: '200',
// checkarr: [],
// fixed: 'right',
// hide: true,
// },
{
prop: '',
label: '操作',
type: 6,
values: '',
width: '200',
checkarr: [],
fixed: 'right',
hide: true,
},
// ...
],
stockArtcolumnList: [

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

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

Loading…
Cancel
Save