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

Loading…
Cancel
Save