From 7d75a1cf641a411515fc058cc52966782c335bff Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Tue, 29 Aug 2023 17:14:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=90=E5=8D=95=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warehouse/warehouseWaybill.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/warehouse/warehouseWaybill.vue b/src/views/warehouse/warehouseWaybill.vue index b76fdf2a..0e0ed495 100644 --- a/src/views/warehouse/warehouseWaybill.vue +++ b/src/views/warehouse/warehouseWaybill.vue @@ -425,7 +425,7 @@ export default { head: false, }, { - prop: 'destinationWarehouse', + prop: 'destinationWarehouseName', label: '目的仓', type: 2, values: '', @@ -436,7 +436,7 @@ export default { head: false, }, { - prop: 'departureWarehouse', + prop: 'departureWarehouseName', label: '发站仓', type: 2, values: '', @@ -1128,7 +1128,7 @@ export default { for (let index = 0; index < this.orderlist.length; index++) { const element = this.orderlist[index]; if(element.goods){ - var o = element.goods[index] + var o = element.goods[0] if(!o.splitNum){ this.$message({ type: 'waring',