' + (index + 1) + ' | ' + item.cusOrderNo + ' | ' + item.lotNo1 + '——' + (item.vehicleDescribe ? item.vehicleDescribe : '无') + ' | '
table_item_cont += '' + item.locationNo + ' | ' + item.materielId + ' | ' + item.destLocationProvince + item.destLocationCity + ' |
'
}
newTable = newTable + table_item_cont + ''
--
Gitee
From 513b46b1ab2a01868f65c7904640c15cf3f5e0fe Mon Sep 17 00:00:00 2001
From: hxh <3226619095@qq.com>
Date: Tue, 15 Jan 2019 15:30:25 +0800
Subject: [PATCH 3/9] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=87=BA=E5=BA=93?=
=?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=8D=95=E6=9F=A5=E8=AF=A2=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/outbound/outboundNotice.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/outbound/outboundNotice.vue b/src/views/outbound/outboundNotice.vue
index c0c5804..c14ef89 100644
--- a/src/views/outbound/outboundNotice.vue
+++ b/src/views/outbound/outboundNotice.vue
@@ -61,7 +61,7 @@