From 80822bc4607cbf89375a9f5886d77dde6bbcfafd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=96=E4=BB=95=E5=81=A5?= <564208006@qq.com>
Date: Thu, 30 Nov 2017 10:50:57 +0800
Subject: [PATCH 01/16] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=87=BA=E5=BA=93?=
=?UTF-8?q?=E8=AE=B0=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../warehouseRecord/warehouse-record-list.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/templates/warehouseManagement/warehouseRecord/warehouse-record-list.html b/public/templates/warehouseManagement/warehouseRecord/warehouse-record-list.html
index ee2e93b7..f5dc00cc 100644
--- a/public/templates/warehouseManagement/warehouseRecord/warehouse-record-list.html
+++ b/public/templates/warehouseManagement/warehouseRecord/warehouse-record-list.html
@@ -97,8 +97,8 @@
-
-
+
+
--
Gitee
From 5911456b95c8a0bada119d29a2b48da7e7788a73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=96=E4=BB=95=E5=81=A5?= <564208006@qq.com>
Date: Mon, 4 Dec 2017 11:53:47 +0800
Subject: [PATCH 02/16] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=8F=91=E8=BF=90?=
=?UTF-8?q?=E8=AE=A1=E5=88=92=E5=AE=8C=E6=88=90=E6=97=B6=E9=97=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../warehouseManagement/shipmentPlan/shipment-plan-list.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/templates/warehouseManagement/shipmentPlan/shipment-plan-list.html b/public/templates/warehouseManagement/shipmentPlan/shipment-plan-list.html
index 93f81dc7..d82996e2 100644
--- a/public/templates/warehouseManagement/shipmentPlan/shipment-plan-list.html
+++ b/public/templates/warehouseManagement/shipmentPlan/shipment-plan-list.html
@@ -227,7 +227,7 @@
车型描述
客户运单号
车辆状态
- 完成时间
+
@@ -235,7 +235,7 @@
-
+
--
Gitee
From 8dc142c50f8b66ba4ae8ab06acef4bdd5af65cc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=96=E4=BB=95=E5=81=A5?= <564208006@qq.com>
Date: Wed, 6 Dec 2017 10:17:00 +0800
Subject: [PATCH 03/16] =?UTF-8?q?=E4=BC=98=E5=8C=96=20asn=E6=89=93?=
=?UTF-8?q?=E5=8D=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/css/wms.css | 4 ++++
.../asnManagement/print-car-mentioned-receipt.html | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/public/css/wms.css b/public/css/wms.css
index faf2250a..97d8162b 100644
--- a/public/css/wms.css
+++ b/public/css/wms.css
@@ -192,6 +192,10 @@ html,body{
height: 14px !important;
}
+.layui-table.layui-table-small td{
+ padding: 0px !important;
+}
+
.layui-form-checkbox .layui-icon {
line-height: 14px !important;
}
diff --git a/public/templates/inStorageManagement/asnManagement/print-car-mentioned-receipt.html b/public/templates/inStorageManagement/asnManagement/print-car-mentioned-receipt.html
index a2cd1ad2..8a893b54 100644
--- a/public/templates/inStorageManagement/asnManagement/print-car-mentioned-receipt.html
+++ b/public/templates/inStorageManagement/asnManagement/print-car-mentioned-receipt.html
@@ -20,7 +20,7 @@
车辆入库交接单
-
+
序号
--
Gitee
From e88dbdea7db9c3172b8bb513a8b2c5999ffe8b97 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=96=E4=BB=95=E5=81=A5?= <564208006@qq.com>
Date: Wed, 6 Dec 2017 17:55:53 +0800
Subject: [PATCH 04/16] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=81=93=E9=97=B8?=
=?UTF-8?q?=E6=8E=A5=E5=8F=A3ip?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/js/wms-service.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/js/wms-service.js b/public/js/wms-service.js
index dfcf22ab..2a050441 100644
--- a/public/js/wms-service.js
+++ b/public/js/wms-service.js
@@ -611,7 +611,7 @@ var wmsService = angular.module('wms.services', [])
open : function(channel,open,led1,led2,sound){ //打开闸门
return http({
method : 'POST',
- url : 'http://127.0.0.1:8080/Open',
+ url : 'http://192.168.5.210:8080/Open',
headers:{'Content-Type': 'text/plain;charset=UTF-8'},
data : {
cmd : 'lpr',
--
Gitee
From 5bb4bc87368f3fa75737a727354e7a86120f6662 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E6=B5=A9?= <1308369732@qq.com>
Date: Thu, 7 Dec 2017 09:12:53 +0800
Subject: [PATCH 05/16] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=BB=B4=E4=BF=AE?=
=?UTF-8?q?=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/js/ctrl/r.ctrl.js | 121 ++++++++++++------
public/js/wms-service.js | 4 +
.../repairBill/printRepairBill.html | 7 +
.../repairBill/repair-bill-form.html | 6 +-
routes/resource/base-config.js | 4 +-
views/login.ejs | 1 +
6 files changed, 97 insertions(+), 46 deletions(-)
create mode 100644 public/templates/maintenanceManagement/repairBill/printRepairBill.html
diff --git a/public/js/ctrl/r.ctrl.js b/public/js/ctrl/r.ctrl.js
index 0158d238..297f4684 100644
--- a/public/js/ctrl/r.ctrl.js
+++ b/public/js/ctrl/r.ctrl.js
@@ -211,7 +211,7 @@ wmsCtrl.controller('reservoirCtrl',['$scope','reservoirService','dropDownService
}
}
}])
-.controller('repairBillCtrl',['$scope','repairBillService','dropDownService',function(scope,repairBillService,dropDownService){ //维修单管理 controller
+.controller('repairBillCtrl',['$scope','$rootScope','repairBillService','dropDownService',function(scope,rootScope,repairBillService,dropDownService){ //维修单管理 controller
/*状态数据*/
scope.dropDownList = {
@@ -269,6 +269,7 @@ wmsCtrl.controller('reservoirCtrl',['$scope','reservoirService','dropDownService
if(result.success){
scope.repairBillList = result.data.wmsRepairList;
+ rootScope.repairBillList = result.data.wmsRepairList;
if(scope.fristSelect){
scope.Tools.page(document.getElementById('pages'),{
pages : result.data.wmsRepairQueryDTO.totalPage,
@@ -345,53 +346,91 @@ wmsCtrl.controller('reservoirCtrl',['$scope','reservoirService','dropDownService
scope.submitRepairBillClick = function(){
var indexArr = scope.Tools.getTableSelectItemIndex('.repairTable'); //获取table所选的下标
-
- /*if(indexArr.length == 0){
- scope.Tools.alert('请选择需要提交维修的数据');
- return;
+ var lg = indexArr.length;
+ if(lg==0){
+ scope.Tools.alert('未选择维修单!');
+ } else if(lg>1){
+ scope.Tools.alert('请单选!');
+ } else if(lg==1) {
+ scope.Tools.dialog({
+ controller : 'repairBillCtrl.dialog',
+ template : 'templates/maintenanceManagement/repairBill/repair-bill-form.html',
+ closeByDocument : false,
+ closeByEscape : false,
+ data : {},
+ width : 350,
+ title : '提交维修单',
+ scope : scope
+ })
}
- //获取选中的数据
- var repairBillList = scope.Tools.getDataTOIndex(indexArr,scope.repairBillList);
-
- for(var i = 0;i < repairBillList.length;i++){
- if(repairBillList[i].rpStatus != scope.constant.repairStatus.unprocessed){
- scope.Tools.alert('只能选择未处理的数据');
- return;
+ };
+ // 打印维修单
+ scope.printRepairBill = function(){
+ var indexArr = scope.Tools.getTableSelectItemIndex('.repairTable'); //获取table所选的下标
+ var id = rootScope.repairBillList[indexArr[0]].rpId;
+ repairBillService.printRepair({
+ rpId:id
+ }).then(function(res){
+ if(res.success){
+ // 打开打印页面
+ rootScope.rb_print_data = res.data;
+ scope.Tools.dialog({
+ controller : 'printRepairBillCtrl',
+ template : 'templates/maintenanceManagement/repairBill/printRepairBill.html',
+ closeByDocument : false,
+ closeByEscape : false,
+ data : {},
+ width : 350,
+ title : '打印维修单',
+ scope : scope
+ })
+ } else {
+ scope.Tools.alert('获取数据失败!');
}
- }*/
-
- scope.Tools.dialog({
- controller : 'repairBillCtrl.dialog',
- template : 'templates/maintenanceManagement/repairBill/repair-bill-form.html',
- closeByDocument : false,
- closeByEscape : false,
- data : {
- },
- width : 350,
- title : '提交维修单',
- scope : scope
})
-
- /*scope.Tools.dialogConfirm('确定要提交维修选中的数据吗?')
- .then(function(res){
- if(res){
- repairBillService.submitRepair(repairBillList)
- .then(function(result){
- if(result.success){
- scope.Tools.alert('提交维修成功');
- scope.list(scope.listParam());
- }else{
- scope.Tools.alert(result.message);
- }
- })
+ }
+}])
+ .controller('repairBillCtrl.dialog',['$scope','$rootScope','repairBillService','ngDialog',function(scope,rootScope,repairBillService,ngDialog){ //维修单 controller dialog
+ var indexArr = scope.Tools.getTableSelectItemIndex('.repairTable'); //获取table所选的下标
+ var id = rootScope.repairBillList[indexArr[0]].rpId;
+ scope.submitObj = {
+ rpId :id ,
+ rpRepairParty:'',
+ rpEstimatedEndTime:'',
+ remark:''
+ }
+ scope.isNull = function(obj){
+ for(var k in obj){
+ if(obj[k]==''){
+ return true
+ }
+ }
+ return false
+ }
+ scope.saveOrUpdaterepairClick = function(){
+ if(scope.isNull(scope.submitObj)){
+ scope.Tools.alert('有未填项!')
+ } else{
+ repairBillService.submitRepair(scope.submitObj).then(function(res){
+ if(res.success){
+ scope.Tools.alert(res.message);
+ setTimeout(function(){
+ ngDialog.closeAll()
+ },30)
+ } else {
+ scope.Tools.alert(res.message);
+ setTimeout(function(){
+ ngDialog.closeAll()
+ },30)
}
- })*/
+ })
+ }
}
}])
-.controller('repairBillCtrl.dialog',['$scope','repairBillService',function(scope,repairBillService){ //维修单 controller dialog
+ .controller('printRepairBillCtrl',['$scope','$rootScope','ngDialog',function(scope,rootScope,ngDialog){
-}])
-.controller('roleCtrl',['$scope','roleService','permissionsService',function(scope,roleService,permissionsService){ //角色 ctrl
+ }])
+ .controller('roleCtrl',['$scope','roleService','permissionsService',function(scope,roleService,permissionsService){ //角色 ctrl
//更多条件默认值
scope.moreText = scope.constant.moreText.spread;
//更多条件
diff --git a/public/js/wms-service.js b/public/js/wms-service.js
index dfcf22ab..eb3d7e53 100644
--- a/public/js/wms-service.js
+++ b/public/js/wms-service.js
@@ -204,6 +204,10 @@ var wmsService = angular.module('wms.services', [])
},
submitAfterCheckCopyAndAdd : function(data){ //维修单后检验复制并新增
return httpService.customPOST('wmsRepair/submitAfterCheckCopyAndAdd',data);
+ },
+ printRepair : function(data){ // 打印维修单
+ return httpService.customPOST('wmsRepair/printRepair',data)
+
}
}
}])
diff --git a/public/templates/maintenanceManagement/repairBill/printRepairBill.html b/public/templates/maintenanceManagement/repairBill/printRepairBill.html
new file mode 100644
index 00000000..98831c1f
--- /dev/null
+++ b/public/templates/maintenanceManagement/repairBill/printRepairBill.html
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/public/templates/maintenanceManagement/repairBill/repair-bill-form.html b/public/templates/maintenanceManagement/repairBill/repair-bill-form.html
index d26aa3f0..0e5ad35b 100644
--- a/public/templates/maintenanceManagement/repairBill/repair-bill-form.html
+++ b/public/templates/maintenanceManagement/repairBill/repair-bill-form.html
@@ -4,7 +4,7 @@
@@ -12,7 +12,7 @@
@@ -20,7 +20,7 @@
diff --git a/routes/resource/base-config.js b/routes/resource/base-config.js
index bafd2932..a5ca60c1 100644
--- a/routes/resource/base-config.js
+++ b/routes/resource/base-config.js
@@ -1,3 +1,3 @@
-/**Created on 2017-11-30*/
+/**Created on 2017-12-05*/
'use strict';
-
module.exports = {"version":"1.0.2","compressed":false,"devView":true,"validate":false,"tmsMap":true,"host":"http://120.77.8.167/wms-extra-web/","ticketUser":{"phone":"11111111111","password":"123456a"}};
\ 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
diff --git a/views/login.ejs b/views/login.ejs
index ad20de9e..b6e67529 100644
--- a/views/login.ejs
+++ b/views/login.ejs
@@ -54,6 +54,7 @@
忘记密码 | 账户申请
+
--
Gitee
From 36075a51d2c5714cc88a52228cdfdea93d4fe2d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E6=B5=A9?= <1308369732@qq.com>
Date: Thu, 7 Dec 2017 09:35:00 +0800
Subject: [PATCH 06/16] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E8=A1=A8?=
=?UTF-8?q?=E7=9A=84=E6=9C=80=E5=A4=A7=E5=8F=96=E5=80=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/js/ctrl/d.ctrl.js | 28 ++++++++++++++--------------
routes/resource/base-config.js | 4 ++--
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/public/js/ctrl/d.ctrl.js b/public/js/ctrl/d.ctrl.js
index 502a743e..7e5c9b45 100644
--- a/public/js/ctrl/d.ctrl.js
+++ b/public/js/ctrl/d.ctrl.js
@@ -66,8 +66,8 @@ wmsCtrl.controller('distributionCtrl',['$scope','$rootScope','$timeout','$state'
type: 'value',
name: '数量',
min: 0,
- max: 60,
- interval: 6,
+ max: 300,
+ interval: 30,
axisLabel: {
formatter: '{value} 次',
textStyle: {
@@ -108,7 +108,7 @@ wmsCtrl.controller('distributionCtrl',['$scope','$rootScope','$timeout','$state'
itemStyle: {
normal: {
label: {
- show: true,
+ show: true
}
}
}
@@ -121,7 +121,7 @@ wmsCtrl.controller('distributionCtrl',['$scope','$rootScope','$timeout','$state'
itemStyle: {
normal: {
label: {
- show: true,
+ show: true
}
}
}
@@ -134,7 +134,7 @@ wmsCtrl.controller('distributionCtrl',['$scope','$rootScope','$timeout','$state'
itemStyle: {
normal: {
label: {
- show: true,
+ show: true
}
}
}
@@ -200,7 +200,7 @@ wmsCtrl.controller('distributionCtrl',['$scope','$rootScope','$timeout','$state'
$scope.pt1.legend.data = temp; // 加载条件注释
$scope.pt1.xAxis[0].data = r_d[0].date; // 加载x轴数据
- var update = '更新时间:'+ $rootScope.getNowFormatDate();
+ var update = '更新时间: '+ $rootScope.getNowFormatDate();
$scope.pt1.title.subtext = update;
$rootScope.db_load($scope.pt1);
@@ -288,8 +288,8 @@ wmsCtrl.controller('distributionCtrl',['$scope','$rootScope','$timeout','$state'
type: 'value',
name: '数量',
min: 0,
- max: 10,
- interval: 1,
+ max: 20,
+ interval: 2,
axisLabel: {
formatter: '{value} 台',
textStyle: {
@@ -326,12 +326,12 @@ wmsCtrl.controller('distributionCtrl',['$scope','$rootScope','$timeout','$state'
{
name: '进场板数',
type: 'bar',
- data: [3, 9, 4, 7, 9],
+ data: [0, 0, 0, 0, 0],
barGap: 0,
itemStyle: {
normal: {
label: {
- show: true,
+ show: true
}
}
}
@@ -339,12 +339,12 @@ wmsCtrl.controller('distributionCtrl',['$scope','$rootScope','$timeout','$state'
{
name: '出场板数',
type: 'bar',
- data: [4, 6, 4, 9, 6],
+ data: [0, 0, 0, 0, 0],
barGap: 0,
itemStyle: {
normal: {
label: {
- show: true,
+ show: true
}
}
}
@@ -353,7 +353,7 @@ wmsCtrl.controller('distributionCtrl',['$scope','$rootScope','$timeout','$state'
name: '进场及时率',
type: 'line',
yAxisIndex: 1,
- data: [80, 90, 95, 90, 93],
+ data: [0, 0, 0, 0, 0],
barGap: 0,
itemStyle: {
normal: {
@@ -371,7 +371,7 @@ wmsCtrl.controller('distributionCtrl',['$scope','$rootScope','$timeout','$state'
name: '出场及时率',
type: 'line',
yAxisIndex: 1,
- data: [80, 95, 80, 71, 90],
+ data: [0, 0, 0, 0, 0],
barGap:0,
itemStyle: {
normal: {
diff --git a/routes/resource/base-config.js b/routes/resource/base-config.js
index a5ca60c1..f894c2d9 100644
--- a/routes/resource/base-config.js
+++ b/routes/resource/base-config.js
@@ -1,3 +1,3 @@
-/**Created on 2017-12-05*/
+/**Created on 2017-12-07*/
'use strict';
-
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
+
module.exports = {"version":"1.0.2","compressed":false,"devView":true,"validate":false,"tmsMap":true,"host":"http://120.77.8.167/wms-extra-web/","ticketUser":{"phone":"11111111111","password":"123456a"}};
\ No newline at end of file
--
Gitee
From 4b2f5a7f37b151e989bd2cb36feecaf8f1eada15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E6=B5=A9?= <1308369732@qq.com>
Date: Thu, 7 Dec 2017 11:11:08 +0800
Subject: [PATCH 07/16] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BC=82=E5=B8=B8?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=89=93=E5=8D=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/css/wms.css | 15 ++++++++
public/js/ctrl/a.ctrl.js | 35 +++++++++++++++++--
public/js/ctrl/p.ctrl.js | 20 +++++------
.../abnormalManagement.html | 3 +-
.../abnormalManagement/printAbm.html | 30 ++++++++++++++++
routes/resource/base-config.js | 2 +-
6 files changed, 91 insertions(+), 14 deletions(-)
create mode 100644 public/templates/maintenanceManagement/abnormalManagement/printAbm.html
diff --git a/public/css/wms.css b/public/css/wms.css
index 97d8162b..8ecd202d 100644
--- a/public/css/wms.css
+++ b/public/css/wms.css
@@ -1194,4 +1194,19 @@ table tr.checkStatus{
}
.abm_table_icon{
font-size:12px;float: left;display: inline-block;margin-right: 12px;
+}
+.abm_p1{
+ color: #292929;
+ font-family: "Trebuchet MS",Lucida,Verdana,sans-serif;
+ font-size: 25px;
+ text-align: center;
+ margin-bottom: 10px;
+}
+.abm_p3{
+ text-align: center;
+ color: #292929;
+ font-size: 16px;
+}
+.abm_weight td{
+ font-weight: 700 !important;
}
\ No newline at end of file
diff --git a/public/js/ctrl/a.ctrl.js b/public/js/ctrl/a.ctrl.js
index 3e3634ce..e44c0282 100644
--- a/public/js/ctrl/a.ctrl.js
+++ b/public/js/ctrl/a.ctrl.js
@@ -490,7 +490,7 @@ wmsCtrl.controller('asnCtrl',['$scope','dropDownService','inStorageBillService',
template: "templates/maintenanceManagement/abnormalManagement/abm_imageList.html",
controller: "abm_imageListCtrl",
title: '异常图片显示',
- width:600,
+ width:600
});
$timeout(function(){
$('.ngdialog-content').css('display','table')
@@ -554,8 +554,39 @@ wmsCtrl.controller('asnCtrl',['$scope','dropDownService','inStorageBillService',
// 异常描述转义
$scope.change = function(){
+ };
+
+// 打印
+ $scope.printAbm = function(){
+ $rootScope.abm_indexArr_pr = [];
+ //获取选中的list列表
+ $('.wms_abm_table').find('td i').each(function (i, obj) {
+ if ($(obj).parent().hasClass('layui-form-checked')){
+ $rootScope.abm_indexArr_pr.push($(obj).parents('tr').attr('key'));
+ }
+ });
+ var l =$rootScope.abm_indexArr_pr.length;
+ if(l==0){
+ $scope.Tools.alert('未选择');
+ } else if(l>0){
+ ngDialog.open({
+ template: "templates/maintenanceManagement/abnormalManagement/printAbm.html",
+ controller: "printAbmCtrl",
+ title: '打印',
+ width:800
+ });
+ }
+
}
}])
.controller('abm_imageListCtrl',['$scope','$rootScope',function($scope,$rootScope){
- }]);
\ No newline at end of file
+ }])
+ .controller('printAbmCtrl',['$scope','$rootScope','ngDialog','Tools',function($scope,$rootScope,ngDialog,Tools){
+ $scope.abmPrint = function(){
+ Tools.printHTML($('.abmPrintMain')[0].outerHTML,790,1);
+ };
+ $scope.close = function() {
+ ngDialog.closeAll();
+ }
+ }])
\ No newline at end of file
diff --git a/public/js/ctrl/p.ctrl.js b/public/js/ctrl/p.ctrl.js
index 6e6675af..a4336926 100644
--- a/public/js/ctrl/p.ctrl.js
+++ b/public/js/ctrl/p.ctrl.js
@@ -265,7 +265,7 @@ wmsCtrl.controller('pickCarCtrl',['$scope','$rootScope','$timeout','$state','pic
itemStyle: {
normal: {
label: {
- show: true,
+ show: true
}
}
}
@@ -278,7 +278,7 @@ wmsCtrl.controller('pickCarCtrl',['$scope','$rootScope','$timeout','$state','pic
itemStyle: {
normal: {
label: {
- show: true,
+ show: true
}
}
}
@@ -291,7 +291,7 @@ wmsCtrl.controller('pickCarCtrl',['$scope','$rootScope','$timeout','$state','pic
itemStyle: {
normal: {
label: {
- show: true,
+ show: true
}
}
}
@@ -350,7 +350,7 @@ wmsCtrl.controller('pickCarCtrl',['$scope','$rootScope','$timeout','$state','pic
data: [
{
value: 0,
- name: '质损',
+ name: '质损'
// label: {
// normal: {
// formatter: [
@@ -541,7 +541,7 @@ wmsCtrl.controller('pickCarCtrl',['$scope','$rootScope','$timeout','$state','pic
itemStyle: {
normal: {
label: {
- show: true,
+ show: true
}
}
}
@@ -555,7 +555,7 @@ wmsCtrl.controller('pickCarCtrl',['$scope','$rootScope','$timeout','$state','pic
itemStyle: {
normal: {
label: {
- show: true,
+ show: true
}
}
}
@@ -569,7 +569,7 @@ wmsCtrl.controller('pickCarCtrl',['$scope','$rootScope','$timeout','$state','pic
itemStyle: {
normal: {
label: {
- show: true,
+ show: true
}
}
}
@@ -681,7 +681,7 @@ wmsCtrl.controller('pickCarCtrl',['$scope','$rootScope','$timeout','$state','pic
$scope.pt2.legend.data = temp; // 加载条件注释
$scope.pt2.xAxis[0].data = r_d[0].date; // 加载x轴数据
- var update = '更新时间:' + $rootScope.getNowFormatDate();
+ var update = '更新时间: ' + $rootScope.getNowFormatDate();
$scope.pt2.title.subtext = update;
$rootScope.bs_load_1(null, $scope.pt2, null, null);
}
@@ -693,7 +693,7 @@ wmsCtrl.controller('pickCarCtrl',['$scope','$rootScope','$timeout','$state','pic
$scope.pt3.series[0].data = data.data;
- var update = '更新时间:' + $rootScope.getNowFormatDate();
+ var update = '更新时间: ' + $rootScope.getNowFormatDate();
$scope.pt3.title.subtext = update;
$rootScope.bs_load_1(null, null, $scope.pt3, null);
@@ -714,7 +714,7 @@ wmsCtrl.controller('pickCarCtrl',['$scope','$rootScope','$timeout','$state','pic
$scope.pt4.legend.data = temp; // 加载条件注释
$scope.pt4.xAxis[0].data = r_d[0].date; // 加载x轴数据
- var update = '更新时间:' + $rootScope.getNowFormatDate();
+ var update = '更新时间: ' + $rootScope.getNowFormatDate();
$scope.pt4.title.subtext = update;
$rootScope.bs_load_1(null, null, null, $scope.pt4);
}
diff --git a/public/templates/maintenanceManagement/abnormalManagement/abnormalManagement.html b/public/templates/maintenanceManagement/abnormalManagement/abnormalManagement.html
index 82a0db57..63e45a7f 100644
--- a/public/templates/maintenanceManagement/abnormalManagement/abnormalManagement.html
+++ b/public/templates/maintenanceManagement/abnormalManagement/abnormalManagement.html
@@ -4,6 +4,7 @@
更多条件
@@ -102,7 +103,7 @@