From 78f4d7a4b40a557a0b4d520526acdd5c23a3eeff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B5=A9?= <1308369732@qq.com> Date: Fri, 29 Dec 2017 18:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E6=96=99=E7=AE=A1=E7=90=86=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=80=E4=BA=9B=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/templates/bigScreen/searchWaybillStatus.html | 8 ++++++++ .../outboundOrder/outbound-order-list.html | 4 ++++ routes/resource/base-config.js | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/public/templates/bigScreen/searchWaybillStatus.html b/public/templates/bigScreen/searchWaybillStatus.html index a85ed128..590d9def 100644 --- a/public/templates/bigScreen/searchWaybillStatus.html +++ b/public/templates/bigScreen/searchWaybillStatus.html @@ -88,6 +88,7 @@ 底盘号 入前置库时间 + 收车异常情况 下单时间(SAP备料) 调度时间 备料出库时间 @@ -99,7 +100,10 @@ 联系方式 运抵时间 SAP收车时间 + 目的地 经销商 + 经销商联系方式 + 出库异常信息 @@ -110,6 +114,7 @@ + @@ -121,7 +126,10 @@ + + + diff --git a/public/templates/warehouseManagement/outboundOrder/outbound-order-list.html b/public/templates/warehouseManagement/outboundOrder/outbound-order-list.html index 93302282..b45f6ea5 100644 --- a/public/templates/warehouseManagement/outboundOrder/outbound-order-list.html +++ b/public/templates/warehouseManagement/outboundOrder/outbound-order-list.html @@ -101,6 +101,8 @@ 计划装车道 计划装车时间 预计完成时间 + 实际进场时间 + 实际出场时间 备料状态 @@ -117,6 +119,8 @@ + + diff --git a/routes/resource/base-config.js b/routes/resource/base-config.js index 2e6df10d..7b365d3f 100644 --- a/routes/resource/base-config.js +++ b/routes/resource/base-config.js @@ -1,3 +1,3 @@ -/**Created on 2017-12-28*/ +/**Created on 2017-12-29*/ 'use strict'; - module.exports = {"version":"1.0.2","compressed":false,"devView":true,"validate":false,"tmsMap":true,"host":"http://wms.unlcn.com/wms-extra-web/","ticketUser":{"phone":"11111111111","password":"plc_SUnCe)F*`WI"}}; \ No newline at end of file + module.exports = {"version":"1.0.2","compressed":false,"devView":true,"validate":false,"tmsMap":true,"host":"http://10.2.4.76:8080/wms-extra-web/","ticketUser":{"phone":"11111111111","password":"123456a"}}; \ No newline at end of file -- Gitee