Browse Source

修改运单显示字段

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
7d75a1cf64
  1. 6
      src/views/warehouse/warehouseWaybill.vue

6
src/views/warehouse/warehouseWaybill.vue

@ -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',

Loading…
Cancel
Save