|
|
@ -425,7 +425,7 @@ export default { |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'destinationWarehouse', |
|
|
|
prop: 'destinationWarehouseName', |
|
|
|
label: '目的仓', |
|
|
|
label: '目的仓', |
|
|
|
type: 2, |
|
|
|
type: 2, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -436,7 +436,7 @@ export default { |
|
|
|
head: false, |
|
|
|
head: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
prop: 'departureWarehouse', |
|
|
|
prop: 'departureWarehouseName', |
|
|
|
label: '发站仓', |
|
|
|
label: '发站仓', |
|
|
|
type: 2, |
|
|
|
type: 2, |
|
|
|
values: '', |
|
|
|
values: '', |
|
|
@ -1128,7 +1128,7 @@ export default { |
|
|
|
for (let index = 0; index < this.orderlist.length; index++) { |
|
|
|
for (let index = 0; index < this.orderlist.length; index++) { |
|
|
|
const element = this.orderlist[index]; |
|
|
|
const element = this.orderlist[index]; |
|
|
|
if(element.goods){ |
|
|
|
if(element.goods){ |
|
|
|
var o = element.goods[index] |
|
|
|
var o = element.goods[0] |
|
|
|
if(!o.splitNum){ |
|
|
|
if(!o.splitNum){ |
|
|
|
this.$message({ |
|
|
|
this.$message({ |
|
|
|
type: 'waring', |
|
|
|
type: 'waring', |
|
|
|