Browse Source

修改配送库存品字段

dev-xx
qb 12 months ago
parent
commit
0e40e0f1ed
  1. 10
      src/option/waybill/TemporaryStorageList.js
  2. 133
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

10
src/option/waybill/TemporaryStorageList.js

@ -65,6 +65,16 @@ export const columnList = [
fixed: false,
sortable: true,
},
{
prop: 'incomingWarehouseName',
label: '入库仓库',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'siteName',
label: '基地',

133
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -2109,6 +2109,28 @@ export default {
sortable: true,
head: false,
},
{
prop: 'signedinNumber',
label: '签收数量',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'stockupNum',
label: '备货数量',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'signingStatusName',
label: '签收状态',
@ -2120,85 +2142,9 @@ export default {
sortable: true,
head: false,
},
//
// {
// prop: 'signeeName',
// label: '',
// type: 2,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'sjsigningTime',
// label: '',
// type: 4,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
//
// {
// prop: 'deliveryNumber',
// label: '',
// type: 2,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'readyStock',
// label: '',
// type: 2,
// values: '',
// width: '180',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
// {
// prop: 'readyStock',
// label: '',
// type: 2,
// values: '',
// width: '180',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
// {
// prop: 'cargoNumber',
// label: '',
// type: 3,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
// {
// prop: 'cargoUnit',
// label: '',
// type: 2,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
{
prop: 'pallet',
label: '托盘码',
prop: 'stockUpStatusName',
label: '备货状态',
type: 1,
values: '',
width: '150',
@ -2207,37 +2153,6 @@ export default {
sortable: true,
head: false,
},
// {
// prop: 'goodsAllocation',
// label: '',
// type: 2,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'goodsAllocation',
// label: '',
// type: 1,
// values: '',
// width: '180',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
// {
// prop: 'readyStock',
// label: '',
// type: 1,
// values: '',
// width: '180',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
{
prop: '',
label: '操作',

Loading…
Cancel
Save