Browse Source

1.车次

dev-warehouse
0.0 2 years ago
parent
commit
76684d01a3
  1. 16
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

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

@ -370,8 +370,8 @@ export default {
selection: true,
column: [
{
label: "配送号",
prop: "noteNumber",
label: "配送车次号",
prop: "trainNumber",
search: true,
width:"100px"
},
@ -653,12 +653,12 @@ export default {
search: true,
width:"100px"
},
{
label: "单位",
prop: "cargoUnit",
search: true,
width:"100px"
},
// {
// label: "",
// prop: "cargoUnit",
// search: true,
// width:"100px"
// },
{
label: "备货数",
prop: "deliveryNumber",

Loading…
Cancel
Save